:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1d2129;background:#f2f4f7;font-synthesis:none;text-rendering:optimizeLegibility;--brand: #165dff;--brand-dark: #0e4bd8;--brand-soft: #edf3ff;--violet: #7b61ff;--canvas: #f2f4f7;--card: #fff;--hover: #f7f8fa;--border: #e5e8ef;--text-1: #1d2129;--text-2: #4e5969;--text-3: #86909c;--success: #00a870;--success-soft: #e8f8f1;--warning: #d48700;--warning-soft: #fff7e8;--danger: #e5484d;--danger-soft: #fff0f0;--radius-sm: 7px;--radius: 10px;--radius-lg: 14px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04);--shadow-pop: 0 20px 60px rgba(19, 33, 68, .16);--header-height: 56px;--sidebar-width: 224px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;min-height:100dvh;background:var(--canvas);color:var(--text-1);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:999px;background:#86909c57}::-webkit-scrollbar-track{background:transparent}:focus-visible{outline:3px solid rgba(22,93,255,.22);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.muted{color:var(--text-3)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand__mark{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;flex:0 0 34px;overflow:hidden;border-radius:9px;background:linear-gradient(145deg,#3977ff,#165dff 58%,#6546e8);box-shadow:0 7px 18px #165dff3d}.brand__mark:before{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.95);border-radius:50%}.brand__mark span:first-child{position:absolute;width:5px;height:18px;transform:rotate(42deg);background:#fff;border-radius:4px}.brand__mark span:last-child{position:absolute;width:7px;height:7px;top:6px;right:6px;border:2px solid white;border-radius:50%;background:var(--brand)}.brand__copy{display:flex;flex-direction:column;line-height:1.1}.brand__copy strong{font-size:16px;letter-spacing:-.2px}.brand__copy small{margin-top:3px;color:var(--text-3);font-size:9px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;line-height:1;transition:.18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58}.button--primary{color:#fff;background:var(--brand);box-shadow:0 5px 14px #165dff2b}.button--primary:hover:not(:disabled){background:var(--brand-dark);box-shadow:0 7px 18px #165dff3b}.button--secondary{color:var(--text-2);border-color:var(--border);background:var(--card);box-shadow:var(--shadow-card)}.button--secondary:hover:not(:disabled),.button--ghost:hover:not(:disabled){color:var(--brand);background:var(--brand-soft)}.button--ghost{color:var(--text-2);background:transparent}.button--danger{color:var(--danger);background:var(--danger-soft)}.button--sm{min-height:34px;padding-inline:11px;font-size:12px}.button--md{min-height:40px}.icon-button{display:inline-grid;place-items:center;width:38px;height:38px;flex:0 0 38px;padding:0;border:0;border-radius:10px;color:var(--text-2);background:transparent;cursor:pointer;transition:.18s ease}.icon-button:hover{color:var(--brand);background:var(--brand-soft)}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field__label{color:var(--text-1);font-size:13px;font-weight:600}.field__hint{margin-top:-1px;color:var(--text-3);font-size:11px;line-height:1.45}input,select,textarea{width:100%;min-height:42px;padding:9px 12px;color:var(--text-1);border:1px solid #d9dde6;border-radius:var(--radius-sm);outline:none;background:var(--card);transition:.18s ease}textarea{min-height:80px;resize:vertical;line-height:1.55}input::placeholder,textarea::placeholder{color:#a9b0bc}input:hover,select:hover,textarea:hover{border-color:#aeb9cd}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #165dff1a}input:disabled{color:var(--text-2);background:var(--hover)}.input-wrap{display:flex;align-items:center;min-height:44px;padding-left:12px;border:1px solid #d9dde6;border-radius:var(--radius-sm);color:var(--text-3);background:var(--card);transition:.18s ease}.input-wrap:focus-within{color:var(--brand);border-color:var(--brand);box-shadow:0 0 0 3px #165dff1a}.input-wrap input{min-height:42px;padding-left:10px;border:0;box-shadow:none;background:transparent}.input-wrap input:focus{box-shadow:none}.input-wrap button{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:0;color:var(--text-3);background:transparent;cursor:pointer}.input-prefix{display:flex;align-items:stretch}.input-prefix span{display:grid;place-items:center;min-width:45px;padding:0 10px;border:1px solid #d9dde6;border-right:0;border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:var(--text-2);background:var(--hover);font-family:ui-monospace,monospace;font-weight:700}.input-prefix input{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.form-message{padding:10px 12px;border:1px solid #ffc9cb;border-radius:var(--radius-sm);color:#b42328;background:var(--danger-soft);font-size:12px;line-height:1.5}.form-message--success{color:#067647;border-color:#a9e6cd;background:var(--success-soft)}.login-page{display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr);min-height:100dvh;background:var(--card)}.login-story{position:relative;overflow:hidden;padding:clamp(28px,4vw,60px);color:#fff;background:#0b1d45}.login-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.42;background:radial-gradient(circle at 15% 10%,#316fff 0,transparent 34%),radial-gradient(circle at 100% 70%,#694bdd 0,transparent 31%),linear-gradient(135deg,transparent 0 47%,rgba(255,255,255,.035) 47% 48%,transparent 48% 100%);background-size:auto,auto,46px 46px}.login-story:after{content:"";position:absolute;right:-150px;bottom:-210px;width:620px;height:620px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 145px #ffffff05}.login-story__inner{position:relative;z-index:1;display:flex;flex-direction:column;min-height:calc(100dvh - clamp(56px,8vw,120px))}.login-story .brand__copy strong{color:#fff}.login-story .brand__copy small{color:#ffffff8c}.login-story__content{width:min(620px,92%);margin:auto 0}.login-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;padding:7px 11px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:#dce7ff;background:#ffffff12;font-size:11px;font-weight:700;letter-spacing:.4px}.login-story h1{margin:0;font-size:clamp(38px,4.2vw,62px);line-height:1.14;letter-spacing:-2.3px}.login-story__content>p{max-width:550px;margin:25px 0 36px;color:#b8c7e6;font-size:16px;line-height:1.8}.login-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.login-feature-grid>div{display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-feature-grid>div>span{grid-row:1 / 3;display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:#a9c3ff;background:#4277ff2e}.login-feature-grid strong{font-size:13px}.login-feature-grid small{margin-top:3px;color:#93a7cd;font-size:10px;line-height:1.4}.login-story__footer{margin:0;color:#fff6;font-size:10px;letter-spacing:.7px;text-transform:uppercase}.login-form-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:40px clamp(28px,6vw,96px) 24px}.login-form-wrap{width:min(410px,100%);margin:auto}.login-mobile-brand{display:none;margin-bottom:42px}.login-form-heading>p{margin:0 0 9px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.login-form-heading h2{margin:0;font-size:28px;letter-spacing:-.6px}.login-form-heading>span:not(.login-mobile-brand){display:block;margin-top:10px;color:var(--text-3);line-height:1.6}.login-form{display:flex;flex-direction:column;gap:19px;margin-top:34px}.login-form .button{min-height:46px;margin-top:3px}.login-mode-toggle{display:block;margin:23px auto 0;padding:4px 8px;border:0;color:var(--brand);background:transparent;cursor:pointer;font-size:12px;font-weight:650}.login-help{margin:12px 0 0;color:var(--text-3);font-size:11px;text-align:center}.login-form-footer{margin:auto 0 0;color:var(--text-3);font-size:10px}.app-shell{min-height:100dvh}.topbar{position:fixed;z-index:100;top:8px;right:12px;left:12px;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 10px 0 8px;border:1px solid var(--border);border-radius:18px;background:#fffffff0;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__left,.topbar__right{display:flex;align-items:center;gap:8px;min-width:0}.topbar .brand{margin:0 4px}.environment-tag{display:inline-flex;align-items:center;gap:6px;margin-left:4px;padding:5px 8px;border:1px solid #d8e4ff;border-radius:6px;color:#3159a5;background:#f5f8ff;font-size:10px;font-weight:700;letter-spacing:.3px}.environment-tag>span{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #00a8701f}.topbar__user{display:flex;align-items:center;gap:8px;padding:3px 7px 3px 4px;border-radius:11px}.topbar__user:hover{background:var(--hover)}.avatar{display:inline-grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--brand),var(--violet));font-size:11px;font-weight:700}.avatar--large{width:43px;height:43px;border-radius:11px;font-size:13px}.avatar--admin{background:linear-gradient(145deg,#5e44d9,#9a6bff)}.topbar__identity{display:flex;flex-direction:column;max-width:145px}.topbar__identity strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.topbar__identity small{margin-top:2px;color:var(--text-3);font-size:9px}.topbar__mobile-toggle{display:none}.sidebar{position:fixed;z-index:80;top:68px;bottom:12px;left:12px;display:flex;flex-direction:column;width:200px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card);transition:transform .2s ease}.sidebar__mobile-brand{display:none}.sidebar__workspace{display:flex;align-items:center;gap:10px;margin:14px 12px 8px;padding:11px;border:1px solid var(--border);border-radius:11px;background:linear-gradient(145deg,#fafbfc,#f4f6fa)}.workspace-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.sidebar__workspace div{display:flex;flex-direction:column;min-width:0}.sidebar__workspace strong{font-size:12px}.sidebar__workspace small{margin-top:2px;color:var(--text-3);font-size:9px}.sidebar__section{margin:15px 20px 7px;color:var(--text-3);font-size:9px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}.sidebar__nav{display:flex;flex-direction:column;gap:3px;padding:0 10px}.sidebar__nav a{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;border-radius:9px;color:var(--text-2);font-size:12px;font-weight:550;transition:.18s ease}.sidebar__nav a:hover{color:var(--text-1);background:var(--hover)}.sidebar__nav a.active{color:var(--brand);background:var(--brand-soft);font-weight:700}.sidebar__nav a.active:before{content:"";position:absolute;left:0;width:3px;height:18px;border-radius:0 3px 3px 0;background:var(--brand)}.sidebar__footer{margin:auto 10px 10px;padding-top:12px;border-top:1px solid var(--border)}.service-health{display:flex;align-items:center;gap:9px;padding:8px 10px}.service-health>span{width:8px;height:8px;border-radius:50%;background:var(--text-3);box-shadow:0 0 0 3px #86909c21}.service-health div{display:flex;flex-direction:column}.service-health strong{font-size:10px}.service-health small{margin-top:2px;color:var(--text-3);font-size:8px}.sidebar__footer>button{display:flex;align-items:center;gap:10px;width:100%;min-height:39px;padding:0 11px;border:0;border-radius:9px;color:var(--text-2);background:transparent;cursor:pointer;font-size:11px}.sidebar__footer>button:hover{color:var(--danger);background:var(--danger-soft)}.main-content{min-height:100dvh;padding:82px clamp(18px,2.6vw,38px) 0;margin-left:var(--sidebar-width);transition:margin .2s ease}.main-content>footer{padding:28px 0 18px;color:var(--text-3);font-size:9px;text-align:center}.app-shell--collapsed .sidebar{transform:translate(calc(-100% - 18px))}.app-shell--collapsed .main-content{margin-left:0}.drawer-scrim{display:none}.page{display:flex;flex-direction:column;gap:16px;width:min(1440px,100%);margin:0 auto;animation:page-in .24s ease-out}@keyframes page-in{0%{opacity:0;transform:translateY(5px)}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;min-height:72px;margin-bottom:2px}.page-header__eyebrow{display:block;margin-bottom:7px;color:var(--brand);font-size:9px;font-weight:800;letter-spacing:1.3px}.page-header h1{margin:0;font-size:clamp(24px,2.5vw,31px);line-height:1.2;letter-spacing:-.65px}.page-header p{margin:8px 0 0;color:var(--text-3);font-size:12px;line-height:1.55}.page-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.card{min-width:0;padding:clamp(16px,2vw,22px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-card)}.card__header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.card__header h2{margin:0;font-size:15px;letter-spacing:-.15px}.card__header p{margin:5px 0 0;color:var(--text-3);font-size:10px;line-height:1.5}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-size:10px;font-weight:650}.back-link{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;margin-bottom:-4px;color:var(--text-2);font-size:11px;font-weight:600}.back-link:hover{color:var(--brand)}.inline-alert{padding:10px 14px;border:1px solid #ffd6a1;border-radius:var(--radius);color:#945300;background:var(--warning-soft);font-size:11px}.status{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:4px 8px;border-radius:999px;font-size:9px;font-weight:700;text-transform:capitalize}.status>span{width:5px;height:5px;border-radius:50%;background:currentColor}.status--positive{color:#07875d;background:var(--success-soft)}.status--warning{color:var(--warning);background:var(--warning-soft)}.status--neutral{color:var(--text-2);background:#f1f3f6}.state-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:210px;padding:28px;color:var(--text-3);text-align:center}.state-panel svg{margin-bottom:11px;color:#a7b0c1}.state-panel strong{color:var(--text-2);font-size:12px}.state-panel span{max-width:420px;margin-top:6px;font-size:10px;line-height:1.55}.state-panel .button{margin-top:13px}.state-panel--error svg{color:var(--danger)}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-card{display:flex;align-items:center;gap:15px;min-height:124px}.stat-card__icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px}.stat-card__icon--blue{color:var(--brand);background:var(--brand-soft)}.stat-card__icon--violet{color:#7256df;background:#f2efff}.stat-card__icon--cyan{color:#0589a6;background:#e9f8fb}.stat-card>div{display:grid;grid-template-columns:1fr auto;flex:1;min-width:0}.stat-card span:not(.stat-card__icon){color:var(--text-2);font-size:10px;font-weight:600}.stat-card strong{grid-row:1 / 3;grid-column:2;align-self:center;font-size:29px;letter-spacing:-1px;font-variant-numeric:tabular-nums}.stat-card small{margin-top:5px;color:var(--text-3);font-size:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:14px}.resource-list{display:flex;flex-direction:column}.resource-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto 20px;align-items:center;gap:11px;min-height:58px;padding:8px 5px;border-top:1px solid var(--border)}.resource-row:first-child{border-top:0}.resource-row:hover{background:var(--hover)}.resource-row__type{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--brand);background:var(--brand-soft);font-size:9px;font-weight:800;text-transform:uppercase}.resource-row__main{display:flex;flex-direction:column;min-width:0}.resource-row__main strong{overflow:hidden;font-size:11px;text-overflow:ellipsis}.resource-row__main small{margin-top:4px;overflow:hidden;color:var(--text-3);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.resource-row__arrow{color:var(--text-3)}.timeline{display:flex;flex-direction:column}.timeline__item{position:relative;display:grid;grid-template-columns:29px 1fr;gap:9px;min-height:55px}.timeline__item:not(:last-child):after{content:"";position:absolute;top:28px;bottom:0;left:14px;width:1px;background:var(--border)}.timeline__icon{position:relative;z-index:1;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:var(--brand);background:var(--brand-soft)}.timeline__item>div{display:flex;flex-direction:column;padding-top:2px;min-width:0}.timeline__item strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.timeline__item small{margin-top:5px;color:var(--text-3);font-size:8px}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.search-box{display:flex;align-items:center;width:min(370px,100%);min-height:38px;padding-left:11px;border:1px solid var(--border);border-radius:8px;color:var(--text-3);background:var(--hover)}.search-box:focus-within{border-color:var(--brand);background:var(--card);box-shadow:0 0 0 3px #165dff14}.search-box input{min-height:36px;padding-left:9px;border:0;box-shadow:none;background:transparent;font-size:11px}.search-box input:focus{box-shadow:none}.table-toolbar__count{display:inline-flex;align-items:center;gap:6px;color:var(--text-3);font-size:10px}.filter-select{display:flex;align-items:center;min-width:155px;padding-left:10px;border:1px solid var(--border);border-radius:8px;color:var(--text-3)}.filter-select select{min-height:36px;border:0;box-shadow:none;background:transparent;font-size:10px}.data-table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:10px 12px;color:var(--text-3);background:var(--hover);font-size:9px;font-weight:700;text-align:left;white-space:nowrap}.data-table th:first-child{border-radius:8px 0 0 8px}.data-table th:last-child{border-radius:0 8px 8px 0}.data-table td{padding:13px 12px;border-bottom:1px solid var(--border);font-size:10px}.data-table tr:last-child td{border-bottom:0}.table-primary{display:flex;align-items:center;gap:10px;min-width:175px}.table-resource-icon{display:inline-grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border-radius:8px;color:var(--brand);background:var(--brand-soft)}.table-resource-icon--subnet{color:#7256df;background:#f2efff}.table-primary>div,.user-cell>div{display:flex;flex-direction:column;min-width:0}.table-primary strong{font-size:10px}.table-primary small,.user-cell small{margin-top:4px;color:var(--text-3);font-size:8px}.type-chip{padding:4px 7px;border:1px solid var(--border);border-radius:5px;color:var(--text-2);background:var(--hover);font-size:9px;font-weight:700}.type-chip--root{color:#3159a5;border-color:#d8e4ff;background:#f5f8ff}.type-chip--subnet{color:#6650b4;border-color:#ded8fa;background:#f6f3ff}.resource-tree-item{position:relative}.resource-tree-item--child{min-width:225px}.resource-tree-branch{display:inline-grid;place-items:center;width:18px;flex:0 0 18px;color:var(--text-3)}.segment-kind{display:flex;align-items:flex-start;flex-direction:column;gap:5px}.segment-kind small{color:var(--text-3);font-size:8px}.user-cell{display:flex;align-items:center;gap:8px}.user-cell>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:#7256df;background:#f2efff}.user-cell strong{max-width:150px;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.user-cell small.allocation-inheritance{color:#6650b4;font-weight:650}.row-actions{display:flex;justify-content:flex-end;gap:2px}.row-actions .icon-button{width:32px;height:32px}.mobile-resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.mobile-resource-card{position:relative;display:flex;flex-direction:column;min-height:158px;padding:16px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,#fff,#fbfcfe);transition:.18s ease}.mobile-resource-card:hover{transform:translateY(-2px);border-color:#c8d6f7;box-shadow:0 10px 24px #1f305212}.mobile-resource-card>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.mobile-resource-card>strong{font-size:14px}.mobile-resource-card>span:not(.table-resource-icon){margin-top:7px;color:var(--text-2);font-size:10px}.mobile-resource-card>small{margin-top:5px;color:var(--text-3);font-size:9px}.mobile-resource-card>svg{position:absolute;right:14px;bottom:14px;color:var(--text-3)}.credential-banner{display:flex;align-items:flex-start;gap:12px;padding:13px 15px;border:1px solid #d6e3ff;border-radius:11px;color:#264c99;background:#f4f7ff}.credential-banner>span{display:grid;place-items:center;width:33px;height:33px;flex:0 0 33px;border-radius:9px;color:var(--brand);background:#e6eeff}.credential-banner strong{font-size:11px}.credential-banner p{margin:4px 0 0;color:#5571a8;font-size:10px;line-height:1.55}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:13px}.account-card{display:flex;flex-direction:column;min-height:245px;padding:17px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(150deg,#fff,#fafbfe)}.account-card__top{display:flex;align-items:center;justify-content:space-between}.account-card__icon{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;color:var(--brand);background:var(--brand-soft)}.account-card h3{margin:18px 0 5px;font-size:14px}.account-card p{margin:0;color:var(--text-3);font-size:9px}.account-card dl{display:grid;gap:8px;margin:18px 0}.account-card dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.account-card dt{color:var(--text-3);font-size:9px}.account-card dd{display:flex;align-items:center;gap:5px;margin:0;color:var(--text-2);font-size:9px}.account-card__actions{display:flex;gap:7px;margin-top:auto;padding-top:13px;border-top:1px solid var(--border)}.user-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px}.user-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:15px;border:1px solid var(--border);border-radius:11px}.user-card__identity{min-width:0}.user-card h3{display:flex;align-items:center;gap:5px;margin:0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.user-card h3 svg{color:var(--violet)}.user-card p{margin:4px 0 0;overflow:hidden;color:var(--text-3);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.user-card dl{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr;gap:7px 12px;margin:7px 0 0;padding-top:12px;border-top:1px solid var(--border)}.user-card dt{color:var(--text-3);font-size:8px}.user-card dd{margin:0;color:var(--text-2);font-size:9px;text-align:right}.resource-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-card)}.resource-summary>div{display:flex;align-items:center;gap:10px;min-width:0;padding:16px;border-right:1px solid var(--border)}.resource-summary>div:last-child{border-right:0}.resource-summary>div>span{display:grid;place-items:center;width:35px;height:35px;flex:0 0 35px;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.resource-summary dl{min-width:0;margin:0}.resource-summary dt{color:var(--text-3);font-size:8px}.resource-summary dd{margin:5px 0 0;overflow:hidden;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.tabs{display:flex;gap:5px;padding:5px;align-self:flex-start;border:1px solid var(--border);border-radius:10px;background:var(--card)}.tabs button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:0;border-radius:7px;color:var(--text-2);background:transparent;cursor:pointer;font-size:10px;font-weight:600}.tabs button.active{color:var(--brand);background:var(--brand-soft)}.tabs button span{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;color:inherit;background:#165dff14;font-size:8px}.resource-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}.resource-form__footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:5px;padding-top:15px;border-top:1px solid var(--border)}.resource-form__footer>span{display:inline-flex;align-items:center;gap:6px;color:var(--text-3);font-size:9px}.contact-field{position:relative}.contact-combobox-wrap{position:relative;min-width:0}.contact-combobox,.country-combobox{position:relative;display:flex;align-items:center;min-width:0;border:1px solid #d9dde6;border-radius:var(--radius-sm);color:var(--text-3);background:var(--card);transition:.18s ease}.contact-combobox{min-height:42px;align-items:flex-start;cursor:text}.contact-combobox:focus-within,.country-combobox:focus-within,.contact-combobox--open{color:var(--brand);border-color:var(--brand);box-shadow:0 0 0 3px #165dff1a}.contact-combobox--invalid,.country-combobox--invalid{border-color:var(--danger)}.contact-combobox>svg:first-child{flex:0 0 auto;margin:13px 0 0 11px}.contact-combobox>svg:last-child{flex:0 0 auto;margin:13px 11px 0 5px}.contact-combobox__content{display:flex;align-items:center;flex:1 1 auto;flex-wrap:wrap;gap:5px;min-width:0;padding:5px 4px 5px 7px}.contact-combobox__content input{width:auto;min-width:105px;min-height:30px;flex:1 1 120px;padding:3px 4px;border:0;box-shadow:none;background:transparent}.contact-combobox__content input:focus{box-shadow:none}.contact-chip{display:inline-flex;align-items:center;gap:3px;max-width:100%;min-height:28px;padding-left:8px;border:1px solid #d6e3ff;border-radius:6px;color:#3159a5;background:var(--brand-soft);font-size:10px;font-weight:700}.contact-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-chip button{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;padding:0;border:0;border-radius:5px;color:#5571a8;background:transparent;cursor:pointer}.contact-chip button:hover{color:var(--danger);background:#e5484d14}.contact-combobox__error{color:var(--danger);font-size:10px;line-height:1.45}.country-combobox>svg:first-child{flex:0 0 auto;margin-left:11px}.country-combobox input{min-width:0;border:0;box-shadow:none;background:transparent}.country-combobox input:focus{box-shadow:none}.search-popover{position:absolute;z-index:45;top:calc(100% + 7px);right:0;left:0;max-height:270px;overflow-y:auto;padding:5px;border:1px solid var(--border);border-radius:10px;background:var(--card);box-shadow:0 14px 36px #13214429}.search-popover__state{display:flex;align-items:center;justify-content:center;gap:7px;min-height:64px;padding:12px;color:var(--text-3);font-size:10px;text-align:center}.search-popover__state--error{flex-direction:column;color:var(--danger)}.search-popover__state button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:7px;color:var(--text-2);background:var(--card);cursor:pointer;font-size:9px;font-weight:650}.contact-result{display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:57px;padding:7px 8px;border:0;border-radius:7px;color:var(--text-1);background:transparent;cursor:pointer;text-align:left}.contact-result:hover,.contact-result--active{background:var(--brand-soft)}.contact-result__icon{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;color:var(--brand);background:#e3ecff}.contact-result__body{display:flex;flex-direction:column;min-width:0}.contact-result__body strong,.contact-result__body>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-result__body strong{font-size:10px}.contact-result__body>span{margin-top:3px;color:var(--text-2);font-size:9px}.contact-result__body small{margin-top:3px;color:var(--text-3);font-size:8px;text-transform:capitalize}.contact-result__selected{display:inline-flex;align-items:center;gap:3px;color:var(--success);font-size:8px;font-weight:700;white-space:nowrap}.country-combobox{position:relative}.country-combobox input{padding-right:58px}.country-combobox__code{position:absolute;right:9px;display:inline-flex;align-items:center;min-height:24px;padding:0 7px;border-radius:5px;color:#3159a5;background:var(--brand-soft);font-family:ui-monospace,monospace;font-size:9px;font-weight:800;pointer-events:none}.country-popover{top:calc(100% + 6px)}.country-result{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;min-height:51px;padding:6px 9px;border:0;border-radius:7px;color:var(--text-1);background:transparent;cursor:pointer;text-align:left}.country-result:hover,.country-result--active{background:var(--brand-soft)}.country-result>strong{color:var(--brand);font-family:ui-monospace,monospace;font-size:10px}.country-result>span{display:flex;flex-direction:column;min-width:0}.country-result b,.country-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-result b{font-size:10px}.country-result small{margin-top:3px;color:var(--text-3);font-size:8px}.country-result>svg{color:var(--success)}.rpki-grid{display:grid;grid-template-columns:minmax(290px,.65fr) minmax(420px,1.35fr);align-items:start;gap:14px}.roa-list{display:flex;flex-direction:column}.roa-list article{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto auto;align-items:center;gap:10px;min-height:62px;padding:8px 4px;border-top:1px solid var(--border)}.roa-list article:first-child{border-top:0}.roa-list__shield{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--success);background:var(--success-soft)}.roa-list article>div{display:flex;flex-direction:column}.roa-list article>div strong{font-size:11px}.roa-list article>div span{margin-top:4px;color:var(--text-3);font-size:9px}.roa-impact{display:flex;flex-wrap:wrap;gap:5px;margin:6px 0 0}.roa-list article>div .roa-impact span{margin:0;padding:2px 5px;border-radius:4px;color:#07875d;background:var(--success-soft);font-size:8px}.roa-list article>div .roa-impact span.roa-impact--danger{color:#b42328;background:var(--danger-soft)}.roa-list dl{margin:0}.roa-list dt{color:var(--text-3);font-size:8px}.roa-list dd{margin:3px 0 0;font-size:10px;font-weight:650;text-align:center}.permission-note{display:grid;gap:7px;padding:12px;border:1px solid var(--border);border-radius:8px;color:var(--text-2);background:var(--hover);font-size:10px}.permission-note strong{font-size:10px}.permission-note span:before{content:"✓";margin-right:7px;color:var(--success);font-weight:800}.permission-switch-list{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.permission-switch{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:32px;cursor:pointer}.permission-switch>input,.abuse-permission-card>input{position:absolute;width:1px;height:1px;margin:-1px;opacity:0;pointer-events:none}.permission-switch__track{position:relative;display:inline-flex;width:34px;height:20px;flex:0 0 34px;padding:2px;border-radius:999px;background:#c9ced8;transition:.18s ease}.permission-switch__track>span{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #10182833;transition:transform .18s ease}.permission-switch>input:checked+.permission-switch__track,.abuse-permission-card>input:checked+.permission-switch__track{background:var(--brand)}.permission-switch>input:checked+.permission-switch__track>span,.abuse-permission-card>input:checked+.permission-switch__track>span{transform:translate(14px)}.permission-switch>input:focus-visible+.permission-switch__track,.abuse-permission-card>input:focus-visible+.permission-switch__track{outline:3px solid rgba(22,93,255,.22);outline-offset:2px}.permission-switch>input:disabled+.permission-switch__track{opacity:.52}.permission-switch--inherited{cursor:default}.permission-switch em{color:var(--text-2);font-size:9px;font-style:normal;font-weight:650;white-space:nowrap}.abuse-permission-card{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;min-height:72px;padding:12px;border:1px solid var(--border);border-radius:9px;background:#fbfcfe;cursor:pointer}.abuse-permission-card:has(input:checked){color:#264c99;border-color:#c8d8ff;background:#f5f8ff}.abuse-permission-card div{display:flex;flex-direction:column;min-width:0}.abuse-permission-card strong{font-size:11px}.abuse-permission-card small{margin-top:4px;color:var(--text-3);font-size:9px;line-height:1.55}.whois-stack{display:flex;flex-direction:column;gap:14px}.inet-editor-card{scroll-margin-top:76px;border-color:#d6e3ff}.object-missing-banner{display:flex;align-items:flex-start;gap:12px;padding:15px 17px;border:1px solid #d8e4ff;border-radius:12px;color:#264c99;background:#f4f7ff}.object-missing-banner>span{display:grid;place-items:center;width:37px;height:37px;flex:0 0 37px;border-radius:10px;color:var(--brand);background:#e6eeff}.object-missing-banner strong{font-size:12px}.object-missing-banner p{margin:5px 0 0;color:#5571a8;font-size:10px;line-height:1.55}.card-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.rpsl-object{overflow:hidden;margin:0;border:1px solid var(--border);border-radius:10px;background:#fbfcfe;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.rpsl-row{display:grid;grid-template-columns:minmax(105px,145px) minmax(0,1fr);border-top:1px solid #edf0f5}.rpsl-row:first-child{border-top:0}.rpsl-row dt{min-width:0;padding:8px 12px;color:#3159a5;background:#f5f8ff;font-size:9px;font-weight:750;text-align:end;overflow-wrap:anywhere}.rpsl-row dt:after{content:":"}.rpsl-row dd{min-width:0;margin:0;padding:8px 12px;color:var(--text-2);font-size:10px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.route-object-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.route-object{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:#fbfcfe}.route-object>header{display:flex;align-items:center;gap:10px;padding:12px 13px;background:var(--card)}.route-object>header>span{display:grid;place-items:center;width:33px;height:33px;flex:0 0 33px;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.route-object__identity{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.route-object>header strong{font-size:11px;text-transform:uppercase}.route-object>header small{margin-top:3px;overflow:hidden;color:var(--text-3);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.route-object__actions{display:flex;align-items:center;gap:5px;margin-inline-start:auto}.route-object .rpsl-object{border:0;border-top:1px solid var(--border);border-radius:0}.route-object--editing{border-color:#bdcff8;box-shadow:0 0 0 3px #165dff0f}.route-object__editor{display:grid;gap:13px;padding:14px;border-top:1px solid var(--border);background:var(--card)}.route-object__locked{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.route-object__locked>span{display:flex;min-width:0;flex-direction:column;gap:4px;padding:8px 9px;border:1px solid var(--border);border-radius:7px;background:var(--hover)}.route-object__locked b{color:var(--text-3);font-size:8px;text-transform:uppercase}.route-object__locked code{overflow:hidden;color:var(--text-2);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.route-object__editor-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid var(--border)}.route-object__editor-footer>span{display:inline-flex;align-items:center;gap:5px;color:var(--text-3);font-size:9px}.route-object__editor-footer>div{display:flex;gap:6px}.delete-subnet-warning{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid #ffc9cb;border-radius:10px;color:#b42328;background:var(--danger-soft)}.delete-subnet-warning>span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:9px;background:#ffe2e3}.delete-subnet-warning strong{font-size:11px}.delete-subnet-warning p{margin:5px 0 0;color:#9f3034;font-size:10px;line-height:1.6}.audit-list{display:flex;flex-direction:column}.audit-list article{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:9px 3px;border-top:1px solid var(--border)}.audit-list article:first-child{border-top:0}.audit-list__icon{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;color:var(--brand);background:var(--brand-soft)}.audit-list__main{min-width:0}.audit-list__main>div{display:flex;align-items:center;gap:8px}.audit-list__main strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.audit-action{padding:3px 6px;border-radius:4px;color:#6650b4;background:#f2efff;font-size:7px;font-weight:800;letter-spacing:.2px;white-space:nowrap}.audit-list__main p{display:flex;gap:11px;margin:6px 0 0;color:var(--text-3);font-size:8px}.audit-list__actor{display:flex;align-items:center;gap:8px;min-width:150px}.audit-list__actor>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:var(--text-2);background:var(--hover)}.audit-list__actor>div{display:flex;flex-direction:column;min-width:0}.audit-list__actor strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audit-list__actor small{margin-top:3px;color:var(--text-3);font-size:8px}.modal-backdrop{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;overflow-y:auto;background:#0c14267a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .16s ease}@keyframes fade-in{0%{opacity:0}}.modal{width:min(560px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:var(--card);box-shadow:var(--shadow-pop);animation:modal-in .2s ease-out}@keyframes modal-in{0%{transform:translateY(10px) scale(.985);opacity:.4}}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:20px 22px 17px;border-bottom:1px solid var(--border)}.modal__header h2{margin:0;font-size:17px}.modal__header p{margin:6px 0 0;color:var(--text-3);font-size:10px;line-height:1.5}.modal-form{display:flex;flex-direction:column;gap:16px;padding:20px 22px 22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:-6px;padding-bottom:7px;border-bottom:1px solid var(--border)}.form-section-label span{font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.5px}.form-section-label small{color:var(--text-3);font-size:8px}.modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;padding-top:16px;border-top:1px solid var(--border)}.subnet-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border:1px solid var(--border);border-radius:10px;background:var(--hover)}.subnet-mode-toggle button{min-height:40px;border:0;border-radius:7px;color:var(--text-2);background:transparent;cursor:pointer;font-size:11px;font-weight:650}.subnet-mode-toggle button.active{color:var(--brand);background:var(--card);box-shadow:0 1px 4px #1f305217}.subnet-safety-note{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border-radius:8px;color:var(--text-3);background:var(--hover);font-size:10px;line-height:1.55}.subnet-safety-note svg{flex:0 0 auto;margin-top:1px;color:var(--brand)}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:var(--text-3);text-align:center}.not-found>span{display:grid;place-items:center;width:70px;height:70px;border-radius:20px;color:var(--brand);background:var(--brand-soft)}.not-found p{margin:23px 0 3px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:2px}.not-found h1{margin:0;color:var(--text-1);font-size:22px}.not-found small{margin-top:9px}.not-found a{display:inline-flex;align-items:center;gap:6px;margin-top:22px;color:var(--brand);font-weight:650}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;color:var(--text-3)}.app-loading .brand__mark{animation:pulse 1.4s ease-in-out infinite}.app-loading p{margin-top:15px;font-size:11px}@keyframes pulse{50%{transform:scale(.92);opacity:.72}}@media(max-width:1000px){.dashboard-grid{grid-template-columns:1fr}.resource-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-summary>div:nth-child(2){border-right:0}.resource-summary>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.rpki-grid{grid-template-columns:1fr}}@media(max-width:768px){.login-page{grid-template-columns:1fr}.login-story{display:none}.login-form-panel{min-height:100dvh;padding:28px 22px 18px;background:radial-gradient(700px 350px at 10% 0,rgba(22,93,255,.09),transparent 60%),var(--card)}.login-mobile-brand{display:block}.login-form-footer{margin-top:auto}.topbar{top:8px;right:8px;left:8px}.topbar__desktop-toggle,.environment-tag,.topbar__identity,.topbar__user>svg,.topbar .brand__copy{display:none}.topbar__mobile-toggle{display:grid}.topbar .brand{margin-left:-2px}.sidebar{z-index:210;top:8px;bottom:8px;left:8px;width:min(286px,calc(100vw - 36px));transform:translate(calc(-100% - 18px));box-shadow:var(--shadow-pop)}.sidebar--open{transform:translate(0)}.sidebar__mobile-brand{display:flex;align-items:center;justify-content:space-between;padding:14px 13px 4px 16px}.drawer-scrim{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border:0;background:#0f172a61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-content,.app-shell--collapsed .main-content{margin-left:0;padding:76px 13px 0}.page{gap:13px}.page-header{align-items:flex-start;flex-direction:column;min-height:0}.page-header__actions{width:100%;flex-wrap:wrap}.page-header__actions .button{width:auto;min-height:44px;flex:1 1 150px}.stat-grid{grid-template-columns:1fr 1fr}.stat-grid .stat-card:last-child:nth-child(odd){grid-column:1 / -1}.stat-card{min-height:105px;padding:14px}.stat-card__icon{width:38px;height:38px;flex-basis:38px}.stat-card strong{font-size:24px}.table-toolbar{align-items:stretch;flex-direction:column}.search-box,.filter-select{width:100%}.data-table,.data-table tbody,.data-table tr,.data-table td{display:block;width:100%}.data-table thead{display:none}.data-table tbody{display:grid;gap:10px}.data-table tr{position:relative;padding:13px;border:1px solid var(--border);border-radius:11px}.data-table td{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:5px 0;border:0}.data-table td:first-child{padding-bottom:10px;border-bottom:1px solid var(--border)}.data-table td:nth-child(2):before{content:"资源类型";color:var(--text-3);font-size:9px}.data-table td:nth-child(3):before{content:"分配用户";color:var(--text-3);font-size:9px}.data-table td:nth-child(4):before{content:"状态";color:var(--text-3);font-size:9px}.allocation-table td:nth-child(2):before{content:"资源层级";color:var(--text-3);font-size:9px}.allocation-table td:nth-child(3):before{content:"地址族";color:var(--text-3);font-size:9px}.allocation-table td:nth-child(4):before{content:"分配用户";color:var(--text-3);font-size:9px}.allocation-table td:nth-child(5):before{content:"abuse-c 权限";color:var(--text-3);font-size:9px}.allocation-table td:nth-child(6):before{content:"状态";color:var(--text-3);font-size:9px}.allocation-table .resource-tree-item{width:100%;padding-inline-start:0!important}.allocation-table .row-actions .icon-button{width:44px;height:44px}.permission-switch{min-height:44px}.row-actions{width:100%;justify-content:flex-end;padding-top:4px}.resource-form{grid-template-columns:1fr}.resource-form__footer{grid-column:auto;align-items:stretch;flex-direction:column}.resource-form__footer .button{width:100%}.contact-combobox,.country-combobox{min-height:44px}.contact-result,.country-result{min-height:48px}.audit-list article{grid-template-columns:35px 1fr}.audit-list__actor{grid-column:2;min-width:0}}@media(max-width:520px){.topbar__right>.icon-button{display:none}.card{padding:14px;border-radius:12px}.card__header{align-items:flex-start;flex-wrap:wrap}.card-header-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.card-header-actions .button{min-height:44px;flex:1 1 auto}.object-refresh-button{min-height:44px}.page-header h1{font-size:24px}.stat-grid{grid-template-columns:1fr}.stat-grid .stat-card:last-child:nth-child(odd){grid-column:auto}.stat-card{min-height:88px}.resource-row{grid-template-columns:30px minmax(0,1fr) 16px}.resource-row .status{display:none}.login-form-heading h2{font-size:25px}.form-grid{grid-template-columns:1fr}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:92dvh;border-radius:18px 18px 0 0}.modal__header,.modal-form{padding-inline:17px}.modal__actions .button{min-height:44px;flex:1}.subnet-mode-toggle button{min-height:44px}.resource-summary{grid-template-columns:1fr}.resource-summary>div{border-right:0;border-bottom:1px solid var(--border)}.resource-summary>div:last-child{border-bottom:0}.route-object-list{grid-template-columns:minmax(0,1fr)}.route-object>header{align-items:flex-start;flex-wrap:wrap}.route-object__identity{min-height:33px}.route-object__actions{width:100%;margin-inline-start:0}.route-object__actions .button{min-height:44px;flex:1}.route-object__locked{grid-template-columns:1fr}.route-object__editor-footer{align-items:stretch;flex-direction:column}.route-object__editor-footer>div{width:100%}.route-object__editor-footer .button{min-height:44px;flex:1}.contact-chip button{width:32px;height:32px;flex-basis:32px}.rpsl-row{grid-template-columns:82px minmax(0,1fr)}.rpsl-row dt,.rpsl-row dd{padding:8px}.tabs{width:100%}.tabs button{flex:1;justify-content:center}.roa-list article{grid-template-columns:34px 1fr auto}.roa-list article .status{grid-column:2 / -1}.roa-list dl{grid-column:3;grid-row:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
