:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:#101828;background:#f5f7fb;font-size:14px}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}.shell{min-height:100vh;display:flex}.sidebar{width:248px;min-width:248px;background:#fff;border-right:1px solid #e4e7ec;padding:22px 16px;display:flex;flex-direction:column}.brand{height:42px;display:flex;align-items:center;gap:12px;padding:0 10px 18px;font-size:20px}.brand span,.login-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#5b61f6;color:#fff}.sidebar nav{display:grid;gap:4px;margin-top:16px}.sidebar nav button{height:44px;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;border-radius:8px;padding:0 10px;color:#475467;cursor:pointer}.sidebar nav button i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f7f8fa;color:#667085;font-style:normal}.sidebar nav button.active{background:#eef0ff;color:#4b50e6;font-weight:700}.sidebar nav button.active i{background:transparent;color:#5b61f6}.workspace-shell{min-width:0;flex:1}.topbar{height:64px;background:#fff;border-bottom:1px solid #e4e7ec;display:flex;align-items:center;justify-content:space-between;padding:0 28px;color:#667085;font-size:13px}.topbar>div{display:flex;align-items:center;gap:24px}.environment{display:grid;place-items:center;width:96px;height:38px;border:1px solid #5b61f6;border-radius:999px;color:#5b61f6;font-size:18px}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#5b61f6;color:#fff}.content{min-height:calc(100vh - 64px);padding:38px 28px;background:#f5f7fb}.page-head{height:78px;display:flex;align-items:flex-start;justify-content:space-between}.page-head h1{font-size:28px;line-height:36px;margin:0;letter-spacing:0}.page-head p{margin:2px 0 0;color:#667085}.primary,.secondary,.outline-danger,.link-button{height:40px;border-radius:8px;padding:0 22px;font-weight:700;cursor:pointer}.primary{border:1px solid #5b61f6;background:#5b61f6;color:#fff}.secondary{border:1px solid #d0d5dd;background:#fff;color:#344054}.outline-danger{border:1px solid #f04438;background:#fff;color:#d92d20}.link-button{border:0;background:transparent;color:#4b50e6;padding:0}.action{min-width:154px}.filter-bar{height:78px;display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:16px;box-shadow:0 4px 12px #1018280f}.filter-bar input,.filter-bar button,.inline-editor input{height:44px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:0 14px;color:#475467}.filter-bar input{width:235px;background:#f9fafb}.filter-bar button{min-width:132px;text-align:left}.data-table{margin-top:26px;background:#fff;border:1px solid #eaecf0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #1018280f}.table-head,.table-row{display:grid;grid-template-columns:1.25fr 1.25fr .8fr 1.25fr .8fr;align-items:center;column-gap:16px;padding:0 16px}.table-head{height:58px;background:#f9fafb;color:#475467;font-weight:700}.table-row{min-height:58px;border-top:1px solid #f2f4f7;color:#475467}.table-row b{color:#101828}.table-row code{white-space:normal;overflow-wrap:anywhere}.state-label{font-weight:700}.state-label.active{color:#039855}.state-label.disabled{color:#d92d20}.empty-row{padding:34px;text-align:center;color:#667085}.inline-editor{display:grid;grid-template-columns:1fr 1fr 2fr auto;gap:12px;padding:16px;border-bottom:1px solid #e4e7ec}.approval-list{display:grid;gap:24px}.approval-list article{min-height:184px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:20px;box-shadow:0 4px 12px #1018280f}.approval-list h2{font-size:17px;margin:28px 0 8px}.approval-list p{color:#667085}.risk-tag{display:inline-block;border-radius:8px;background:#fff1f0;color:#d92d20;padding:7px 18px;font-size:12px;font-weight:700}.config-panel,.loading-panel,.empty-state{background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:22px;box-shadow:0 4px 12px #1018280f}.config-panel{min-height:560px}.config-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e7ec;padding-bottom:14px}.config-title h2{font-size:18px;margin:0}.config-title span{color:#667085}.config-panel form{display:grid;gap:18px;padding:28px 4px}.config-panel label{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:12px;font-weight:600;color:#475467}.config-panel input,.config-panel textarea,.step-up-dialog input,.login-panel input{width:100%;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:12px 14px;color:#101828}.config-panel input{height:48px}.config-panel textarea{min-height:160px;resize:vertical}.config-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.config-footer small{color:#667085}.notice,.error-banner{margin:0 0 16px;border-radius:8px;padding:14px 18px}.notice{border:1px solid #6ce9a6;background:#ecfdf3;color:#027a48}.error-banner{border:1px solid #fda29b;background:#fef3f2;color:#b42318}.skeleton{height:18px;background:#eaecf0;border-radius:8px;margin-bottom:16px}.skeleton.short{width:45%}.api-data{margin-top:20px;padding:16px;overflow:auto;border:1px solid #e4e7ec;background:#f9fafb;white-space:pre-wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;background:#1018286b;padding:24px}.step-up-dialog{width:min(440px,100%);display:grid;gap:18px;background:#fff;border-radius:8px;padding:28px}.step-up-dialog h2{margin:0;font-size:22px}.step-up-dialog p{margin:0;color:#667085}.step-up-dialog label{display:grid;gap:8px;font-weight:600}.step-up-dialog>div{display:flex;justify-content:flex-end;gap:10px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(420px,100%);display:grid;gap:18px;background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:32px;box-shadow:0 12px 30px #1018281a}.login-panel h1{font-size:28px;margin:0}.login-panel .eyebrow{color:#667085;margin:0}.login-panel label{display:grid;gap:8px;font-weight:600}.inline-error{color:#b42318;margin:0}@media (max-width:900px){.sidebar{width:200px;min-width:200px}.content{padding:24px 16px}.topbar{padding:0 16px}.filter-bar{height:auto;flex-wrap:wrap}.table-head{display:none}.table-row{grid-template-columns:1fr;padding:16px}.inline-editor,.config-panel label{grid-template-columns:1fr}.approval-list article{grid-template-columns:1fr}.environment{display:none}}.subnav{display:flex;gap:4px;margin:-12px 0 18px}.subnav button{height:36px;border:0;border-radius:8px;background:transparent;padding:0 18px;color:#667085;cursor:pointer}.subnav button.active{background:#eef0ff;color:#4b50e6;font-weight:700}.topbar-logout{border:0;background:transparent;color:#475467;cursor:pointer;font-weight:700}.user-link{justify-self:start;text-align:left}.user-detail p{margin:0}.user-detail button{width:100%}
