@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");body,html{background:#f3f7f9;margin:0;padding:0;font-family:Lato,sans-serif;font-size:14px;color:#2c3e46}*{box-sizing:border-box}.lms-header{position:fixed;top:0;left:0;right:0;height:46px;background:#fff;border-bottom:1px solid #eaeff3;display:flex;align-items:center;justify-content:space-between;padding:0 24px 0 0;z-index:100}.lms-header__left{width:260px;gap:8px;padding-left:16px}.lms-header__left,.lms-header__logo{flex-shrink:0;display:flex;align-items:center}.lms-header__logo{text-decoration:none}.lms-header__right,.lms-header__user{display:flex;align-items:center;gap:8px}.lms-header__user{cursor:pointer;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:400;color:#2c3e46;position:relative}.lms-header__user:hover{background:#f3f7f9}.lms-header__avatar{width:28px;height:28px;border-radius:50%;background:#ff881a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.lms-header__dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #eaeff3;border-radius:4px;box-shadow:0 4px 16px rgba(44,62,70,.12);min-width:180px;z-index:200;overflow:hidden}.lms-header__dropdown-item{display:block;padding:8px 16px;font-size:14px;color:#2c3e46;text-decoration:none;cursor:pointer;border:none;background:none;width:100%;text-align:left}.lms-header__dropdown-item:hover{background:#f3f7f9}.lms-header__dropdown-item--danger{color:#f03e3e}.lms-header__separator{height:1px;background:#eaeff3;margin:4px 0}.lms-sidemenu{position:fixed;left:0;top:46px;width:260px;height:calc(100vh - 46px);background:#fff;border-right:1px solid #eaeff3;z-index:90;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.lms-sidemenu__nav{padding:8px 0;flex:1 1}.lms-sidemenu__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#74838a;padding:16px 16px 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lms-sidemenu__item{display:flex;align-items:center;gap:12px;height:32px;padding:0 16px;border-radius:4px;color:#2c3e46;font-size:14px;font-weight:400;font-family:Lato,sans-serif;text-decoration:none;cursor:pointer;transition:background .12s;white-space:nowrap;margin:0 8px;width:calc(100% - 16px)}.lms-sidemenu__item--active,.lms-sidemenu__item:hover{background:#f3f7f9;color:#2c3e46}.lms-sidemenu__item--active{font-weight:700}.lms-sidemenu__item svg{width:16px;height:16px;flex-shrink:0;color:#74838a}.lms-sidemenu__item--active svg,.lms-sidemenu__item:hover svg{color:#2c3e46}.lms-sidemenu__badge{margin-left:auto;min-width:20px;height:20px;padding:0 5px;background:#eaeff3;border-radius:10px;font-size:11px;font-weight:700;color:#74838a;display:flex;align-items:center;justify-content:center}.lms-content{margin-left:260px;margin-top:46px;min-height:calc(100vh - 46px);background:#f3f7f9}.lms-page-header{background:#fff;padding:16px 24px;border-bottom:1px solid #eaeff3;display:flex;align-items:center;justify-content:space-between}.lms-page-title{font-size:20px;font-weight:700;color:#2c3e46;margin:0}.lms-page-content{padding:24px}.lms-page-breadcrumb{font-size:14px;color:#74838a;margin-bottom:4px}.lms-page-breadcrumb a{color:#74838a;text-decoration:none}.lms-page-breadcrumb a:hover{color:#ff881a}.rd-card{background:#fff;border-radius:8px;border:1px solid #eaeff3}.rd-card--padded{padding:16px}.rd-card--padded-lg{padding:24px}.rd-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:700}.rd-badge--queued{background:hsla(199,9%,50%,.1);color:#74838a}.rd-badge--blocked{background:rgba(240,62,62,.1);color:#f03e3e}.rd-badge--building,.rd-badge--deploying,.rd-badge--migrating{background:rgba(50,157,255,.1);color:#329dff}.rd-badge--verifying{background:rgba(230,126,34,.1);color:#e67e22}.rd-badge--healthy{background:rgba(62,186,89,.1);color:#3eba59}.rd-badge--unhealthy{background:rgba(240,62,62,.1);color:#f03e3e}.rd-badge--reverting{background:rgba(230,126,34,.1);color:#e67e22}.rd-badge--reverted{background:hsla(199,9%,50%,.1);color:#74838a}.rd-badge--revert_failed{background:rgba(240,62,62,.1);color:#f03e3e}.rd-badge--low{background:rgba(62,186,89,.1);color:#3eba59}.rd-badge--medium{background:rgba(255,136,26,.1);color:#ff881a}.rd-badge--high{background:rgba(240,62,62,.1);color:#f03e3e}.rd-badge--admin{background:rgba(255,136,26,.1);color:#ff881a}.rd-badge--user{background:rgba(50,157,255,.1);color:#329dff}.rd-badge--active{background:rgba(62,186,89,.1);color:#3eba59}.rd-badge--disabled{background:rgba(240,62,62,.1);color:#f03e3e}.rd-badge--idle{background:hsla(199,9%,50%,.1);color:#74838a}.rd-badge--locked{background:rgba(240,62,62,.08);color:#f03e3e}.rd-btn{display:inline-flex;align-items:center;gap:6px;padding:3px 16px;min-height:30px;font-size:14px;font-weight:700;border-radius:5px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s;font-family:Lato,sans-serif}.rd-btn:disabled{opacity:.5;cursor:not-allowed}.rd-btn--primary{background:#ff881a;color:#fff;border-color:#ff881a}.rd-btn--primary:hover:not(:disabled){background:#e6770f}.rd-btn--danger{background:#f75656;color:#fff;border-color:#f75656}.rd-btn--danger:hover:not(:disabled){background:#dc3e3e}.rd-btn--default{background:#fff;color:#2c3e46;border-color:#ccd5dd}.rd-btn--default:hover:not(:disabled){background:#f3f7f9}.rd-btn--ghost{background:transparent;color:#2c3e46;border-color:transparent}.rd-btn--ghost:hover:not(:disabled){background:#f3f7f9}.rd-btn--outlined-orange{background:#fff;color:#ff881a;border-color:#ff881a}.rd-btn--outlined-orange:hover:not(:disabled){background:rgba(255,136,26,.05)}.rd-input{width:100%;height:32px;padding:0 12px;border:1px solid #ccd5dd;border-radius:4px;font-size:14px;font-family:Lato,sans-serif;color:#2c3e46;background:#fff;outline:none}.rd-input:focus{border-color:#ff881a}.rd-input::placeholder{color:#a0adb4}.rd-label{display:block;font-size:12px;font-weight:700;color:#74838a;margin-bottom:4px}.rd-form-group{margin-bottom:16px}.rd-form-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#2c3e46}.rd-input-error{border-color:#f03e3e!important}.rd-error-text{font-size:12px;color:#f03e3e;margin-top:4px}.rd-table{width:100%;border-collapse:collapse}.rd-table th{text-align:left;font-weight:700;background:#f3f7f9}.rd-table td,.rd-table th{font-size:14px;color:#2c3e46;padding:12px;border-bottom:1px solid #eaeff3}.rd-table td{vertical-align:middle}.rd-table tr:hover td{background:#f3f7f9}.rd-table tr:last-child td{border-bottom:none}.rd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.rd-empty__icon{font-size:48px;margin-bottom:16px;color:#ccd5dd}.rd-empty__title{font-size:16px;font-weight:700;color:#2c3e46;margin-bottom:8px}.rd-empty__desc{font-size:14px;color:#74838a;max-width:360px}.rd-modal-backdrop{position:fixed;inset:0;background:rgba(44,62,70,.4);z-index:1000;display:flex;align-items:center;justify-content:center}.rd-modal{background:#fff;border-radius:8px;padding:24px;min-width:420px;max-width:560px;width:100%;box-shadow:0 8px 32px rgba(44,62,70,.16)}.rd-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.rd-modal__title{font-size:16px;font-weight:700;color:#2c3e46;margin:0}.rd-modal__close{background:none;border:none;cursor:pointer;font-size:16px;color:#74838a;padding:4px 8px;line-height:1;border-radius:4px}.rd-modal__close:hover{background:#f3f7f9}.rd-modal__body{font-size:14px;color:#2c3e46;margin-bottom:24px}.rd-modal__footer{display:flex;justify-content:flex-end;gap:8px}.rd-toaster{position:fixed;bottom:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:8px}.rd-toast{padding:12px 16px;border-radius:4px;font-size:14px;min-width:280px;max-width:400px;box-shadow:0 4px 16px rgba(44,62,70,.16);animation:slideIn .2s ease}.rd-toast--success{background:#3eba59;color:#fff}.rd-toast--error{background:#f03e3e;color:#fff}.rd-toast--info{background:#329dff;color:#fff}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.rd-login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.rd-login-card{background:#fff;border-radius:8px;padding:32px;width:100%;max-width:420px;box-shadow:0 4px 16px rgba(44,62,70,.12)}.rd-login-logo{display:flex;justify-content:center;margin-bottom:32px}.rd-secondary-text{color:#74838a}.rd-mono{font-family:Courier New,monospace;font-size:13px}.rd-divider{height:1px;background:#eaeff3;margin:16px 0}.rd-filter-bar{background:#fff;padding:16px;border-bottom:1px solid #eaeff3;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rd-grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.rd-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.rd-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.rd-stat-card{background:#fff;border-radius:8px;border:1px solid #eaeff3;padding:16px}.rd-stat-card__value{font-size:24px;font-weight:700}.rd-stat-card__label{font-size:12px;color:#74838a;margin-top:4px}.rd-select{height:32px;padding:0 28px 0 10px;border:1px solid #ccd5dd;border-radius:4px;font-size:14px;font-family:Lato,sans-serif;color:#2c3e46;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2374838A' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.rd-select:focus{border-color:#ff881a}.rd-spin{display:inline-block;width:14px;height:14px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:767px){.lms-sidemenu{transform:translateX(-100%);transition:transform .2s ease;z-index:200}.lms-sidemenu--open{transform:translateX(0)}.lms-content{margin-left:0}.lms-header__left{width:auto;padding-left:0}.lms-header{padding:0 16px;gap:8px}.lms-header__mobile-menu{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;color:#2c3e46;border-radius:4px;flex-shrink:0}.lms-header__mobile-menu:hover{background:#f3f7f9}.lms-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(44,62,70,.4);z-index:190}.rd-grid-2,.rd-grid-3,.rd-grid-4{grid-template-columns:1fr}}@media (min-width:768px){.lms-header__mobile-menu,.lms-mobile-overlay{display:none}}