:root{--gray-950: #171717;--gray-900: #262626;--gray-800: #3d3d3d;--gray-700: #525252;--gray-600: #707070;--gray-500: #8f8f8f;--gray-400: #a3a3a3;--gray-300: #d1d1d1;--gray-200: #ebebeb;--gray-100: #f5f5f5;--gray-50: #f7f7f7;--gray-25: #fbfbfb;--white: #ffffff;--orange-500: #fa7319;--orange-50: #fff3eb;--green-500: #1fc16b;--green-50: #e0faec;--blue-500: #335cff;--blue-50: #ebf1ff;--red-500: #fb3748;--red-50: #ffebec;--yellow-500: #f6b51e;--yellow-50: #fff4d6;--esim: #0f6b5b;--bg: var(--gray-50);--surface: var(--white);--text: var(--gray-950);--text-sub: var(--gray-600);--text-soft: var(--gray-400);--stroke: var(--gray-200);--stroke-strong: var(--gray-300);--shadow-xs: 0 1px 2px rgba(10, 13, 20, .03);--shadow-sm: 0 6px 6px -3px rgba(10, 13, 20, .04), 0 3px 3px -1.5px rgba(10, 13, 20, .04), 0 1px 1px -.5px rgba(10, 13, 20, .04), 0 0 0 1px rgba(10, 13, 20, .04);color:var(--text);background:var(--bg);font-family:InterVariable,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"calt";font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#ffffff 0,var(--gray-50) 240px)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;flex:0 0 auto}.shell{display:grid;min-height:100vh;grid-template-columns:272px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;border-right:1px solid var(--stroke);background:#ffffffd1;padding:20px}.brand{display:flex;align-items:center;width:100%;border:0;background:transparent;padding:0;text-align:left;gap:12px}.brandMark{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--esim);color:var(--white);font-size:18px;font-weight:700;box-shadow:0 12px 20px -12px #0f6b5b80,inset 0 1px #fff3}.brand strong,.brand small{display:block}.brand strong{color:var(--text);font-size:15px;font-weight:600;line-height:20px}.brand small{color:var(--text-sub);font-size:12px;line-height:16px}.sidebarNav{display:grid;margin-top:34px;gap:24px}.navGroup{display:grid;gap:6px}.navGroup p,.pageKicker{margin:0;color:var(--text-soft);font-size:11px;font-weight:600;letter-spacing:.08em;line-height:12px;text-transform:uppercase}.navGroup p{padding:0 10px 4px}.navItem{display:flex;align-items:center;width:100%;border:0;min-height:40px;border-radius:10px;background:transparent;padding:0 10px;color:var(--text-sub);font-size:14px;font-weight:500;line-height:20px;gap:10px;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.navItem svg{color:var(--text-soft)}.navItem:hover,.navItem.active{background:var(--gray-100);color:var(--text)}.navItem.active{box-shadow:inset 0 0 0 1px var(--stroke)}.navItem:active{transform:translateY(1px)}.workspace{min-width:0}.loginShell{display:grid;min-height:100vh;place-items:center;padding:32px 20px;background:linear-gradient(180deg,#fffffff0,#f7f7f7f5),radial-gradient(circle at 50% 0,rgba(15,107,91,.12),transparent 380px)}.loginPanel{width:min(100%,440px);border:1px solid var(--stroke);border-radius:18px;background:#ffffffeb;padding:24px;box-shadow:var(--shadow-sm)}.loginHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.loginBadge{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--stroke);border-radius:999px;background:var(--gray-25);padding:0 10px;color:var(--text-sub);font-size:12px;font-weight:600;line-height:16px;gap:6px}.loginBadge svg,.authError svg,.loginButton svg{width:18px;height:18px}.loginCopy{margin-top:28px}.loginCopy h1{margin:8px 0 0;color:var(--text);font-size:30px;font-weight:650;letter-spacing:0;line-height:38px}.loginCopy p:last-child{margin:8px 0 0;color:var(--text-sub);font-size:14px;line-height:20px}.loginForm{display:grid;gap:14px;margin-top:24px}.loginButton{width:100%;gap:8px}.authError{display:flex;align-items:center;margin:0;border:1px solid rgba(251,55,72,.2);border-radius:10px;background:var(--red-50);padding:10px 12px;color:#b4232f;font-size:13px;font-weight:600;line-height:18px;gap:8px}.utilityBar{position:sticky;z-index:8;top:0;display:flex;align-items:center;justify-content:space-between;min-height:80px;border-bottom:1px solid var(--stroke);background:#ffffffdb;padding:20px 32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);gap:20px}.commandBox{display:flex;align-items:center;width:min(420px,44vw);min-height:40px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface);padding:0 10px;color:var(--text-soft);font-size:14px;line-height:20px;box-shadow:var(--shadow-xs);gap:8px}.commandBox span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.dataNotice{display:grid;min-width:220px;max-width:360px;min-height:40px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface);padding:6px 10px;box-shadow:var(--shadow-xs);gap:1px}.dataNotice strong{color:#128c4c;font-size:12px;font-weight:700;line-height:15px}.dataNotice span{overflow:hidden;color:var(--text-sub);font-size:11px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.dataNotice.unavailable strong{color:var(--red-500)}.dataNotice.unsaved strong{color:#9a6a00}kbd{margin-left:auto;border:1px solid var(--stroke);border-radius:6px;background:var(--gray-25);padding:1px 6px;color:var(--text-soft);font-size:12px;font-weight:500;line-height:16px}.utilityActions{display:flex;align-items:center;justify-content:flex-end;min-width:0;gap:8px}.authPanel{display:flex;align-items:center;gap:8px}.authPanel.signedIn{align-items:center;min-height:40px;border-radius:10px;background:var(--surface);padding-left:12px;box-shadow:inset 0 0 0 1px var(--stroke),var(--shadow-xs)}.authPanel.signedIn span{display:grid;min-width:150px}.authPanel.signedIn strong{color:var(--text);font-size:12px;line-height:16px}.authPanel.signedIn small{color:var(--text-soft);font-size:11px;line-height:14px}.primaryButton,.secondaryButton,.iconButton{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:0;border-radius:10px;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;transition:background .18s ease,box-shadow .18s ease,transform .18s ease,color .18s ease}.primaryButton{background:var(--gray-950);color:var(--white);padding:0 16px;box-shadow:0 10px 10px -5px #0a0d141a,inset 0 -1px #ffffff1f}.secondaryButton,.iconButton{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--stroke),var(--shadow-xs)}.secondaryButton.danger{color:#b4232f}.secondaryButton{padding:0 14px}.iconButton{width:40px}.primaryButton:hover:not(:disabled){background:var(--gray-800)}.secondaryButton:hover:not(:disabled),.iconButton:hover:not(:disabled){background:var(--gray-100)}.primaryButton:active:not(:disabled),.secondaryButton:active:not(:disabled),.iconButton:active:not(:disabled){transform:translateY(1px)}.primaryButton:focus-visible,.secondaryButton:focus-visible,.iconButton:focus-visible,.brand:focus-visible,.navItem:focus-visible,select:focus-visible,.textInput:focus-visible,.numberInput:focus-visible,.currencyInput:focus-visible,input[type=range]:focus-visible,textarea:focus-visible{outline:3px solid rgba(51,92,255,.16);outline-offset:2px}.contentShell{width:min(calc(100% - 64px),1180px);margin:0 auto;padding:28px 0 56px}.pageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.pageHeader h1{margin:6px 0 0;color:var(--text);font-size:24px;font-weight:600;letter-spacing:0;line-height:32px}.pageHeader p,.sectionNote{margin:4px 0 0;color:var(--text-sub);font-size:14px;font-weight:400;line-height:20px}.pageActions{display:flex;align-items:center;justify-content:flex-end;color:var(--text-sub);font-size:12px;font-weight:500;line-height:16px;gap:8px;white-space:nowrap}.overviewMatrix{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:16px;margin-bottom:16px}.workspaceView>.panel{margin-bottom:16px}.workspaceView{min-width:0}.controlCard,.panel,.statCard{border:1px solid var(--stroke);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-xs)}.controlCard,.panel{overflow:hidden}.heroMetric{min-height:282px;padding:22px}.heroMetricHeader,.heroMetricFooter,.widgetHeader,.metricRows,.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.heroMetricHeader strong{display:block;margin-top:8px;color:var(--text);font-size:40px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.02em;line-height:48px}.signalBars{display:flex;align-items:end;height:118px;margin-top:36px;border-bottom:1px solid var(--stroke);gap:8px}.signalBars span{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#fa7319e6,#fa731952)}.heroMetricFooter{margin-top:14px;color:var(--text-sub);font-size:13px;line-height:18px}.heroMetricFooter strong{color:var(--text);font-weight:600}.statGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.statCard{min-height:133px;padding:16px}.statIcon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;color:var(--blue-500);background:var(--blue-50)}.statCard[data-tone=green] .statIcon{color:#128c4c;background:var(--green-50)}.statCard[data-tone=orange] .statIcon{color:var(--orange-500);background:var(--orange-50)}.statCard[data-tone=gray] .statIcon{color:var(--gray-700);background:var(--gray-100)}.statCard>span{display:block;margin-top:12px;color:var(--text-sub);font-size:13px;font-weight:500;line-height:18px}.statCard>strong{display:block;margin-top:3px;color:var(--text);font-size:24px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.01em;line-height:32px}.statCard>small{display:block;margin-top:2px;color:var(--text-soft);font-size:12px;line-height:16px}.meter{height:5px;margin-top:12px;overflow:hidden;border-radius:999px;background:var(--gray-100)}.meter span{display:block;height:100%;border-radius:inherit;background:currentColor}.statCard[data-tone=blue] .meter{color:var(--blue-500)}.statCard[data-tone=green] .meter{color:var(--green-500)}.statCard[data-tone=gray] .meter{color:var(--gray-600)}.sectionHeader{padding:20px 24px}.headerStack{display:grid;justify-items:end;gap:8px}.headerStack strong{color:var(--text);font-size:18px;font-variant-numeric:tabular-nums;font-weight:600;line-height:24px}.sectionHeader.naked{padding:0}.sectionHeader.compact{align-items:flex-start}h2,h3{margin:0;color:var(--text);font-weight:600}h2{font-size:20px;line-height:28px}h3{font-size:14px;line-height:20px}.filters{display:flex;align-items:center;gap:10px}label{display:grid;color:var(--text-sub);font-size:12px;font-weight:600;gap:6px}select,.textInput,.numberInput,.currencyInput,textarea{min-height:40px;border:0;border-radius:10px;background:var(--surface);color:var(--text);outline:none;box-shadow:inset 0 0 0 1px var(--stroke),var(--shadow-xs);transition:background .18s ease,box-shadow .18s ease}select{min-width:132px;padding:0 34px 0 12px}.textInput,textarea{width:100%;padding:9px 11px}.numberInput,.currencyInput{padding:0 10px}.numberInput{width:112px;font-variant-numeric:tabular-nums}.currencyInput{width:64px;text-transform:uppercase}textarea{min-height:112px;resize:vertical}select:hover,.textInput:hover,.numberInput:hover,.currencyInput:hover,textarea:hover{background:var(--gray-25)}.tableWrap{overflow-x:auto;padding:0 16px 16px}.createStrip{display:flex;align-items:center;overflow-x:auto;gap:8px;border-top:1px solid var(--stroke);padding:16px;scrollbar-width:thin}.createStrip.promoCreate{align-items:center}.createStrip .textInput{width:auto;min-width:170px;flex:0 0 220px}.createStrip .textInput:first-child{flex-basis:280px}.createStrip .numberInput,.createStrip .currencyInput,.createStrip select,.createStrip button{flex:0 0 auto}.codeInput{font-weight:700;letter-spacing:.04em;text-transform:uppercase}table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0 8px}table.compactTable{min-width:740px}thead th{height:40px;padding:0 12px;background:var(--gray-100);color:var(--text-sub);font-size:13px;font-weight:500;text-align:left;white-space:nowrap}thead th:first-child{border-radius:10px 0 0 10px}thead th:last-child{border-radius:0 10px 10px 0}tbody tr{transition:transform .18s ease}tbody tr:hover{transform:translateY(-1px)}tbody td{height:64px;padding:10px 12px;background:var(--surface);color:var(--text);font-size:14px;font-variant-numeric:tabular-nums;line-height:20px;box-shadow:inset 0 1px 0 var(--stroke),inset 0 -1px 0 var(--stroke)}tbody td:first-child{border-radius:14px 0 0 14px;box-shadow:inset 1px 0 0 var(--stroke),inset 0 1px 0 var(--stroke),inset 0 -1px 0 var(--stroke)}tbody td:last-child{border-radius:0 14px 14px 0;box-shadow:inset -1px 0 0 var(--stroke),inset 0 1px 0 var(--stroke),inset 0 -1px 0 var(--stroke)}td strong{display:block;overflow:hidden;color:var(--text);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.mutedText,td .mutedText{display:block;margin-top:4px;color:var(--text-sub);font-size:12px;line-height:16px}.emptyState{display:grid;min-height:48px;place-items:center;border:1px dashed var(--stroke-strong);border-radius:12px;background:var(--gray-25);padding:12px;color:var(--text-sub);font-size:13px;font-weight:600;line-height:18px;text-align:center}.panelEmpty{grid-column:1 / -1}.wideCell{min-width:260px}.actionCell{text-align:right}.rowActions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.priceEdit{display:flex;align-items:center;gap:8px}.coverageText{max-width:260px}.statusChip,.miniBadge{display:inline-flex;align-items:center;width:max-content;min-height:24px;border-radius:8px;padding:3px 8px;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap}.miniBadge.neutral,.statusChip{background:var(--gray-100);color:var(--text-sub)}.miniBadge.positive,.statusChip.active,.statusChip.paid,.statusChip.completed,.statusChip.provisioned,.statusChip.installed,.statusChip.succeeded{background:var(--green-50);color:#128c4c}.statusChip.processing,.statusChip.pending{background:var(--yellow-50);color:#9a6a00}.statusChip.inactive,.statusChip.failed,.statusChip.error,.statusChip.refunded,.statusChip.canceled,.statusChip.needs-help,.statusChip.debit{background:var(--red-50);color:var(--red-500)}.statusChip.buyer,.statusChip.credit{background:var(--blue-50);color:var(--blue-500)}.statusChip.draft,.statusChip.local{background:var(--yellow-50);color:#9a6a00}.promoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px 16px}.promoCard,.configSummary,.configBlock{border:1px solid var(--stroke);border-radius:14px;background:var(--gray-25)}.promoCard{display:grid;gap:14px;padding:16px}.promoTitleInput{margin-top:8px;font-weight:650}.promoCardHeader,.blockHeader,.summaryRow,.flagItem{display:flex;align-items:center;justify-content:space-between;gap:12px}.couponCode{display:inline-flex;min-height:26px;align-items:center;border-radius:8px;background:var(--gray-950);color:var(--white);padding:4px 8px;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:16px}.promoCard h3{margin-top:8px}.promoCard p{margin:0;color:var(--text-sub);font-size:13px;line-height:19px}.policyText{border-top:1px solid var(--stroke);padding-top:12px}.definitionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;gap:10px}.definitionGrid div{min-width:0}.definitionGrid dt{color:var(--text-soft);font-size:11px;font-weight:700;line-height:14px;text-transform:uppercase}.definitionGrid dd{margin:3px 0 0;color:var(--text);font-size:13px;font-weight:600;line-height:18px}.remoteConfigLayout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:0 16px 16px}.configSummary,.configBlock{padding:16px}.configSummary{display:grid;align-content:start;gap:12px}.configSummary.releaseStrip{grid-template-columns:repeat(5,minmax(120px,1fr)) minmax(260px,1.35fr);align-items:center;gap:0;padding:14px 16px}.releaseStrip .summaryRow{display:grid;justify-content:start;gap:4px}.summaryRow span:first-child{color:var(--text-sub);font-size:12px;font-weight:600;line-height:16px}.summaryRow strong{overflow:hidden;max-width:100%;color:var(--text);font-size:14px;font-weight:700;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.killSwitch{margin-top:0;border-top:0;border-left:1px solid var(--stroke);padding:8px 0 8px 16px}.toggleLine strong,.toggleLine small{display:block}.toggleLine strong{color:var(--text);font-size:13px;line-height:18px}.toggleLine small{margin-top:2px;color:var(--text-sub);font-size:12px;line-height:16px}.campaignList,.flagList{display:grid;margin-top:14px;gap:10px}.inlineComposer{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,.75fr) 88px auto;align-items:center;gap:8px;margin-top:14px}.campaignComposer{grid-template-columns:minmax(280px,1.4fr) minmax(160px,.8fr) 88px auto}.flagComposer{grid-template-columns:minmax(220px,.9fr) minmax(260px,1.2fr) 88px auto}.campaignItem{display:grid;gap:8px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface);padding:12px}.campaignEditorGrid{display:grid;align-items:center;gap:8px}.campaignPrimaryRow{grid-template-columns:auto minmax(260px,1.35fr) minmax(160px,.75fr) 88px auto}.campaignDetailRow{grid-template-columns:minmax(220px,1fr) minmax(180px,.7fr) minmax(280px,1.2fr)}.campaignTitleInput{font-weight:650}.flagItem{display:grid;grid-template-columns:minmax(360px,1fr) minmax(300px,.85fr);align-items:center;min-height:58px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface);padding:10px 12px;gap:16px}.flagIdentity{display:grid;grid-template-columns:minmax(180px,240px) minmax(220px,1fr);align-items:center;gap:12px;min-width:0}.flagItem strong,.flagItem span{display:block}.flagItem strong{color:var(--text);font-size:13px;line-height:18px}.flagItem .textInput{margin-top:0}.rolloutControl{display:grid;grid-template-columns:minmax(180px,1fr) auto;align-items:center;min-width:0;gap:10px}input[type=range]{accent-color:var(--esim)}.toggleRow{display:inline-flex;align-items:center;grid-template-columns:none;gap:8px}.toggleLine{display:flex;align-items:flex-start;color:var(--text-sub);font-size:13px;font-weight:500;gap:10px}.toggleLine input,.toggleRow input{position:relative;width:32px;height:20px;margin:0;flex:0 0 auto;appearance:none;border:0;border-radius:999px;background:var(--gray-200);outline:none;transition:background .18s ease,box-shadow .18s ease}.toggleLine input:before,.toggleRow input:before{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px #0a0d1429;content:"";transition:transform .18s ease}.toggleLine input:checked,.toggleRow input:checked{background:var(--green-500)}.toggleLine input:checked:before,.toggleRow input:checked:before{transform:translate(12px)}section[id]{scroll-margin-top:96px}.detailPanel{position:fixed;z-index:12;top:96px;right:24px;display:grid;width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 120px);overflow:auto;border:1px solid var(--stroke);border-radius:18px;background:#fffffff5;padding:18px;box-shadow:0 24px 60px -32px #0a0d1452,var(--shadow-sm);gap:18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.detailHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.detailList{display:grid;margin:0;gap:10px}.detailList div{display:grid;grid-template-columns:118px minmax(0,1fr);border-top:1px solid var(--stroke);padding-top:10px;gap:12px}.detailList dt{color:var(--text-soft);font-size:11px;font-weight:700;line-height:14px;text-transform:uppercase}.detailList dd{min-width:0;margin:0;color:var(--text);font-size:13px;font-weight:600;line-height:18px}.detailActions{display:flex;flex-wrap:wrap;gap:8px}.detailNotice{margin:0;border-radius:10px;background:var(--green-50);padding:10px 12px;color:#128c4c;font-size:13px;font-weight:650;line-height:18px}@media(max-width:1180px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--stroke)}.sidebarNav,.overviewMatrix{grid-template-columns:1fr}}@media(max-width:980px){.promoGrid,.remoteConfigLayout,.configSummary.releaseStrip,.flagItem,.flagIdentity{grid-template-columns:1fr}.releaseStrip .summaryRow{display:flex;justify-content:space-between}.killSwitch{border-left:0;border-top:1px solid var(--stroke);padding:14px 0 0}}@media(max-width:760px){.utilityBar,.utilityActions,.pageHeader,.sectionHeader,.sectionHeader.compact{align-items:stretch;flex-direction:column}.utilityBar{position:static;padding:16px}.commandBox,.dataNotice,.primaryButton,.secondaryButton,.authPanel,.filters,.filters label,select{width:100%}.dataNotice{max-width:none}.authPanel{align-items:stretch}.contentShell{width:calc(100% - 32px);padding-top:18px}.sidebar{padding:16px}.sidebarNav,.statGrid{grid-template-columns:1fr}.heroMetricHeader,.heroMetricFooter{align-items:flex-start;flex-direction:column}.heroMetricHeader strong{font-size:34px;line-height:40px}.tableWrap{padding:0 12px 12px}.priceEdit{align-items:stretch;flex-direction:column}.inlineComposer,.campaignEditorGrid,.campaignComposer,.flagComposer,.campaignPrimaryRow,.campaignDetailRow{grid-template-columns:1fr}.createStrip,.createStrip.promoCreate{align-items:stretch;flex-direction:column;overflow-x:visible}.createStrip .textInput,.createStrip .textInput:first-child,.createStrip .numberInput,.createStrip .currencyInput,.createStrip select,.createStrip button{width:100%;flex-basis:auto}.promoCardHeader,.blockHeader,.summaryRow,.flagItem,.headerStack{align-items:flex-start;justify-items:start;flex-direction:column}.definitionGrid{grid-template-columns:1fr}.rowActions,.detailActions{justify-content:stretch;width:100%}.rowActions .secondaryButton,.rowActions .primaryButton,.detailActions .secondaryButton{flex:1}.detailPanel{inset:auto 16px 16px;width:auto;max-height:min(72vh,620px)}.detailList div{grid-template-columns:1fr;gap:4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
