:root{--yellow:#ffd400;--yellow-dark:#e0b400;--navy:#15395a;--navy-700:#0f2a42;--navy-100:#c9dce8;--navy-50:#eaf1f6;--ink:#141414;--gray-700:#3f3f3f;--gray-600:#5b5b5b;--gray-400:#9a9a9a;--gray-250:#d7dde2;--gray-200:#e4e4e4;--gray-100:#f1f3f5;--bg:#fafafa;--surface:#fff;--success:#1f7148;--success-50:#eaf6ef;--warning:#a86200;--warning-indicator:#ef9b1c;--danger:#d64545;--danger-50:#fdecec;--info:#2d76c8;--info-50:#eaf3ff;--cyan:#1f7a8c;--cyan-50:#e7f6f8;--purple:#7651b8;--purple-50:#f1ecfa;--radius:8px;--dur:.16s}@media (prefers-reduced-motion:reduce){:root{--dur:0s}}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4}button,input,select{font:inherit}@keyframes portal-spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite portal-spin}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--navy);outline-offset:2px;border-radius:6px}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-shell-fixed{height:100dvh;overflow:hidden}.brandbar{background:var(--navy);flex:none;height:4px}.topbar{background:var(--surface);border-bottom:1px solid var(--gray-200);flex:none;grid-template-columns:minmax(320px,1fr) minmax(320px,620px) minmax(280px,1fr);align-items:center;gap:18px;height:68px;padding:0 28px;display:grid}.brand{align-items:center;gap:12px;min-width:0;display:flex}.logo-plate{background:var(--yellow);color:var(--ink);letter-spacing:0;border:0;border-radius:6px;flex-shrink:0;padding:7px 11px;font-size:14px;font-weight:800}.logo-button{cursor:pointer}.logo-button:hover{background:var(--yellow-dark)}.crumb{min-width:0;color:var(--gray-600);white-space:nowrap;align-items:center;gap:8px;font-size:14px;display:flex;overflow:hidden}.crumb-group{align-items:center;gap:8px;min-width:0;display:inline-flex}.crumb-separator{color:var(--gray-400)}.crumb-current,.crumb-link{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crumb-link{color:var(--navy);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:700}.crumb-link:hover{text-decoration:underline}.topbar-center{justify-content:center;width:100%;min-width:0;display:flex}.global-notice-placeholder{min-height:40px}.global-notice{background:linear-gradient(90deg, var(--yellow) 0 4px, #fff9df 4px 100%);width:fit-content;max-width:min(620px,100%);min-height:0;color:var(--navy-700);box-shadow:none;border:1px solid #ead268;border-radius:8px;align-items:center;gap:10px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1.35;display:inline-flex}.global-notice svg{stroke-width:2.3px;flex:none;width:16px;height:16px}.global-notice span{white-space:normal;overflow-wrap:anywhere;min-width:0;display:block}.global-notice-success,.global-notice-info{background:linear-gradient(90deg, var(--yellow) 0 4px, #fff9df 4px 100%);color:var(--navy-700);border-color:#ead268}.global-notice-success svg{color:var(--success)}.global-notice-info svg{color:var(--yellow-dark)}.global-notice-error{background:linear-gradient(90deg, var(--danger) 0 4px, var(--danger-50) 4px 100%);color:var(--danger);border-color:#efb8b8}.global-notice-warning{background:linear-gradient(90deg, var(--yellow) 0 4px, #fff9df 4px 100%);color:var(--navy-700);border-color:#ead268}.global-notice-warning svg{color:var(--yellow-dark)}.portal-notice-stack{gap:8px;padding:12px 28px 0;display:grid}.portal-notice{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;min-height:54px;padding:10px 14px;display:grid}.portal-notice-icon{border:1px solid var(--gray-200);background:var(--bg);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.portal-notice-copy{gap:3px;min-width:0;display:grid}.portal-notice-copy strong{color:var(--ink);text-transform:uppercase;font-size:12px;font-weight:800}.portal-notice-copy p{color:var(--gray-700);margin:0;font-size:13px;font-weight:600;line-height:1.35}.portal-notice-info{border-left-color:var(--navy)}.portal-notice-info .portal-notice-icon{color:var(--navy);border-color:var(--navy-100);background:var(--navy-50)}.portal-notice-warning{border-left-color:var(--yellow-dark)}.portal-notice-warning .portal-notice-icon{color:var(--yellow-dark);background:#fff9df;border-color:#ead268}.portal-notice-error{border-left-color:var(--danger)}.portal-notice-error .portal-notice-icon{color:var(--danger);background:var(--danger-50);border-color:#efb8b8}.topnav,.topbar-actions{align-items:center;gap:8px;display:flex}.topnav{justify-content:center}.topbar-actions{justify-content:flex-end}.topnav-link{height:38px;color:var(--gray-700);cursor:pointer;transition:background var(--dur), border-color var(--dur), color var(--dur);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.topnav-link svg,.icon-btn svg,.btn svg,.user-chip svg,.pill svg,.status-icon svg,.search-control svg,.choice-trigger svg,.app-icon svg,.app-link svg,.module-icon svg,.object-cell svg,.table-action svg{stroke-width:2.2px;width:17px;height:17px}.topnav-link:hover,.topnav-link.is-active{background:var(--navy-50);border-color:var(--navy-100);color:var(--navy)}.env-tag{background:var(--success-50);color:var(--success);letter-spacing:0;border:1px solid #bfd9c8;border-radius:999px;padding:5px 12px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.icon-btn,.btn,.choice-trigger,.user-chip{border:1px solid var(--gray-200);background:var(--surface);height:40px;color:var(--ink);cursor:pointer;transition:background var(--dur), border-color var(--dur), color var(--dur);border-radius:8px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.icon-btn{width:40px;padding:0}.btn{padding:0 12px;font-size:13px;font-weight:700}.btn-primary{background:var(--yellow);border-color:var(--yellow)}.btn-primary:hover{background:var(--yellow-dark);border-color:var(--yellow-dark)}.btn-danger{background:var(--danger-50);color:var(--danger);border-color:#efb8b8}.btn-danger:hover{border-color:var(--danger);color:var(--danger)}.btn-compact{height:34px;padding:0 10px;font-size:12px}.btn-danger-quiet{border-color:var(--gray-200);background:var(--surface);color:var(--danger)}.btn-danger-quiet:hover{border-color:var(--danger);color:var(--danger)}.btn:disabled{opacity:.56;cursor:not-allowed}.btn:disabled:hover{border-color:var(--gray-200);color:var(--ink)}.btn-primary:disabled:hover{border-color:var(--yellow)}.btn-quiet{background:var(--navy-50);border-color:var(--navy-100);color:var(--navy)}.icon-btn:hover,.icon-btn.is-active,.btn:hover,.choice-trigger:hover,.user-chip:hover{border-color:var(--navy);color:var(--navy)}.icon-btn.is-active{background:var(--navy-50)}.user-menu{--user-menu-width:258px;position:relative}.user-chip{width:var(--user-menu-width);min-width:var(--user-menu-width);max-width:var(--user-menu-width);justify-content:flex-start;padding:4px 8px 4px 5px}.user-chip>svg:last-child{flex:none;margin-left:auto}.avatar{background:var(--yellow);width:30px;height:30px;color:var(--ink);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.user-copy{text-align:left;flex:auto;min-width:0;display:grid}.user-copy strong,.user-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-copy strong{font-size:13px;line-height:1.1}.user-copy span{color:var(--gray-600);font-size:11px;line-height:1.2}.user-dropdown{z-index:60;width:var(--user-menu-width);border:1px solid var(--gray-200);border-top:3px solid var(--yellow);background:var(--surface);border-radius:8px;gap:4px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 34px #14141424}.user-dropdown-head{border-bottom:1px solid var(--gray-200);align-items:center;gap:9px;margin-bottom:3px;padding:4px 4px 9px;display:flex}.user-dropdown-head span:last-child{min-width:0;display:grid}.user-dropdown-head strong,.user-dropdown-head small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-dropdown-head strong{font-size:13px}.user-dropdown-head small{color:var(--gray-600);font-size:11px;font-weight:700}.user-dropdown button{width:100%;min-height:34px;color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:7px 9px;font-size:13px;font-weight:750;display:inline-flex}.user-dropdown button:hover{background:var(--navy-50);color:var(--navy)}.user-dropdown button svg{stroke-width:2.2px;flex:none;width:16px;height:16px}.workspace{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:18px 28px 24px;display:flex}.audit-workspace{flex:auto;overflow:hidden}.audit-workspace .section-head,.audit-workspace .toolbar{flex:none}.input-shell svg,.password-toggle svg{stroke-width:2.2px;width:17px;height:17px}.auth-app{background:var(--bg)}.auth-env-chip{border:1px solid var(--navy-100);background:var(--navy-50);color:var(--navy);border-radius:999px;justify-self:end;padding:5px 11px;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:600}.auth-topbar{grid-template-columns:minmax(220px,1fr) minmax(320px,620px) minmax(220px,1fr)}.auth-shell{flex:auto;justify-content:center;align-items:center;min-height:0;padding:48px 20px;display:flex}.auth-card{border:1px solid var(--gray-200);background:var(--surface);border-radius:8px;width:min(452px,100%);padding:28px;box-shadow:0 14px 34px #14141414}.auth-form{gap:14px;margin-top:24px;display:grid}.session-loading-card{visibility:hidden;opacity:0;transition:opacity var(--dur), transform var(--dur), visibility var(--dur);transform:translateY(4px)}.session-loading-card.is-visible{visibility:visible;opacity:1;transform:translateY(0)}.form-field{gap:7px;display:grid}.form-field span,.form-field legend{color:var(--gray-600);text-transform:uppercase;font-size:11px;font-weight:800}.form-field small{color:var(--gray-600);font-size:12px;font-weight:600;line-height:1.35}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--gray-200);background:var(--surface);width:100%;color:var(--ink);border-radius:8px;font-size:14px;font-weight:600}.form-field input,.form-field select{height:39px;padding:0 11px}.form-field input[readonly]{background:var(--gray-100);color:var(--gray-700);cursor:default}.form-field textarea{resize:vertical;min-height:88px;padding:10px 11px;line-height:1.45}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23686f77' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:34px}.input-shell{align-items:center;display:flex;position:relative}.input-shell>svg{color:var(--gray-400);pointer-events:none;position:absolute;left:13px}.input-shell input{background:var(--gray-100);height:43px;padding-left:41px;padding-right:44px}.input-shell:focus-within>svg{color:var(--navy)}.password-toggle{width:32px;height:32px;color:var(--gray-400);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:9px}.password-toggle:hover{background:var(--navy-50);color:var(--navy)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--navy-100);outline:2px solid var(--navy-50)}.check-group{border:0;min-width:0;margin:0;padding:0}.check-group legend{margin-bottom:7px;padding:0}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.check-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-check{border:1px solid var(--gray-200);background:var(--surface);cursor:pointer;border-radius:7px;align-items:center;gap:7px;min-height:32px;padding:6px 8px;display:flex}.mini-check:hover{border-color:var(--navy-100);background:var(--navy-50)}.mini-check input{appearance:auto;width:15px;height:15px;accent-color:var(--yellow-dark);flex:none}.mini-check input:checked:after{content:none}.mini-check span{color:var(--ink);text-transform:none;font-size:12.5px;font-weight:700}.auth-submit{width:100%;margin-top:4px}.auth-secondary-submit{width:100%}.login-row{justify-content:space-between;align-items:center;gap:14px;margin:2px 0;display:flex}.auth-secondary-actions{justify-content:center;margin-top:-2px;display:flex}.auth-secondary-actions-split{justify-content:space-between;gap:18px}.input-shell .mfa-code-input{letter-spacing:0;text-align:center;font-family:IBM Plex Mono,monospace;font-size:18px}.check-label{color:var(--gray-600);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.check-label input{appearance:none;border:1.5px solid var(--gray-250);background:var(--surface);cursor:pointer;border-radius:5px;place-content:center;width:17px;height:17px;display:inline-grid}.check-label input:checked{background:var(--navy);border-color:var(--navy)}.check-label input:checked:after{content:"";border:2px solid #fff;border-top:0;border-left:0;width:5px;height:9px;transform:rotate(45deg)translateY(-1px)}.forgot-link{color:var(--navy);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.forgot-link:hover{text-decoration:underline}.forgot-link:disabled{cursor:not-allowed;opacity:.56;text-decoration:none}.emergency-panel{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;gap:12px;padding:14px;display:grid}.emergency-panel-head{gap:5px;display:grid}.emergency-panel-head .eyebrow{font-size:11px}.emergency-panel-head small{color:var(--gray-600);font-size:12px;font-weight:650;line-height:1.35}.auth-footer{background:var(--navy);color:#ffffff70;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;min-height:46px;padding:12px 40px;display:flex}.auth-footer span{font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.auth-footer-build-compact{display:none}.auth-footer nav{gap:18px;display:flex}.auth-footer a{color:#ffffff8a;font-size:12px}.auth-footer a:hover{color:#fff}.hero-row,.section-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.eyebrow{color:var(--navy);letter-spacing:0;align-items:center;gap:8px;margin:0;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;display:flex}.eyebrow:before{content:"";background:var(--yellow);width:8px;height:8px;display:inline-block}h1,h2{letter-spacing:0}h1{margin:8px 0 0;font-size:28px;line-height:1.05}h2{margin:7px 0 0;font-size:19px;line-height:1.15}.title-marker{align-items:center;gap:10px;margin-top:0;display:flex}.title-marker:before{content:"";background:var(--yellow);border-radius:2px;flex:none;width:11px;height:11px;display:inline-block;transform:translateY(1px);box-shadow:0 0 0 1px #e0b40059}h2.title-marker:before{width:9px;height:9px}.intro{color:var(--gray-600);max-width:720px;margin:8px 0 0;font-size:14px}.pill{border:1px solid var(--gray-200);background:var(--surface);min-height:30px;color:var(--gray-700);border-radius:999px;align-items:center;gap:7px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px;display:grid}.status-item{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;align-items:center;gap:11px;min-height:70px;padding:12px;display:flex}.status-icon,.app-icon{border:1px solid var(--navy-100);background:var(--navy-50);color:var(--navy);flex:none;justify-content:center;align-items:center;display:inline-flex}.status-icon{border-radius:8px;width:34px;height:34px}.status-item strong,.status-item small{line-height:1.1;display:block}.status-item strong{font-family:IBM Plex Mono,monospace;font-size:20px;font-weight:600}.status-item small{color:var(--gray-600);margin-top:4px;font-size:12px;font-weight:700}.toolbar{background:var(--surface);border:1px solid var(--gray-200);border-left:4px solid var(--yellow);border-radius:var(--radius);grid-template-columns:minmax(320px,1fr) auto;gap:14px;padding:10px;display:grid}.toolbar-simple{grid-template-columns:minmax(280px,520px)}.apps-toolbar{grid-template-columns:minmax(280px,1fr) auto}.apps-toolbar-actions{justify-content:flex-end}.apps-sort-button{flex:0 0 38px;width:38px;height:38px}.user-toolbar{grid-template-columns:1fr}.user-toolbar .segmented-control button.is-active{background:var(--yellow);color:var(--ink)}.user-notice{margin:0}.controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.search-control{border:1px solid var(--gray-200);background:var(--surface);min-width:280px;max-width:430px;height:38px;color:var(--gray-600);border-radius:8px;flex:280px;align-items:center;gap:8px;padding:0 11px;display:inline-flex}.search-control input{width:100%;min-width:0;height:36px;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px;font-weight:600}.search-control:focus-within{border-color:var(--navy-100);outline:2px solid var(--navy-50)}.choice-box{border:1px solid var(--gray-200);background:var(--surface);border-radius:8px;align-items:center;height:38px;padding:0 8px 0 10px;display:inline-flex;position:relative}.choice-trigger{width:100%;min-width:0;height:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;min-width:148px;padding:0 10px 0 11px;font-size:13px;font-weight:600;display:inline-flex}.choice-trigger svg{width:16px;height:16px;color:var(--gray-600);transition:transform var(--dur);flex:none}.choice-box.is-open .choice-trigger svg{transform:rotate(180deg)}.choice-box.is-open{z-index:50}.choice-menu{z-index:40;border:1px solid var(--gray-200);background:var(--surface);border-radius:9px;gap:2px;min-width:100%;max-height:240px;padding:5px;display:grid;position:absolute;top:42px;left:0;overflow:auto;box-shadow:0 18px 34px #14141424}.choice-option{min-height:31px;color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;padding:7px 28px 7px 10px;font-size:13px;font-weight:650;display:flex;position:relative}.choice-option:before{content:"";background:var(--yellow-dark);width:7px;height:7px;box-shadow:0 0 0 1px var(--yellow-dark);opacity:0;border-radius:50%;position:absolute;right:11px}.choice-option:hover{background:var(--navy-50);color:var(--navy)}.choice-option[aria-selected=true]{color:var(--ink);background:#fff6c7}.choice-option[aria-selected=true]:before{opacity:1}.form-choice-box{border-color:var(--gray-250);background:#fff;width:100%;height:39px;padding:0 8px 0 10px}.form-choice-box .choice-trigger{min-width:0;padding:0}.choice-box:focus-within{border-color:var(--navy-100);outline:2px solid var(--navy-50)}.segmented-control{border:1px solid var(--gray-200);background:var(--surface);border-radius:8px;align-items:center;min-height:38px;padding:3px;display:inline-flex}.segmented-control button{min-width:88px;height:30px;color:var(--gray-600);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:12px;font-weight:800}.segmented-control button:hover,.segmented-control button.is-active{background:var(--navy-50);color:var(--navy)}.app-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;display:grid}.app-card{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);min-height:188px;transition:transform var(--dur), box-shadow var(--dur), border-color var(--dur);border-radius:8px;align-content:start;gap:10px;padding:14px;display:grid}.app-card:hover{border-color:var(--navy-100);transform:translateY(-1px);box-shadow:0 8px 18px #14141414}.app-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-card-head-actions{flex:auto;justify-content:flex-end;align-items:center;gap:10px;min-width:0;min-height:32px;margin-left:auto;display:inline-flex}.app-card-settings{border:1px solid var(--gray-200);background:var(--surface);width:32px;height:32px;color:var(--navy);transition:background var(--dur), border-color var(--dur), color var(--dur);border-radius:7px;flex:0 0 32px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.app-card-settings:hover,.app-card-settings:focus-visible{border-color:var(--yellow-dark);color:var(--ink);background:#fff9df;outline:none}.app-card-settings.is-loading{border-color:var(--yellow-dark);pointer-events:none;background:#fff9df}.app-card-settings svg{width:17px;height:17px}.app-icon{border-radius:8px;width:36px;height:36px}.app-card-indicator{border:1px solid #0000;border-radius:50%;flex:none;width:11px;height:11px;box-shadow:0 0 0 4px #fffffffa}.app-card-indicator-ready{background:#2f9a61;border-color:#23804f}.app-card-indicator-warning{background:var(--warning-indicator);border-color:#d4840a}.app-card-indicator-error{background:#d45b56;border-color:#bc4944}.app-card-body{gap:6px;display:grid}.app-card-notice{width:fit-content;min-width:min(180px,100% - 62px);max-width:min(340px,100% - 62px);color:var(--navy-700);background:0 0;border:0;border-radius:0;flex:0 auto;align-items:center;gap:7px;margin-left:auto;padding:4px 0;font-size:12px;font-weight:700;line-height:1.35;display:inline-flex}.app-card-notice span{overflow-wrap:anywhere;min-width:0}.app-card-notice svg{box-sizing:content-box;width:14px;height:14px;color:var(--yellow-dark);stroke-width:2.2px;background:#fff1a8;border-radius:50%;flex:0 0 14px;padding:2px}.app-card h2{margin:0;font-size:18px}.app-card p{min-height:34px;color:var(--gray-600);margin:0;font-size:13px}.user-drawer.app-order-drawer{width:min(480px,100vw - 24px)}.app-order-form{gap:16px}.app-order-list{border:1px solid var(--gray-200);border-left:3px solid var(--yellow);background:var(--surface);border-radius:8px;max-height:min(520px,100vh - 230px);overflow:hidden auto}.app-order-row{border-bottom:1px solid var(--gray-200);background:var(--surface);min-height:58px;transition:background var(--dur), box-shadow var(--dur);grid-template-columns:24px 36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px 9px 8px;display:grid}.app-order-row:last-child{border-bottom:0}.app-order-row.is-dragging{z-index:1;background:#fffbea;position:relative;box-shadow:0 4px 14px #15395a29}.app-order-grip{width:24px;height:36px;color:var(--gray-400);cursor:grab;touch-action:none;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.app-order-grip:hover,.app-order-row.is-dragging .app-order-grip{background:var(--navy-50);color:var(--navy)}.app-order-grip:active{cursor:grabbing}.app-order-grip:disabled{cursor:default;opacity:.45}.app-order-grip svg{width:18px;height:18px}.app-order-row strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.app-order-icon{width:34px;height:34px}.app-order-actions{align-items:center;gap:6px;display:inline-flex}.app-order-actions .icon-btn{width:32px;height:32px}.app-order-actions .icon-btn svg{width:16px;height:16px}.app-link{border:1px solid var(--yellow);background:var(--yellow);width:100%;height:38px;color:var(--ink);transition:background var(--dur), border-color var(--dur);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:800;display:inline-flex}.app-link:hover{background:var(--yellow-dark);border-color:var(--yellow-dark)}.app-link-muted{border-color:var(--gray-200);background:var(--surface);color:var(--navy)}.app-link-muted:hover{border-color:var(--navy-100);background:var(--navy-50)}.app-link:disabled{opacity:.48;cursor:not-allowed}.app-link.is-preparing:disabled{opacity:1;cursor:wait;background:var(--yellow);border-color:var(--yellow)}.apps-empty-panel{min-height:240px}.state{border:1px solid var(--gray-200);background:var(--navy-50);min-height:24px;color:var(--navy);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.state-build{background:var(--purple-50);color:var(--purple)}.state-ready{background:var(--success-50);color:var(--success)}.state-user{min-width:76px}.state-aktiv{background:var(--success-50);color:var(--success)}.state-einladung{background:var(--info-50);color:var(--info)}.state-gesperrt{background:var(--danger-50);color:var(--danger)}.audit-state-success{background:var(--success-50);color:var(--success)}.audit-state-info{background:var(--info-50);color:var(--info)}.audit-state-error{background:var(--danger-50);color:var(--danger)}.settings-grid{grid-template-columns:repeat(3,minmax(240px,1fr));gap:12px;display:grid}.settings-tile{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);min-height:112px;color:var(--ink);cursor:pointer;text-align:left;transition:border-color var(--dur), box-shadow var(--dur), transform var(--dur);border-radius:8px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.settings-tile:hover{border-color:var(--navy-100);transform:translateY(-1px);box-shadow:0 8px 18px #14141414}.settings-tile-icon{border:1px solid var(--yellow-dark);width:42px;height:42px;color:var(--ink);background:#fff6c7;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.settings-tile-copy{gap:5px;min-width:0;display:grid}.settings-tile-copy strong{font-size:15px;line-height:1.15}.settings-tile-copy span{color:var(--gray-600);font-size:13px}.settings-tile-meta{border:1px solid var(--gray-200);background:var(--gray-100);min-height:26px;color:var(--gray-700);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.settings-form{gap:12px;display:grid}.settings-form-compact{gap:10px}.settings-panel{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;gap:10px;padding:12px;display:grid}.settings-panel-head{justify-content:space-between;align-items:center;gap:12px;min-height:34px;display:flex}.settings-panel h2{margin:0}.settings-panel h2:before{transform:none}.integration-search-bar{max-width:720px}.integration-toolbar .controls{justify-content:space-between;width:100%}.integration-table-shell{overflow:auto}.integration-table-shell table{min-width:980px}.integration-app-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;display:grid}.integration-app-cell .app-icon{border-radius:8px;width:34px;height:34px}.integration-app-cell span:last-child{min-width:0}.integration-app-copy{gap:3px;min-width:0;display:grid}.integration-app-cell strong,.integration-app-cell small,.integration-detail{display:block}.integration-app-cell strong{line-height:1.15}.integration-app-cell small,.integration-detail{color:var(--gray-600);font-size:12px;font-weight:700;line-height:1.25}.integration-app-route{font-family:IBM Plex Mono,monospace;font-size:11px}.integration-target{word-break:break-word;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;display:inline-block}.integration-detail{margin-top:4px}.integration-detail code{font-size:11px}.integration-target-muted{color:var(--gray-500)}.integration-overview,.integration-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.integration-overview{flex-wrap:nowrap;align-items:flex-start;min-width:0}.integration-overview-icon{flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.integration-overview-icon svg{width:16px;height:16px}.integration-overview-copy{gap:2px;min-width:0;display:grid}.integration-overview-copy strong,.integration-overview-copy small{line-height:1.2;display:block}.integration-overview-copy strong{color:var(--ink);font-size:13px;font-weight:800}.integration-overview-copy small{color:var(--gray-600);font-size:12px;font-weight:650}.integration-overview-ready .integration-overview-icon,.integration-overview-ready .integration-overview-copy strong{color:var(--success)}.integration-overview-build .integration-overview-icon,.integration-overview-build .integration-overview-copy strong,.integration-overview-warning .integration-overview-icon,.integration-overview-warning .integration-overview-copy strong{color:var(--warning)}.integration-overview-error .integration-overview-icon,.integration-overview-error .integration-overview-copy strong,.integration-overview-disabled .integration-overview-icon,.integration-overview-disabled .integration-overview-copy strong{color:var(--danger)}.integration-table-shell th:last-child,.integration-table-shell td:last-child{text-align:left;padding-right:16px}.integration-col-app{width:29%}.integration-col-status{width:27%}.integration-col-host{width:20%}.integration-col-permission{width:14%}.integration-col-actions{width:180px}.integration-actions{justify-content:flex-start}.integration-empty{padding:12px 0}.integration-summary-panel{align-items:center}.integration-settings-panel{gap:8px;display:grid}.integration-settings-toggle{width:100%}.integration-device-grid .mini-check>svg{width:16px;height:16px;color:var(--navy);stroke-width:1.8px;flex:none}.integration-settings-paths{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.maintenance-panel{max-width:760px}.maintenance-copy{color:var(--ink);margin:0;font-size:15px;font-weight:700;line-height:1.5}.portal-settings-span-all{grid-column:1/-1}.portal-settings-form{gap:10px}.portal-settings-form .settings-panel{gap:8px;padding:10px 12px}.portal-settings-form .settings-panel-head{gap:10px;min-height:30px}.portal-settings-form .settings-panel .field-note{margin-top:0}.portal-settings-form .form-field textarea{min-height:74px}.portal-switch{min-height:30px}.portal-order-list{gap:7px;display:grid}.portal-order-item{border:1px solid var(--gray-200);background:var(--bg);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:54px;padding:8px 10px;display:grid}.portal-order-main{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.portal-order-icon{width:32px;height:32px}.portal-order-copy{gap:2px;min-width:0;display:grid}.portal-order-copy strong{color:var(--ink);font-size:13px;font-weight:800}.portal-order-copy small{color:var(--gray-600);overflow-wrap:anywhere;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600}.portal-order-meta,.portal-order-actions{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.drawer-inline-panel{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:12px 14px;display:flex}.drawer-inline-panel-copy{gap:4px;min-width:0;display:grid}.drawer-inline-panel-copy strong,.drawer-inline-panel-copy small{display:block}.drawer-inline-panel-copy small{color:var(--gray-600);font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600}.drawer-inline-status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.field-note{color:var(--gray-600);margin-top:6px;font-size:12px;font-weight:600;line-height:1.35;display:block}.field-note code{font-size:11px}.system-details{max-width:1120px}.system-status-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.system-status-item{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;align-items:flex-start;gap:11px;min-height:88px;padding:12px 14px;display:flex}.system-status-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:34px;height:34px;color:var(--navy);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.system-status-ready .system-status-icon{background:var(--success-50);color:var(--success);border-color:#badac6}.system-status-error .system-status-icon{background:var(--danger-50);color:var(--danger);border-color:#f1bcbc}.system-status-copy{gap:2px;min-width:0;display:grid}.system-status-copy span{color:var(--gray-600);text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.1}.system-status-copy strong{color:var(--ink);font-size:17px;font-weight:800;line-height:1.15}.system-status-copy small{min-width:0;color:var(--gray-600);white-space:normal;overflow-wrap:anywhere;font-size:12px;font-weight:650;line-height:1.2}.system-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.system-facts div{border:1px solid var(--gray-200);background:var(--bg);border-radius:8px;align-content:center;gap:3px;min-height:62px;padding:10px 12px;display:grid}.system-fact-wide{grid-column:span 2}.system-facts dt{color:var(--gray-600);text-transform:uppercase;font-size:11px;font-weight:800}.system-facts dd{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:700}.backup-status-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.backup-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.backup-panel{align-content:start}.backup-panel-wide{grid-column:1/-1}.backup-list,.backup-command-list,.backup-rule-list{margin:0}.backup-list{gap:8px;display:grid}.backup-info-item{border:1px solid var(--gray-200);background:var(--bg);border-radius:8px;align-content:center;gap:3px;min-height:64px;padding:10px 12px;display:grid}.backup-info-item span{color:var(--navy)}.backup-rule-list li::marker{color:var(--navy)}.backup-info-item span{text-transform:uppercase;font-size:11px;font-weight:800}.backup-info-item strong{color:var(--ink);font-size:13px;font-weight:800}.backup-info-item small{color:var(--gray-600);font-size:12px}.backup-command-list{gap:8px;display:grid}.backup-command-list code{border:1px solid var(--gray-200);background:var(--gray-100);color:var(--ink);white-space:nowrap;border-radius:8px;padding:10px 12px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:650;display:block;overflow-x:auto}.backup-rule-list{gap:8px;padding-left:18px;display:grid}.backup-rule-list li{color:var(--gray-700);font-size:13px;font-weight:650}.backup-workspace{gap:12px}.backup-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.backup-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.backup-summary-card{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;align-content:start;gap:6px;min-width:0;min-height:84px;padding:10px 12px;display:grid}.backup-summary-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.backup-summary-title{color:var(--gray-600);text-transform:uppercase;font-size:11px;font-weight:800}.backup-summary-meta{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;max-width:100%;font-style:normal;line-height:1.2;display:inline-flex}.backup-summary-meta-dot{width:8px;height:8px;box-shadow:0 0 0 2px color-mix(in srgb, currentColor 18%, white);background:currentColor;border-radius:999px;flex:0 0 8px}.backup-summary-meta-green{color:#188a4b}.backup-summary-meta-amber{color:#d08300}.backup-summary-meta-blue{color:#2f5f8f}.backup-summary-meta-label{color:var(--gray-500);letter-spacing:0;font-size:11px;font-weight:700}.backup-summary-meta-value{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;align-items:center;font-size:11px;font-weight:800;display:inline-flex;overflow:hidden}.backup-summary-meta-gap{margin-left:4px}.backup-summary-schedule{justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:inline-flex}.backup-schedule-edit{width:28px;height:28px;color:var(--navy);border-color:var(--navy-100);background:var(--navy-50);flex:0 0 28px}.backup-schedule-edit svg{width:14px;height:14px}.backup-summary-value{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:800;overflow:hidden}.backup-summary-card small{min-width:0;color:var(--gray-600);font-size:12px;font-weight:650;line-height:1.3}.backup-secret-code{font-family:IBM Plex Mono,monospace;font-size:15px}.backup-summary-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.backup-secret-prompt{gap:8px;display:grid}.backup-secret-field{min-width:0;max-width:none}.user-drawer.backup-schedule-drawer{width:min(500px,100vw - 24px)}.backup-schedule-form{gap:16px}.backup-schedule-enabled{width:100%;min-height:38px}.backup-schedule-basics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.backup-schedule-time{width:100%}.backup-retention-control{border:1px solid var(--gray-250);width:100%;height:39px;transition:border-color var(--dur), outline-color var(--dur);background:#fff;border-radius:8px;grid-template-columns:36px minmax(44px,1fr) auto 36px;align-items:center;display:grid;overflow:hidden}.backup-retention-control:focus-within,.backup-retention-control:hover{border-color:var(--navy-100);outline:2px solid var(--navy-50)}.backup-retention-control>button{width:36px;height:37px;color:var(--navy);cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;display:inline-flex}.backup-retention-control>button:first-child{border-right:1px solid var(--gray-200)}.backup-retention-control>button:last-child{border-left:1px solid var(--gray-200)}.backup-retention-control>button:hover:not(:disabled){background:var(--navy-50)}.backup-retention-control>button:disabled{color:var(--gray-400);cursor:not-allowed}.backup-retention-control>button svg{stroke-width:2.25px;width:15px;height:15px}.form-field .backup-retention-control>input{text-align:right;appearance:textfield;border:0;border-radius:0;outline:0;min-width:0;height:37px;padding:0 4px}.form-field .backup-retention-control>input:focus{border:0;outline:0}.backup-retention-control>input::-webkit-inner-spin-button{appearance:none;margin:0}.backup-retention-control>input::-webkit-outer-spin-button{appearance:none;margin:0}.form-field .backup-retention-unit{color:var(--gray-600);text-transform:none;font-size:12px;font-weight:650}.backup-time-trigger-shell{border:1px solid var(--gray-250);width:100%;height:39px;transition:border-color var(--dur), outline-color var(--dur), background var(--dur);background:#fff;border-radius:8px;align-items:center;display:flex;position:relative;overflow:hidden}.backup-time-trigger-shell>svg{width:15px;height:15px;color:var(--navy);pointer-events:none;stroke-width:2.25px;position:absolute;left:10px}.backup-time-trigger-shell:hover,.backup-time-trigger-shell.is-open,.backup-time-trigger-shell:focus-within{border-color:var(--navy-100);outline:2px solid var(--navy-50);background:#fff}.backup-time-display{width:100%;height:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;padding:0 34px;font-size:13px;font-weight:650;display:flex;position:relative}.backup-time-display:after{content:"";background:var(--yellow);width:7px;height:7px;box-shadow:0 0 0 1px var(--yellow-dark);pointer-events:none;border-radius:50%;position:absolute;right:12px}.backup-time-popover{z-index:60;border:1px solid var(--gray-200);background:var(--surface);border-radius:9px;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:10px;position:fixed;overflow:hidden;box-shadow:0 18px 42px #14141429}.backup-time-popover-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.backup-time-title{height:32px;color:var(--ink);align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.backup-time-title:before{content:"";background:var(--yellow);width:7px;height:7px;box-shadow:0 0 0 1px var(--yellow-dark);border-radius:50%}.backup-time-current{border:1px solid var(--navy-100);background:var(--navy-50);min-width:64px;height:32px;color:var(--navy);border-radius:7px;justify-content:center;align-items:center;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800;display:flex}.backup-time-preset-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:9px;display:grid}.backup-time-preset{border:1px solid var(--gray-200);height:30px;color:var(--ink);cursor:pointer;background:#fff;border-radius:7px;font-size:12px;font-weight:750}.backup-time-preset:hover{border-color:var(--navy-100);background:var(--navy-50);color:var(--navy)}.backup-time-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.backup-time-column{min-width:0}.backup-time-column-label{height:20px;color:var(--gray-600);letter-spacing:.04em;text-transform:uppercase;align-items:center;font-size:11px;font-weight:800;display:flex}.backup-time-scroll{border:1px solid var(--gray-200);background:#fff;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;max-height:min(178px,28vh);padding:5px;display:grid;overflow:auto}.backup-time-option{height:30px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:7px;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:750}.backup-time-option:hover{background:var(--navy-50);color:var(--navy)}.backup-time-option.is-selected{background:var(--yellow);color:var(--ink);box-shadow:inset 0 0 0 1px var(--yellow-dark)}.backup-time-popover-foot{border-top:1px solid var(--gray-200);justify-content:flex-end;align-items:center;gap:8px;margin-top:9px;padding-top:8px;display:flex}.backup-schedule-frequency,.backup-schedule-days{gap:8px;display:grid}.backup-schedule-frequency .segmented-control{justify-self:start}.backup-schedule-frequency .segmented-control button{min-width:128px}.backup-weekday-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.backup-weekday-grid .mini-check{justify-content:center}.backup-schedule-note{border-left:3px solid var(--yellow);color:var(--gray-600);margin:0;padding:4px 0 4px 10px;font-size:12px;font-weight:650;line-height:1.4}@media (width<=560px){.backup-schedule-basics{grid-template-columns:1fr}}.backup-inline-note{border:1px solid #ead268;border-left:4px solid var(--yellow);color:var(--navy-700);background:#fff9df;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700}.backup-job-note{align-items:center;gap:10px;min-height:48px;display:flex}.backup-job-note.is-running{border-color:var(--navy-100);background:var(--navy-50)}.backup-job-note.is-complete{background:var(--success-50);border-color:#bfd9c8}.backup-job-note.is-error{border-color:#efb8b8;border-left-color:var(--danger);background:var(--danger-50);color:var(--danger)}.backup-job-note-icon{border:1px solid;border-radius:8px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.backup-job-note-icon svg{width:16px;height:16px}.backup-job-note-copy{gap:2px;min-width:0;display:grid}.backup-job-note-copy strong,.backup-job-note-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.backup-job-note-copy small{color:var(--gray-600);font-size:12px;font-weight:650}.backup-table-shell{overflow:auto}.backup-table-shell table{min-width:980px}.backup-table-shell th:last-child,.backup-table-shell td:last-child{text-align:left}.backup-table-shell .row-actions{justify-content:flex-start}.backup-col-name{width:27%}.backup-col-date{width:15%}.backup-col-type{width:27%}.backup-col-size{width:10%}.backup-col-status{width:11%}.backup-col-actions{width:196px}.backup-object{width:100%}.backup-object span{gap:2px;min-width:0;display:grid}.backup-object strong,.backup-object small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.backup-object small{color:var(--gray-600);font-size:11px;font-weight:700}.backup-file-links{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.backup-file-link{border:1px solid var(--gray-200);background:var(--surface);min-height:28px;color:var(--navy);border-radius:8px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.backup-file-link:hover{border-color:var(--navy);background:var(--navy-50)}.backup-file-link svg{width:14px;height:14px}.backup-delete-btn{width:34px;padding:0}.backup-restore-strip{border:1px solid #ead268;border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.backup-restore-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:32px;height:32px;color:var(--navy);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.backup-restore-icon svg{width:17px;height:17px}.backup-restore-strip div{gap:2px;min-width:0;display:grid}.backup-restore-strip strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.backup-restore-strip small{color:var(--gray-600);font-size:12px;font-weight:650;line-height:1.3}.backup-restore-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.backup-emergency-field{border:1px solid var(--gray-200);background:var(--surface);min-width:220px;max-width:260px;color:var(--gray-500);border-radius:8px;align-items:center;gap:8px;padding:0 11px;display:inline-flex}.backup-emergency-field svg{flex:none;width:16px;height:16px}.backup-emergency-field input{width:100%;min-width:0;height:38px;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px;font-weight:700}.backup-emergency-field:focus-within{border-color:var(--navy-100);outline:2px solid var(--navy-50)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.settings-form-compact .settings-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settings-form-compact .form-field input{height:37px}.settings-form-compact .mini-check{min-height:30px;padding:5px 8px}.settings-span-all{grid-column:1/-1}.mail-mode-control{justify-self:start}.mail-mode-control button{min-width:124px}.mail-mode-control button.is-active{background:var(--yellow);color:var(--ink)}.settings-actions{background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;margin-top:2px;padding:0;display:flex}.settings-main-actions{justify-content:flex-end;gap:8px;display:flex}.profile-layout{grid-template-columns:minmax(400px,460px) minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.profile-workspace{overflow:hidden}.profile-workspace>.section-head{flex:none}.profile-workspace>.section-head h1{font-size:26px}.profile-workspace .profile-layout{flex:auto;min-height:0}.profile-workspace .profile-side-panel{min-height:0}.profile-side-panel{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;justify-items:center;display:grid;overflow:hidden}.profile-identity{border-bottom:1px solid var(--gray-200);text-align:left;grid-template-columns:auto minmax(0,1fr);place-items:center start;gap:14px;width:100%;padding:14px 16px;display:grid}.profile-photo-picker{cursor:pointer;border-radius:999px;flex:none;display:inline-flex;position:relative}.profile-photo-picker:focus-within{outline:2px solid var(--navy);outline-offset:3px}.profile-photo{border:2px solid var(--yellow);width:94px;height:94px;color:var(--ink);transition:border-color var(--dur), box-shadow var(--dur), filter var(--dur);background:#fff6c7;border-radius:999px;justify-content:center;align-items:center;font-size:24px;font-weight:850;display:inline-flex;overflow:hidden}.profile-photo img{object-fit:cover;width:100%;height:100%}.profile-photo-edit{border:2px solid var(--surface);background:var(--yellow);width:28px;height:28px;color:var(--navy-700);opacity:0;transition:opacity var(--dur), transform var(--dur);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:4px;right:-2px;transform:scale(.82);box-shadow:0 3px 9px #14141429}.profile-photo-edit svg{width:14px;height:14px}.profile-photo-picker:hover .profile-photo,.profile-photo-picker:focus-within .profile-photo{border-color:var(--yellow-dark);filter:brightness(1.04);box-shadow:0 0 0 4px #fff2a8}.profile-photo-picker:hover .profile-photo-edit,.profile-photo-picker:focus-within .profile-photo-edit{opacity:1;transform:scale(1)}.profile-identity-copy{min-width:0}.profile-identity-copy h2{color:var(--ink);margin:0;font-size:19px;line-height:1.2}.profile-identity-copy p{color:var(--gray-600);margin:3px 0 6px;font-size:12px;font-weight:650}.profile-role{background:var(--success-50);min-height:22px;color:var(--success);border:1px solid #b9dec9;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:800;display:inline-flex}.profile-save-actions svg,.profile-security-actions svg{width:15px;height:15px}.profile-contact-section{scrollbar-gutter:stable;width:100%;min-height:0;padding:12px 14px;overflow-y:auto}.profile-contact-section h3{color:var(--ink);margin:0 0 10px;font-size:15px}.profile-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.profile-contact-grid .form-field{gap:4px}.profile-contact-grid .form-field>span{font-size:11px}.profile-contact-grid .form-field input,.profile-contact-grid .form-choice-box{height:36px;font-size:13px}.profile-contact-grid .choice-trigger{font-size:13px}.profile-field-wide{grid-column:1/-1}.profile-save-actions{border-top:1px solid var(--gray-200);justify-content:flex-end;width:100%;padding:9px 14px;display:flex}.profile-form{min-width:0}.profile-account-panel{border:1px solid var(--gray-200);border-left:4px solid var(--yellow);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.profile-tabs{border-bottom:1px solid var(--gray-200);align-items:stretch;gap:4px;min-width:0;min-height:52px;padding:0 14px;display:flex;overflow-x:auto}.profile-tab{min-width:0;min-height:50px;color:var(--gray-600);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.profile-tab:hover,.profile-tab.is-active{color:var(--navy)}.profile-tab.is-active{border-bottom-color:var(--yellow)}.profile-tab svg{width:18px;height:18px}.profile-tab-count{background:var(--navy-50);min-width:22px;min-height:22px;color:var(--navy);border-radius:999px;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:850;display:inline-flex}.profile-tab-panel{min-height:0}.profile-security-panel{align-content:start;gap:16px;padding:18px;display:grid}.profile-tab-intro{align-items:center;gap:11px;display:flex}.profile-tab-intro h2{margin:0;font-size:16px}.profile-tab-intro .intro{margin-top:3px}.profile-tab-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:38px;height:38px;color:var(--navy);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.profile-tab-icon svg{width:18px;height:18px}.profile-password-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(720px,100%)}.profile-password-current{grid-column:1/-1}.profile-password-grid .form-field{gap:5px}.profile-password-grid .form-field input{height:36px;font-size:13px}.profile-security-actions{justify-content:flex-start;display:flex}.profile-session-panel{gap:0;padding:0;overflow:hidden}.profile-workspace .profile-session-panel{grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid}.profile-session-head{justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:11px 14px;display:flex}.profile-session-head h2{margin:0;font-size:16px}.profile-session-head .intro{margin-top:3px}.profile-session-list{border-top:1px solid var(--gray-200);display:grid}.profile-workspace .profile-session-list{scrollbar-gutter:stable;min-height:0;overflow-y:auto}.profile-account-panel .profile-session-row{grid-template-columns:36px minmax(0,1fr) auto;gap:10px;min-height:62px;padding:9px 14px}.profile-account-panel .profile-session-list{grid-auto-rows:max-content;align-content:start}.profile-account-panel .profile-session-icon{width:34px;height:34px}.profile-account-panel .profile-session-icon svg{width:17px;height:17px}.profile-account-panel .profile-session-copy{gap:3px}.profile-account-panel .profile-session-title-line{gap:6px}.profile-account-panel .profile-session-browser{min-height:20px;padding:1px 6px}.profile-account-panel .profile-session-title-line .state{padding:2px 6px}.profile-account-panel .profile-session-copy small{gap:6px}.profile-account-panel .profile-session-copy small span+span:before{height:10px;margin-right:2px}.profile-account-panel .profile-session-end{width:32px;height:32px}.profile-session-row{border-bottom:1px solid var(--gray-200);min-width:0;transition:background var(--dur);grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.profile-session-row.is-current{background:linear-gradient(90deg, var(--yellow) 0 3px, #fffdf4 3px 100%)}.profile-account-panel .profile-session-row.is-current{background:#fffdf4}.profile-session-row:last-child{border-bottom:0}.profile-session-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:38px;height:38px;color:var(--navy);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.profile-session-icon.is-android{background:var(--success-50);color:var(--success);border-color:#b9dec9}.profile-session-icon.is-apple{border-color:var(--gray-250);background:var(--gray-100);color:var(--gray-700)}.profile-session-icon.is-linux{color:var(--navy-700);background:#fff9df;border-color:#ead98b}.profile-session-icon svg{width:19px;height:19px}.profile-session-copy{gap:4px;min-width:0;display:grid}.profile-session-title-line,.profile-session-copy small{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.profile-session-title-line strong{color:var(--ink);font-size:13px}.profile-session-browser{border:1px solid var(--gray-200);background:var(--gray-100);min-height:22px;color:var(--gray-600);border-radius:999px;align-items:center;gap:4px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex}.profile-session-browser svg{width:12px;height:12px}.profile-session-title-line .state{padding:3px 7px;font-size:10px}.profile-session-copy small{color:var(--gray-600);font-size:11px;font-weight:600}.profile-session-copy small span{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.profile-session-copy small span+span:before{background:var(--gray-250);content:"";width:1px;height:12px;margin-right:4px}.profile-session-time svg{width:12px;height:12px;color:var(--navy)}.profile-session-ip{font-family:IBM Plex Mono,monospace}.profile-session-end{justify-self:end;width:34px;height:34px}.profile-session-empty{color:var(--gray-600);margin:0;padding:14px 12px;font-size:12px;font-weight:700}.module-panel{border:1px solid var(--gray-200);border-top:3px solid var(--yellow);background:var(--surface);border-radius:8px;align-content:start;justify-items:start;gap:12px;min-height:320px;padding:22px;display:grid}.app-state-panel{min-height:280px}.app-state-copy{color:var(--gray-700);margin:-2px 0 0;font-size:14px;font-weight:600}.app-state-detail{color:var(--gray-600);margin:0;font-size:13px;font-weight:700}.app-state-tags,.app-state-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.module-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:42px;height:42px;color:var(--navy);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.portal-app-stage{flex:auto;grid-template:minmax(0,1fr)/minmax(0,1fr);min-width:0;min-height:0;display:grid}.portal-app-stage>*{grid-area:1/1;min-width:0}.portal-app-slot{flex-direction:column;min-height:0;display:flex}.portal-app-slot.is-preparing{visibility:hidden;pointer-events:none}.workspace-embedded{flex:auto;gap:0;min-height:0;padding:0;position:relative}.embedded-app-loading{background:var(--surface);color:var(--navy);justify-content:center;align-items:center;gap:10px;padding:20px;font-size:14px;display:flex;position:absolute;inset:0}.embedded-app-loading svg{flex:0 0 20px;width:20px;height:20px}.embedded-app-frame{background:var(--surface);border:0;flex:auto;width:100%;min-height:0}.table-shell{border:1px solid var(--gray-200);border-top:3px solid var(--yellow);background:var(--surface);border-radius:8px;overflow:hidden}.management-layout{grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;display:grid}.user-table-shell{overflow:auto}.user-table-shell table{min-width:1160px}.users-col-person{width:28%}.users-col-role{width:10%}.users-col-position{width:12%}.users-col-location{width:10%}.users-col-apps{width:18%}.users-col-status{width:9%}.users-col-login{width:11%}.users-col-actions{width:92px}.managed-user-cell{align-items:center;gap:10px;min-width:0;display:flex}.managed-user-cell strong,.managed-user-cell small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.managed-user-cell strong{color:var(--ink);font-size:13px;font-weight:800}.managed-user-cell small,.app-list{color:var(--gray-600);font-size:12px}.avatar-muted{border:1px solid var(--yellow-dark);width:32px;height:32px;color:var(--ink);background:#fff6c7}.row-actions{justify-content:flex-end;align-items:center;gap:6px;width:100%;display:inline-flex}.user-table-shell th:nth-child(6),.user-table-shell td:nth-child(6){text-align:center}.user-table-shell th:last-child,.user-table-shell td:last-child{text-align:right;padding-right:10px}.audit-table-shell{flex:auto;min-height:0;overflow:auto}.audit-table-shell table{min-width:960px}.audit-table-shell thead th{z-index:1;position:sticky;top:0}.audit-col-time{width:15%}.audit-col-event{width:19%}.audit-col-outcome{width:12%}.audit-col-person,.audit-col-target,.audit-col-details{width:18%}.audit-event{color:var(--ink);font-weight:800}.audit-detail,.table-empty{color:var(--gray-600);font-size:12px}.audit-detail{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.table-empty{padding:6px 0;display:block}.table-action{border:1px solid var(--gray-200);background:var(--surface);width:32px;height:32px;color:var(--gray-700);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.table-action:hover{border-color:var(--navy);color:var(--navy)}.table-action:disabled{opacity:.46;cursor:not-allowed;border-color:var(--gray-200);color:var(--gray-500)}.table-action:disabled:hover{border-color:var(--gray-200);color:var(--gray-500)}.table-action-danger{color:var(--danger)}.table-action-danger:hover{border-color:var(--danger);color:var(--danger)}.drawer-backdrop{z-index:30;cursor:default;opacity:0;pointer-events:none;visibility:hidden;transition:opacity var(--dur), visibility 0s linear var(--dur);background:#1414142e;border:0;position:fixed;inset:72px 0 0}.drawer-backdrop.is-open{opacity:1;pointer-events:auto;visibility:visible;transition:opacity var(--dur)}.user-drawer{z-index:31;border-left:1px solid var(--gray-200);background:var(--surface);visibility:hidden;width:min(700px,100vw - 24px);transition:transform var(--dur) ease, visibility 0s linear var(--dur);flex-direction:column;display:flex;position:fixed;top:72px;bottom:0;right:0;transform:translate(108%);box-shadow:-18px 0 34px #14141424}.user-drawer.user-management-drawer{width:min(1120px,100vw - 24px)}.user-drawer.is-open{visibility:visible;transition:transform var(--dur) ease;transform:translate(0)}.user-delete-confirm-backdrop{z-index:90;background:#14141447;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.user-delete-confirm{border:1px solid var(--gray-200);border-top:3px solid var(--yellow);background:var(--surface);border-radius:8px;width:min(440px,100%);overflow:hidden;box-shadow:0 22px 60px #14141433}.user-delete-confirm-head{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding:10px 14px 10px 18px;display:flex}.user-delete-confirm-head h2{margin:0;font-size:18px}.user-delete-confirm-body{gap:14px;padding:18px;display:grid}.user-delete-confirm-target{background:var(--gray-100);align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.user-delete-confirm-target>span:last-child{gap:2px;min-width:0;display:grid}.user-delete-confirm-target strong,.user-delete-confirm-target small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-delete-confirm-target small{color:var(--gray-600)}.user-delete-confirm-body p{color:var(--gray-700);margin:0;font-size:13px;line-height:1.5}.user-delete-confirm-actions{border-top:1px solid var(--gray-200);justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.drawer-head{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.drawer-title{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:40px;display:flex}.drawer-head h2{margin:0;line-height:1}.drawer-title-note{max-width:460px;color:var(--gray-600);margin:0;font-size:12px;font-weight:600;line-height:1.35}.drawer-head .title-marker:before{transform:none}.drawer-form{flex-direction:column;flex:auto;gap:13px;min-height:0;padding:16px 18px 18px;display:flex;overflow:auto}.drawer-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.drawer-span-all{grid-column:1/-1}.user-data-section{border:1px solid var(--gray-200);border-left:3px solid var(--yellow);background:var(--surface);border-radius:8px;position:relative;overflow:visible}.user-data-section:focus-within{z-index:5}.user-data-toggle{width:100%;min-height:54px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:7px 9px 7px 11px;display:grid}.user-data-toggle:hover{background:var(--navy-50)}.user-data-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:34px;height:34px;color:var(--navy);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.user-data-icon svg,.user-data-toggle>svg{width:18px;height:18px}.user-data-title{gap:1px;min-width:0;line-height:1.25;display:grid}.user-data-title strong,.user-data-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-data-title strong{font-size:13px;font-weight:800}.user-data-title small{color:var(--gray-600);font-size:11.5px;font-weight:600}.user-data-toggle>svg{color:var(--navy);transition:transform var(--dur) ease;justify-self:center}.user-data-toggle.is-expanded>svg{transform:rotate(180deg)}.user-data-fields{border-top:1px solid var(--gray-200);background:#fcfcfc;padding:12px}.user-app-access-group{margin-top:2px}.user-app-access-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px;display:grid}.user-app-access-item{border:1px solid var(--gray-200);border-left:3px solid var(--gray-250);background:var(--surface);border-radius:8px;overflow:hidden}.user-app-access-item.is-enabled{border-left-color:var(--yellow)}.user-app-access-item.is-expanded{grid-column:1/-1}.user-app-access-head{align-items:center;gap:10px;min-height:54px;padding:7px 9px 7px 11px;display:flex}.user-app-toggle{cursor:default;flex:auto;grid-template-columns:16px 34px minmax(0,1fr);align-items:center;gap:9px;min-width:0;display:grid}.user-app-toggle input{width:16px;height:16px;accent-color:var(--yellow-dark);cursor:pointer;margin:0}.user-app-toggle input:disabled{cursor:default;opacity:.75}.user-app-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:34px;height:34px;color:var(--navy);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.user-app-icon svg{width:17px;height:17px}.user-app-title{min-width:0;color:var(--ink);text-transform:none;gap:1px;font-size:13px;line-height:1.25;display:grid}.user-app-title strong,.user-app-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-app-title small{color:var(--gray-600);text-transform:none;font-size:11.5px;font-weight:600}.user-app-expand{width:34px;height:34px;color:var(--navy);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.user-app-expand:hover:not(:disabled){border-color:var(--navy-100);background:var(--navy-50)}.user-app-expand:disabled{color:var(--gray-400);cursor:default}.user-app-expand svg{width:18px;height:18px;transition:transform var(--dur) ease}.user-app-expand.is-expanded svg{transform:rotate(180deg)}.user-app-access-details{border-top:1px solid var(--gray-200);background:#fcfcfc;gap:12px;padding:12px 14px 14px;display:grid}.user-app-full-access{border-left:3px solid var(--yellow);color:var(--gray-600);margin:0;padding:5px 0 5px 10px;font-size:12px;font-weight:650;line-height:1.4}.user-app-detail-section{gap:9px;display:grid}.user-app-detail-section+.user-app-detail-section{border-top:1px solid var(--gray-200);padding-top:12px}.user-app-detail-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.user-app-detail-heading h3{color:var(--ink);margin:0;font-size:12.5px;line-height:1.2}.user-app-detail-heading span{color:var(--gray-600);text-transform:none;font-size:11px;font-weight:600}.app-scope-control,.permission-level-control{border:1px solid var(--gray-200);background:var(--surface);border-radius:7px;align-items:center;padding:2px;display:inline-flex}.app-scope-control{justify-self:start}.app-scope-control button,.permission-level-control button{min-height:28px;color:var(--gray-600);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 10px;font-size:11.5px;font-weight:750}.app-scope-control button:hover,.permission-level-control button:hover{background:var(--navy-50);color:var(--navy)}.app-scope-control button.is-active,.permission-level-control button.is-active{color:var(--ink);box-shadow:inset 0 0 0 1px var(--yellow-dark);background:#fff5bf}.app-profitcenter-grid{margin-top:1px}.app-permission-list{display:grid}.app-permission-row{border-top:1px solid var(--gray-200);grid-template-columns:minmax(135px,1fr) auto;align-items:center;gap:12px;min-height:44px;padding:7px 0;display:grid}.app-permission-row:first-child{border-top:0;padding-top:0}.user-device-management{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;margin-top:2px;display:grid}.user-device-section{border:1px solid var(--gray-200);border-left:3px solid var(--yellow);background:var(--surface);border-radius:8px;overflow:hidden}.user-device-section-head{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:9px 11px;display:grid}.user-device-section-icon,.importer-device-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:36px;height:36px;color:var(--navy);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.user-device-section-icon svg,.importer-device-icon svg{width:18px;height:18px}.user-device-section-head>span:nth-child(2){gap:1px;min-width:0;display:grid}.user-device-section-head h3{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;line-height:1.25;overflow:hidden}.user-device-section-head small{color:var(--gray-600);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:600;overflow:hidden}.user-device-count{border:1px solid var(--gray-200);background:var(--gray-100);min-width:30px;height:26px;color:var(--navy);border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:12px;display:inline-flex}.user-device-head-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.user-device-expand{width:34px;height:34px;color:var(--navy);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.user-device-expand:hover{border-color:var(--navy-100);background:var(--navy-50)}.user-device-expand svg{width:18px;height:18px;transition:transform var(--dur) ease}.user-device-expand.is-expanded svg{transform:rotate(180deg)}.managed-session-revoke-all{white-space:nowrap}.importer-access-note{border-top:1px solid var(--gray-200);color:var(--gray-700);background:#fffaf0;align-items:flex-start;gap:7px;margin:0;padding:9px 12px;font-size:12px;line-height:1.4;display:flex}.importer-access-note svg{width:16px;height:16px;color:var(--yellow-dark);flex:none;margin-top:1px}.importer-device-list{border-top:1px solid var(--gray-200)}.importer-device{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(190px,1.2fr) minmax(290px,1.8fr) auto;align-items:center;gap:14px;padding:11px 12px;display:grid}.importer-device:last-child{border-bottom:0}.importer-device-main{grid-template-columns:36px minmax(0,1fr);grid-template-areas:"icon name""icon state";align-items:center;gap:3px 9px;min-width:0;display:grid}.importer-device-icon{grid-area:icon}.importer-device-name{grid-area:name;min-width:0;line-height:1.25;display:grid}.importer-device-name strong,.importer-device-name small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.importer-device-name strong{color:var(--ink);font-size:12.5px}.importer-device-name small{color:var(--gray-600);font-size:11px}.importer-state{text-overflow:ellipsis;grid-area:state;justify-content:flex-start;width:max-content;max-width:100%;min-height:20px;padding:2px 7px;overflow:hidden}.importer-state-active{background:var(--success-50);color:var(--success)}.importer-state-pending{background:var(--info-50);color:var(--info)}.importer-state-blocked{color:#8a6200;background:#fff5d8}.importer-state-revoked{background:var(--danger-50);color:var(--danger)}.importer-device-facts{grid-template-columns:minmax(150px,1.35fr) repeat(4,minmax(0,1fr));gap:10px;min-width:0;margin:0;display:grid}.importer-device-facts div{gap:2px;min-width:0;display:grid}.importer-device-facts dt{color:var(--gray-600);text-transform:uppercase;font-size:9.5px;font-weight:800}.importer-device-facts dd{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;font-weight:650;overflow:hidden}.importer-device-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.user-device-management .importer-device{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px}.user-device-management .importer-device-facts{border-top:1px solid var(--gray-200);grid-template-columns:repeat(2,minmax(0,1fr));padding-top:9px}.user-device-management .importer-channel-fact{grid-column:1/-1}.user-device-management .importer-device-actions{border-top:1px solid var(--gray-200);grid-column:auto;padding-top:9px}.importer-device-pending{background:#fffdf4}.importer-pending-copy{color:var(--gray-600);font-size:11.5px;font-weight:650;line-height:1.4}.managed-session-section .profile-session-row{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;padding:10px 11px}.managed-session-section .profile-session-icon{width:36px;height:36px}.managed-session-section .profile-session-copy small{gap:5px}@media (width<=1040px){.user-management-drawer .user-app-access-list,.user-device-management{grid-template-columns:minmax(0,1fr)}.user-app-access-item.is-expanded{grid-column:auto}}.importer-channel-options{gap:8px;display:grid}.importer-channel-options .mini-check{align-items:center;min-height:48px}.importer-channel-options .mini-check>span{gap:2px;min-width:0;display:grid}.importer-channel-options .mini-check strong,.importer-channel-options .mini-check small{display:block}.importer-channel-options .mini-check small{color:var(--gray-600);font-size:10.5px}.importer-channel-options .mini-check.is-disabled{opacity:.62}.importer-channel-picker{border:0;margin:0;padding:0}.dialog-context{color:var(--gray-700);margin:0;font-weight:800}.importer-remove-button{color:var(--danger)}.importer-empty{color:var(--gray-600);margin:0;padding:13px;font-size:12px}.importer-dialog{width:min(480px,100%)}.importer-code-body{text-align:center}.importer-activation-code{border:1px solid var(--yellow-dark);border-left:4px solid var(--yellow);width:100%;min-height:72px;color:var(--navy);cursor:pointer;background:#fffaf0;border-radius:7px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;padding:10px 14px;display:grid}.importer-activation-code:hover{border-color:var(--navy)}.importer-activation-code span{letter-spacing:3px;font-family:Cascadia Mono,SFMono-Regular,Consolas,monospace;font-size:clamp(26px,7vw,36px);font-weight:800}.importer-activation-code svg{width:20px;height:20px}.importer-code-body>small{color:var(--gray-600);font-size:11.5px}.kroimport-workspace{gap:10px}.kroimport-page-head{align-items:center;min-height:42px}.kroimport-page-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.kroimport-approval-action{color:var(--navy);background:#fffbed;border-color:#dcc000}.kroimport-approval-action:hover{border-color:var(--yellow-dark);color:var(--navy);background:#fff4b8}.kroimport-approval-action:disabled,.kroimport-approval-action:disabled:hover{border-color:var(--gray-200);background:var(--gray-100);color:var(--gray-600)}.kroimport-action-count{background:var(--yellow);min-width:22px;height:22px;color:var(--ink);border:1px solid #d3b700;border-radius:999px;justify-content:center;align-items:center;padding-inline:5px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;display:inline-flex}.kroimport-approval-action:disabled .kroimport-action-count{border-color:var(--gray-300);background:var(--surface);color:var(--gray-600)}.kroimport-action-label-short{display:none}.kroimport-tabs{border-bottom:1px solid var(--gray-200);align-items:stretch;gap:26px;min-height:44px;display:flex}.kroimport-tab{min-width:0;min-height:44px;color:var(--gray-600);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:0 0 2px;font-size:14px;font-weight:750;display:inline-flex;position:relative}.kroimport-tab:after{content:"";background:0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.kroimport-tab:hover{color:var(--navy)}.kroimport-tab:focus-visible{outline:2px solid var(--navy-100);outline-offset:2px}.kroimport-tab.is-active{color:var(--navy)}.kroimport-tab.is-active:after{background:var(--yellow)}.kroimport-tab-count{border:1px solid var(--gray-200);background:var(--gray-100);min-width:24px;height:24px;color:var(--gray-700);border-radius:999px;justify-content:center;align-items:center;padding-inline:6px;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:700;display:inline-flex}.kroimport-section{align-content:start;gap:8px;min-width:0;min-height:0;display:grid}.kroimport-section-head{justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding-inline:2px;display:flex}.kroimport-section-head>div{gap:2px;min-width:0;display:grid}.kroimport-section-head h2{color:var(--ink);margin:0;font-size:16px}.kroimport-section-head small{color:var(--gray-600);font-size:11.5px}.kroimport-section-head>svg{width:18px;height:18px;color:var(--navy)}.kroimport-release-heading,.kroimport-device-heading{align-items:end}.kroimport-release-search,.kroimport-device-search{width:min(360px,45vw)}.kroimport-table-shell{overscroll-behavior:contain;scrollbar-color:var(--gray-400) transparent;scrollbar-gutter:stable;scrollbar-width:thin;min-height:0;overflow:auto}.kroimport-release-table{max-height:271px}.kroimport-device-table{max-height:241px}@media (width>=821px){.app-shell-kroimport{height:100dvh;overflow:hidden}.kroimport-workspace{flex:1 1 0;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding-bottom:14px;display:grid;overflow:hidden}.kroimport-workspace .kroimport-section{gap:6px}.kroimport-release-section,.kroimport-device-section{grid-template-rows:auto minmax(0,1fr)}.kroimport-workspace .kroimport-release-section{gap:8px}.kroimport-release-table,.kroimport-device-table{height:100%;max-height:none}}.kroimport-table-shell::-webkit-scrollbar{width:10px;height:10px}.kroimport-table-shell::-webkit-scrollbar-track{background:0 0}.kroimport-table-shell::-webkit-scrollbar-thumb{border:3px solid var(--surface);background:var(--gray-400);border-radius:999px}.kroimport-table-shell thead th{z-index:2;background:var(--gray-100);position:sticky;top:0}.kroimport-release-table tbody tr{height:76px}.kroimport-device-table tbody tr{height:66px}.kroimport-table-shell table{table-layout:fixed;width:100%;min-width:900px}.kroimport-release-table th:first-child,.kroimport-release-table td:first-child{width:10%}.kroimport-release-table th:nth-child(2),.kroimport-release-table td:nth-child(2){width:8%}.kroimport-release-table th:nth-child(3),.kroimport-release-table td:nth-child(3){width:14%}.kroimport-release-table th:nth-child(4),.kroimport-release-table td:nth-child(4){width:38%}.kroimport-release-table th:nth-child(5),.kroimport-release-table td:nth-child(5){width:10%}.kroimport-release-table th:nth-child(6),.kroimport-release-table td:nth-child(6){width:20%}.kroimport-table-shell th:last-child,.kroimport-table-shell td:last-child{text-align:right}.kroimport-table-shell td{vertical-align:middle}.kroimport-table-shell td>strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.table-subline{color:var(--gray-600);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10.5px;line-height:1.25;display:block;overflow:hidden}.kroimport-channel{border-radius:999px;align-items:center;min-height:22px;padding:3px 8px;font-size:10.5px;font-weight:800;display:inline-flex}.kroimport-channel-stable{background:var(--success-50);color:var(--success)}.kroimport-channel-pilot{background:var(--info-50);color:var(--info)}.kroimport-row-actions{flex-wrap:wrap;justify-content:flex-end}.kroimport-installer-download{white-space:nowrap}.kroimport-table-empty{color:var(--gray-600);text-align:center!important;padding-block:22px!important}.kroimport-channel-select{border:1px solid var(--gray-200);background-color:var(--surface);width:100%;min-width:92px;height:34px;color:var(--ink);border-radius:7px;padding:0 30px 0 9px;font-size:11.5px;font-weight:750}.kroimport-update-current{background:var(--success-50);color:var(--success)}.kroimport-update-available,.kroimport-update-unknown,.kroimport-update-none{background:var(--info-50);color:var(--info)}.kroimport-update-mandatory,.kroimport-update-blocked{background:var(--danger-50);color:var(--danger)}.kroimport-release-dialog{grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,100%);max-height:calc(100dvh - 36px);display:grid}.kroimport-release-dialog .user-delete-confirm-head h2{font-size:20px}.kroimport-release-form,.kroimport-policy-form{gap:12px;display:grid}.kroimport-release-form{overscroll-behavior:contain;padding:18px 22px 20px;overflow-y:auto}.kroimport-release-source{gap:7px}.kroimport-mandatory-check{border-left:3px solid var(--yellow);background:#fffdf2;align-items:flex-start;min-width:0;min-height:50px;padding:9px 11px}.kroimport-mandatory-check>input{margin-top:2px}.kroimport-mandatory-check>span{gap:2px;min-width:0;line-height:1.25;display:grid}.kroimport-mandatory-check small{color:var(--gray-600);overflow-wrap:anywhere;font-size:11px;font-weight:600}.kroimport-file-picker{border:1px solid var(--gray-200);background:var(--surface);cursor:pointer;border-radius:7px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;min-height:68px;padding:10px 11px;display:grid}.kroimport-file-picker:hover,.kroimport-file-picker:focus-within{border-color:var(--navy);box-shadow:0 0 0 2px var(--navy-50)}.kroimport-file-picker.has-file{border-left:3px solid var(--yellow);padding-left:9px}.kroimport-central-source{cursor:default}.kroimport-central-source:hover{border-color:var(--gray-200);box-shadow:none}.kroimport-file-picker-icon{border:1px solid var(--navy-100);background:var(--navy-50);width:44px;height:44px;color:var(--navy);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.kroimport-file-picker-icon svg{width:21px;height:21px}.kroimport-file-picker-copy{gap:2px;min-width:0;line-height:1.25;display:grid}.kroimport-file-picker-copy strong,.kroimport-file-picker-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kroimport-file-picker-copy strong{color:var(--ink);font-size:14px}.kroimport-file-picker-copy small{color:var(--gray-600);font-size:12px;font-weight:600}.kroimport-file-picker-button{pointer-events:none}.kroimport-release-checking{border-left:3px solid var(--yellow);background:var(--gray-50);min-height:48px;color:var(--navy);align-items:center;gap:9px;padding:10px 12px;font-size:13px;font-weight:750;display:flex}.kroimport-release-preview{border:1px solid var(--gray-200);border-left:3px solid var(--yellow);background:var(--surface);border-radius:7px;min-width:0;overflow:hidden}.kroimport-release-preview-status{border-bottom:1px solid var(--gray-200);background:var(--success-50);align-items:center;gap:12px;padding:13px 16px;display:flex}.kroimport-release-preview-status>span:last-child{gap:2px;min-width:0;display:grid}.kroimport-release-preview-status strong{color:var(--success);font-size:14px}.kroimport-release-preview-status small{color:var(--gray-600);font-size:12px;font-weight:600}.kroimport-release-preview-icon{background:var(--surface);width:38px;height:38px;color:var(--success);border:1px solid #b9dfca;border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.kroimport-release-preview-icon svg{width:20px;height:20px}.kroimport-release-overview{border-bottom:1px solid var(--gray-200);background:var(--gray-50);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0 16px;display:grid}.kroimport-release-overview>div{border-right:1px solid var(--gray-200);align-content:start;gap:5px;min-width:0;padding:14px 16px 14px 0;display:grid}.kroimport-release-overview>div+div{padding-left:16px}.kroimport-release-overview>div:last-child{border-right:0}.kroimport-release-preview dt{color:var(--gray-600);text-transform:uppercase;font-size:10.5px;font-weight:800}.kroimport-release-preview dd{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:700}.kroimport-release-overview dd{font-size:18px;line-height:1.2}.kroimport-channel{align-items:center;gap:7px;display:inline-flex}.kroimport-channel:before{background:var(--info);content:"";border-radius:50%;flex:none;width:8px;height:8px}.kroimport-channel-stable:before{background:var(--success)}.kroimport-channel-pilot:before{background:#f4a000}.kroimport-release-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0 16px;display:grid}.kroimport-release-detail{min-width:0;padding:17px 16px 16px 0}.kroimport-release-detail+.kroimport-release-detail{border-left:1px solid var(--gray-200);padding-left:16px;padding-right:0}.kroimport-release-detail h3,.kroimport-release-notes h3{color:var(--navy);align-items:center;gap:8px;margin:0 0 13px;font-size:14px;display:flex}.kroimport-release-detail h3 svg{width:18px;height:18px}.kroimport-release-detail dl{grid-template-columns:minmax(0,1fr) auto;gap:12px 18px;margin:0;display:grid}.kroimport-release-detail dl>div{align-content:start;gap:4px;min-width:0;display:grid}.kroimport-release-detail .kroimport-detail-wide{grid-column:1/-1}.kroimport-release-preview .mono-value{color:var(--navy);overflow-wrap:anywhere;font-family:Consolas,Courier New,monospace;font-size:11.5px;font-weight:650;line-height:1.45}.kroimport-release-notes{border-top:1px solid var(--gray-200);padding:16px}.kroimport-release-notes h3{margin-bottom:8px}.kroimport-release-notes p{color:var(--gray-700);white-space:pre-wrap;margin:0;font-size:13px;font-weight:600;line-height:1.55}.kroimport-release-meta{border-top:1px solid var(--gray-200);background:var(--gray-50);flex-wrap:wrap;gap:18px 30px;margin:0;padding:11px 16px;display:flex}.kroimport-release-meta>div{align-items:baseline;gap:7px;display:flex}.kroimport-release-meta dd{font-size:12px}.app-permission-label{min-width:0;color:var(--ink);text-transform:none;gap:1px;font-size:12px;display:grid}.app-permission-label small{color:var(--gray-600);text-transform:none;font-size:10.5px;font-weight:600}.permission-level-control{max-width:100%;overflow-x:auto}.permission-level-control button{white-space:nowrap}.drawer-actions{border-top:1px solid var(--gray-200);background:var(--surface);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:14px;display:flex;position:sticky;bottom:0}.drawer-danger-actions,.drawer-main-actions{align-items:center;gap:8px;display:inline-flex}table{border-collapse:collapse;table-layout:fixed;width:100%}th,td{border-bottom:1px solid var(--gray-200);text-align:left;vertical-align:middle;padding:12px 14px}th{background:var(--gray-100);color:var(--gray-600);text-transform:uppercase;font-size:11px;font-weight:800}td{color:var(--gray-700);font-size:13px}tbody tr:last-child td{border-bottom:0}.object-cell{min-width:0;color:var(--ink);align-items:center;gap:8px;font-weight:800;display:inline-flex}.object-cell svg{color:var(--navy);flex:none}@media (width<=1040px){.topbar{grid-template-columns:minmax(0,1fr) minmax(180px,320px) auto}.auth-topbar{grid-template-columns:minmax(180px,1fr) minmax(240px,440px) minmax(180px,1fr)}.brand{min-width:0}.status-grid,.app-grid,.settings-grid,.backup-summary-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.drawer-inline-panel{flex-direction:column;align-items:stretch}.user-status-grid{display:none}.user-toolbar .controls{grid-template-columns:minmax(240px,1fr) auto;align-items:center;display:grid}.user-toolbar .search-control,.integration-toolbar .search-control{flex:none;width:100%;min-width:0;max-width:none}.integration-toolbar .controls{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.integration-table-shell{overflow-x:hidden}.integration-table-shell table{min-width:0}.integration-table-shell th:nth-child(3),.integration-table-shell td:nth-child(3),.integration-table-shell th:nth-child(4),.integration-table-shell td:nth-child(4),.integration-app-route{display:none}.integration-col-app{width:46%}.integration-col-status{width:38%}.integration-col-actions{width:112px}.integration-actions{flex-wrap:nowrap}.integration-actions .btn{justify-content:center;width:40px;min-width:40px;padding-inline:0;font-size:0}.user-table-shell th:nth-child(2),.user-table-shell td:nth-child(2),.user-table-shell th:nth-child(3),.user-table-shell td:nth-child(3),.user-table-shell th:nth-child(4),.user-table-shell td:nth-child(4),.user-table-shell th:nth-child(5),.user-table-shell td:nth-child(5),.user-table-shell th:nth-child(7),.user-table-shell td:nth-child(7){display:none}.user-table-shell,.backup-table-shell,.audit-table-shell{overflow-x:hidden}.user-table-shell table,.backup-table-shell table,.audit-table-shell table{min-width:0}.user-table-shell table,.user-table-shell thead,.user-table-shell tbody{width:100%;display:block}.user-table-shell colgroup{display:none}.user-table-shell tr{grid-template-columns:minmax(0,1fr) 100px 190px;align-items:center;width:100%;display:grid}.user-table-shell tbody tr{border-bottom:1px solid var(--gray-200)}.user-table-shell tbody tr:last-child{border-bottom:0}.user-table-shell th,.user-table-shell td{border-bottom:0;width:auto}.user-table-shell th:first-child,.user-table-shell td:first-child{grid-column:1}.user-table-shell th:nth-child(6),.user-table-shell td:nth-child(6){grid-column:2}.user-table-shell th:nth-child(8),.user-table-shell td:nth-child(8){grid-column:3}.user-table-shell th:nth-child(6),.user-table-shell td:nth-child(6){text-align:left}.user-table-shell .row-actions{justify-content:flex-start;width:auto}.backup-table-shell th:nth-child(4),.backup-table-shell td:nth-child(4),.backup-table-shell th:nth-child(5),.backup-table-shell td:nth-child(5),.audit-table-shell th:nth-child(5),.audit-table-shell td:nth-child(5),.audit-table-shell th:nth-child(6),.audit-table-shell td:nth-child(6){display:none}.audit-table-shell .audit-col-time{width:15%}.audit-table-shell .audit-col-event{width:24%}.audit-table-shell .audit-col-outcome{width:16%}.audit-table-shell .audit-col-person{width:45%}.audit-table-shell .audit-col-target,.audit-table-shell .audit-col-details{width:0}.drawer-inline-status{justify-content:flex-start}.portal-order-item{grid-template-columns:minmax(0,1fr)}.portal-order-meta,.portal-order-actions{justify-content:flex-start}}@media (width<=760px){.auth-footer{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 18px}.auth-footer nav{gap:14px}.topbar{grid-template-columns:1fr;align-items:stretch;height:auto;min-height:68px;padding:12px 16px}.brand{flex-wrap:wrap}.topbar-center{justify-content:flex-start}.global-notice{max-width:100%}.portal-notice-stack{padding:12px 16px 0}.topbar-actions{flex-wrap:wrap;justify-content:flex-start}.workspace{padding:16px}.backup-summary-grid{grid-template-columns:1fr}.hero-row,.section-head{flex-direction:column;align-items:flex-start}.status-grid,.app-grid,.settings-grid,.toolbar,.drawer-form-grid,.settings-form-grid,.settings-form-compact .settings-form-grid,.integration-settings-paths,.profile-layout,.backup-layout,.system-facts,.check-grid-wide{grid-template-columns:1fr}.backup-panel-wide{grid-column:auto}.profile-password-grid{grid-template-columns:1fr}.profile-session-head{align-items:flex-start}.profile-session-row{grid-template-columns:40px minmax(0,1fr) auto;padding-inline:12px}.profile-session-copy small span+span:before{content:none}.segmented-control{width:100%;overflow-x:auto}.segmented-control button{flex:1 0 auto}.app-permission-row{grid-template-columns:1fr;gap:6px}.permission-level-control,.app-scope-control{width:100%}.permission-level-control button,.app-scope-control button{flex:1 0 auto}.user-app-detail-heading{flex-direction:column;align-items:flex-start;gap:2px}.drawer-actions{flex-direction:column-reverse}.drawer-actions .btn{width:100%}.drawer-danger-actions,.drawer-main-actions,.settings-main-actions,.settings-actions{flex-direction:column;width:100%}.settings-actions .btn,.settings-main-actions .btn,.portal-order-actions{width:100%}.drawer-backdrop,.user-drawer{top:0}.user-drawer{width:100%}.search-control{max-width:none}.table-shell{overflow-x:auto}table{min-width:720px}}.managed-user-mobile-status{display:none}@media (width<=1040px){.topbar,.auth-topbar{height:auto;min-height:64px;padding:8px max(20px, env(safe-area-inset-right)) 8px max(20px, env(safe-area-inset-left));grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions";gap:0 12px}.brand{flex-wrap:nowrap;grid-area:brand;overflow:hidden}.topbar-center{top:calc(max(4px, env(safe-area-inset-top)) + 68px);right:max(20px, env(safe-area-inset-right));left:max(20px, env(safe-area-inset-left));z-index:45;pointer-events:none;justify-content:center;width:auto;position:fixed}.topbar-center:empty{display:none}.topbar-center:not(:empty){padding-top:0}.topbar-actions{flex-wrap:nowrap;grid-area:actions;justify-content:flex-end}.env-tag,.auth-env-chip{display:none}.user-menu{--user-menu-width:210px}.global-notice{pointer-events:auto;max-width:min(720px,100%);box-shadow:0 10px 26px #082a4329}.app-grid,.settings-grid,.status-grid,.system-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.apps-toolbar{grid-template-columns:minmax(260px,1fr) auto}.auth-footer{padding:10px max(20px, env(safe-area-inset-right)) 10px max(20px, env(safe-area-inset-left));flex-direction:row;align-items:center}.settings-tile{grid-template-columns:42px minmax(0,1fr)}.settings-tile-meta{display:none}.importer-device{grid-template-columns:minmax(190px,1fr) minmax(260px,1.5fr)}.importer-device-actions{border-top:1px solid var(--gray-200);grid-column:1/-1;justify-content:flex-end;padding-top:9px}}@media (width<=680px){.brandbar{height:max(4px, env(safe-area-inset-top))}.topbar,.auth-topbar{min-height:60px;padding:8px max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left));gap:0 8px}.logo-plate{padding:7px 9px}.brand{gap:7px}.crumb{gap:5px;font-size:13px}.crumb-group{gap:5px}.crumb-group:not(:last-child){display:none}.topbar-actions{gap:6px}.topbar-center:not(:empty){top:calc(max(4px, env(safe-area-inset-top)) + 64px);right:max(12px, env(safe-area-inset-right));left:max(12px, env(safe-area-inset-left));padding-top:0}.global-notice{gap:8px;width:fit-content;max-width:100%;padding:8px 11px;font-size:12.5px}.user-device-section-head{grid-template-columns:36px minmax(0,1fr)}.user-device-head-actions{grid-column:1/-1;width:100%}.importer-add-button{margin-left:auto}.importer-device{grid-template-columns:minmax(0,1fr);gap:11px;padding:12px}.importer-device-facts{border-top:1px solid var(--gray-200);grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;padding-top:10px}.importer-device-actions{grid-column:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 40px;display:grid}.importer-device-actions .btn{min-width:0;padding-inline:7px}.importer-activation-code span{letter-spacing:2px;font-size:clamp(25px,9vw,32px)}.user-menu{--user-menu-width:min(288px, calc(100vw - 24px))}.user-chip{width:62px;min-width:62px;max-width:62px;padding-inline:5px 7px}.user-copy{display:none}.user-chip>svg:last-child{width:15px;height:15px}.user-dropdown{top:calc(100% + 7px)}.portal-notice-stack{padding:8px max(12px, env(safe-area-inset-right)) 0 max(12px, env(safe-area-inset-left));gap:6px}.portal-notice{grid-template-columns:28px minmax(0,1fr);gap:9px;min-height:46px;padding:8px 10px}.portal-notice-icon{width:28px;height:28px}.portal-notice-copy strong{display:none}.portal-notice-copy p{font-size:12px}.workspace{padding:12px max(12px, env(safe-area-inset-right)) 14px max(12px, env(safe-area-inset-left));gap:10px}.workspace-embedded{padding:0}h1{font-size:23px}h2{font-size:17px}.title-marker{gap:8px}.title-marker:before{width:9px;height:9px}.intro{font-size:13px}.hero-row,.section-head{gap:10px}.apps-toolbar,.toolbar,.toolbar-simple{grid-template-columns:minmax(0,1fr);gap:8px;padding:8px}.apps-toolbar-actions{flex-wrap:nowrap;justify-content:space-between;width:100%}.apps-toolbar-actions .segmented-control{flex:auto;min-width:0}.apps-toolbar-actions .segmented-control button{min-width:0;padding-inline:8px}.search-control{min-width:0}.user-toolbar .controls{grid-template-columns:minmax(0,1fr);gap:8px}.user-toolbar .segmented-control{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;min-width:0;display:grid;overflow:hidden}.user-toolbar .segmented-control button{min-width:0;padding-inline:4px;font-size:11px}.integration-toolbar .controls{grid-template-columns:minmax(0,1fr) 44px;gap:8px}.integration-toolbar .integration-refresh-button{justify-content:center;width:44px;min-width:44px;padding:0;font-size:0}.app-grid,.settings-grid{grid-template-columns:minmax(0,1fr);gap:9px}.app-card{gap:8px;min-height:142px;padding:11px}.app-card p{display:none}.app-card h2{font-size:17px}.app-card-head-actions{min-height:36px}.app-card-notice{min-width:min(180px,100% - 66px);max-width:calc(100% - 66px);font-size:11.5px}.app-card-settings{flex-basis:40px;width:40px;height:40px}.app-link{height:44px}.settings-tile{grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:64px;padding:10px}.settings-tile-icon{width:38px;height:38px}.settings-tile-copy{gap:0}.settings-tile-copy span,.settings-tile-meta{display:none}.status-grid,.system-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-item,.system-status-item{min-height:64px;padding:9px}.status-item strong{font-size:17px}.system-status-copy small{display:none}.module-panel,.app-state-panel,.apps-empty-panel{min-height:0;padding:16px}.auth-shell{padding:24px max(14px, env(safe-area-inset-right)) 24px max(14px, env(safe-area-inset-left))}.auth-card{width:100%}.auth-footer{min-height:38px;padding:8px max(12px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));flex-flow:row;align-items:center;gap:10px}.auth-footer-build-wide{display:none}.auth-footer-build-compact{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:inline;overflow:hidden}.auth-footer nav{flex:none;gap:10px;margin-left:auto}.auth-footer nav a:first-child{display:none}.auth-footer a{font-size:11px}.profile-session-row{grid-template-columns:36px minmax(0,1fr) 44px;gap:9px;padding-inline:9px}.profile-session-copy small span{display:block}.profile-session-copy small span+span:before{content:none}.user-table-shell{overflow:hidden}.user-table-shell table,.user-table-shell tbody,.user-table-shell tr{width:100%;min-width:0;display:block}.user-table-shell thead,.user-table-shell colgroup,.user-table-shell td:nth-child(2),.user-table-shell td:nth-child(3),.user-table-shell td:nth-child(4),.user-table-shell td:nth-child(5),.user-table-shell td:nth-child(6),.user-table-shell td:nth-child(7){display:none}.user-table-shell tr{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:72px;display:grid}.user-table-shell tbody tr:last-child{border-bottom:0}.user-table-shell td{border:0;padding:10px}.user-table-shell td:last-child{padding-right:8px}.managed-user-cell{align-items:flex-start}.managed-user-mobile-status{width:fit-content;min-height:22px;margin-top:5px;padding:3px 7px;display:inline-flex}.user-table-shell .row-actions{gap:5px}.integration-table-shell{overflow:hidden}.integration-table-shell table,.integration-table-shell tbody{width:100%;min-width:0;display:block}.integration-table-shell thead,.integration-table-shell colgroup,.integration-table-shell th:nth-child(3),.integration-table-shell td:nth-child(3),.integration-table-shell th:nth-child(4),.integration-table-shell td:nth-child(4){display:none}.integration-table-shell tr{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"app actions""status actions";align-items:center;width:100%;display:grid}.integration-table-shell tbody tr:last-child{border-bottom:0}.integration-table-shell td{border:0;width:auto}.integration-table-shell .integration-col-app{grid-area:app;padding:10px 8px 4px 10px}.integration-table-shell .integration-col-status{grid-area:status;padding:0 8px 10px 54px}.integration-table-shell .integration-col-actions{grid-area:actions;padding:10px 8px}.integration-app-copy small,.integration-overview-copy small{display:none}.integration-overview-copy strong{font-size:12px}.integration-actions{gap:5px}.backup-head-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:8px;width:100%;display:grid}.backup-head-actions .btn{justify-content:center;width:100%;min-width:0}.backup-table-shell,.audit-table-shell{overflow:hidden}.backup-table-shell table,.backup-table-shell tbody,.audit-table-shell table,.audit-table-shell tbody{width:100%;min-width:0;display:block}.backup-table-shell thead,.backup-table-shell colgroup,.backup-table-shell th:nth-child(4),.backup-table-shell td:nth-child(4),.backup-table-shell th:nth-child(5),.backup-table-shell td:nth-child(5),.audit-table-shell thead,.audit-table-shell colgroup,.audit-table-shell th:nth-child(4),.audit-table-shell td:nth-child(4),.audit-table-shell th:nth-child(5),.audit-table-shell td:nth-child(5),.audit-table-shell th:nth-child(6),.audit-table-shell td:nth-child(6){display:none}.backup-table-shell tr{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"backup actions""date actions""files files";align-items:center;width:100%;display:grid}.backup-table-shell td,.audit-table-shell td{border:0;width:auto}.backup-table-shell td:first-child{grid-area:backup;padding:10px 8px 3px 10px}.backup-table-shell td:nth-child(2){color:var(--gray-600);grid-area:date;padding:0 8px 8px 44px;font-size:12px}.backup-table-shell td:nth-child(3){grid-area:files;padding:4px 10px 10px}.backup-table-shell td:nth-child(6){grid-area:actions;padding:10px 8px}.backup-table-shell tbody tr:last-child,.audit-table-shell tbody tr:last-child{border-bottom:0}.backup-table-shell .row-actions{flex-wrap:nowrap;gap:5px}.backup-table-shell .row-actions .btn{justify-content:center;width:44px;min-width:44px;padding:0;font-size:0}.audit-table-shell tr{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"event outcome""time outcome";align-items:center;width:100%;display:grid}.audit-table-shell td:first-child{color:var(--gray-600);grid-area:time;padding:0 8px 10px 10px;font-size:12px}.audit-table-shell td:nth-child(2){grid-area:event;padding:10px 8px 3px 10px}.audit-table-shell td:nth-child(3){grid-area:outcome;padding:10px 10px 10px 6px}.user-delete-confirm-backdrop{align-items:end;padding:0}.user-delete-confirm{width:100%;padding-bottom:env(safe-area-inset-bottom);border-bottom:0;border-left:0;border-right:0;border-radius:8px 8px 0 0}}@media (width<=390px){.logo-plate{font-size:13px}.crumb{font-size:12px}.status-grid,.system-status-grid{grid-template-columns:minmax(0,1fr)}.auth-footer nav a:nth-child(2){display:none}}@media (pointer:coarse){.icon-btn,.table-action,.app-card-settings{min-width:44px;min-height:44px}.btn,.choice-trigger,.user-chip,.search-control,.input-shell,.segmented-control,.choice-option,.user-dropdown button{min-height:44px}}@media (hover:none){.profile-photo-edit{opacity:1;transform:scale(1)}}@media (width<=1040px){.importer-device-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.importer-channel-fact{grid-column:span 2}}@media (width>=761px) and (width<=1040px){.profile-layout{grid-template-columns:minmax(300px,340px) minmax(0,1fr)}.profile-identity{padding-block:11px}.profile-photo{width:84px;height:84px}.profile-contact-grid{grid-template-columns:minmax(0,1fr)}.profile-field-wide{grid-column:auto}.profile-tab{padding-inline:9px;font-size:13px}.profile-session-head{flex-direction:column;align-items:flex-start}}@media (width>=681px) and (width<=820px){.apps-toolbar{grid-template-columns:minmax(220px,1fr) auto}.apps-toolbar-actions{flex-wrap:nowrap}.apps-toolbar-actions .segmented-control button{min-width:78px;padding-inline:6px}}@media (width<=820px){.kroimport-release-heading,.kroimport-device-heading{flex-direction:column;align-items:stretch}.kroimport-release-search,.kroimport-device-search{flex:0 0 44px;width:100%;max-width:none;height:44px;min-height:44px}.kroimport-table-shell{max-height:min(56dvh,560px);overflow:hidden auto}.kroimport-table-shell table,.kroimport-table-shell tbody{min-width:0;display:block}.kroimport-table-shell thead,.kroimport-table-shell colgroup{display:none}.kroimport-release-table tbody tr,.kroimport-device-table tbody tr{height:auto}.kroimport-table-shell tr{border-bottom:1px solid var(--gray-200);grid-template-columns:repeat(2,minmax(0,1fr));padding:4px 8px;display:grid}.kroimport-table-shell tbody tr:last-child{border-bottom:0}.kroimport-table-shell td,.kroimport-table-shell th:last-child,.kroimport-table-shell td:last-child{text-align:left;border:0;align-content:start;gap:4px;min-width:0;padding:9px 8px;display:grid}.kroimport-table-shell td:before{content:attr(data-label);color:var(--gray-600);text-transform:uppercase;font-size:9.5px;font-weight:800}.kroimport-table-shell td[colspan]{grid-column:1/-1}.kroimport-table-shell td[colspan]:before{content:none}.kroimport-row-actions{justify-content:flex-start}.kroimport-release-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.kroimport-release-overview>div:nth-child(2){border-right:0}.kroimport-release-overview>div:nth-child(-n+2){border-bottom:1px solid var(--gray-200)}.kroimport-release-detail-grid{grid-template-columns:minmax(0,1fr)}.kroimport-release-detail{padding-right:0}.kroimport-release-detail+.kroimport-release-detail{border-top:1px solid var(--gray-200);border-left:0;padding-left:0}}@media (width>=821px) and (height<=820px){.kroimport-release-table{max-height:195px}.kroimport-device-table{max-height:175px}}@media (width<=760px){.app-shell-profile .profile-workspace{overflow-y:auto}.app-shell-profile .profile-layout{flex:none;align-items:start;min-height:auto}.app-shell-profile .profile-form{grid-template-rows:none;min-height:auto}.app-shell-profile .profile-side-panel,.app-shell-profile .profile-account-panel{min-height:auto}.app-shell-profile .profile-identity{text-align:left;grid-template-columns:72px minmax(0,1fr);justify-items:start;gap:10px;padding:11px 12px}.app-shell-profile .profile-photo{grid-row:1;width:72px;height:72px}.app-shell-profile .profile-identity-copy{align-self:center;margin-top:0}.app-shell-profile .profile-contact-section{overflow:visible}.app-shell-profile .profile-field-wide,.app-shell-profile .profile-password-current{grid-column:auto}.app-shell-profile .profile-account-panel{min-height:430px}.app-shell-profile .profile-tabs,.app-shell-profile .profile-tab{padding-inline:8px}.app-shell-profile .profile-session-panel{grid-template-rows:auto minmax(0,1fr);min-height:auto}.app-shell-profile .profile-session-list{max-height:min(42dvh,360px)}.app-shell-profile .profile-security-panel{padding:14px}}@media (width<=680px){.kroimport-page-head{align-items:stretch}.kroimport-page-actions{width:100%}.kroimport-page-actions .btn{flex:auto}.kroimport-action-label-long{display:none}.kroimport-action-label-short{display:inline}.kroimport-tabs{gap:18px}.kroimport-tab{flex:1 1 0}.kroimport-release-dialog{max-height:100dvh}.kroimport-release-form{padding:14px}.kroimport-file-picker{grid-template-columns:42px minmax(0,1fr);gap:10px}.kroimport-file-picker-icon{width:42px;height:42px}.kroimport-file-picker-button{grid-column:1/-1;width:100%}.kroimport-release-preview-status{align-items:flex-start;padding:12px}.kroimport-release-overview{padding:0 12px}.kroimport-release-overview>div{padding:12px 10px 12px 0}.kroimport-release-overview>div+div{padding-left:10px}.kroimport-release-overview dd{font-size:16px}.kroimport-release-detail-grid{padding:0 12px}.kroimport-release-detail{padding-block:14px}.kroimport-release-detail dl{grid-template-columns:minmax(0,1fr)}.kroimport-release-detail .kroimport-detail-wide{grid-column:auto}.kroimport-release-notes{padding:14px 12px}.kroimport-release-meta{gap:8px;padding:11px 12px;display:grid}.kroimport-table-shell tr{grid-template-columns:minmax(0,1fr)}.kroimport-table-shell td[colspan]{grid-column:auto}.importer-device-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.importer-channel-fact{grid-column:1/-1}.importer-device-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.importer-device-actions .icon-btn{justify-self:end}}
