@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Raleway:wght@600;700;800&display=swap";.app-text-link{color:var(--primary);display:inline-flex;font-weight:700;text-decoration:none}.app-text-link:hover{text-decoration:underline}.app-text-link:focus-visible{outline:2px solid var(--accent);outline-offset:.2rem;border-radius:.25rem}:root{color-scheme:light;--primary: #2f1c3d;--primary-dark: #190e21;--accent: #fabe21;--accent-soft: #fff4cc;--bg: #f7fbfc;--surface: #ffffff;--surface-muted: #f3eef9;--surface-alt: #eef6f8;--ink: #161616;--ink-soft: #526270;--line: #d8e2e8;--line-strong: #c4d1d9;--teal: #88c7d5;--shadow: 0 12px 30px rgba(25, 14, 33, .08);--radius-lg: 1.25rem;--radius-md: 1rem;font-family:Nunito Sans,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f9fcfd,#f1f7fa)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 8px 30px #190e212e}.app-header-top,.app-header-main,.app-footer-inner{width:min(var(--app-shell-max-width, 1480px),calc(100% - 2rem));margin:0 auto}.app-header-top{display:flex;justify-content:flex-start;gap:1rem;align-items:center;padding:.85rem 0 .8rem}.header-kicker{margin:0;color:var(--accent);font-size:.85rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.app-header-main{border-top:1px solid rgba(255,255,255,.12);padding:1.2rem 0 1.5rem}.brand-lockup{display:flex;gap:1rem;align-items:center}.brand-mark{width:auto;height:7.25rem;max-width:11rem;flex-shrink:0;display:block;object-fit:contain;margin-block:-.2rem}.brand-copy{min-width:0}.brand-link,.page-intro h1,.highlight-card h2,.detail-header h2,.empty-state h3,.detail-empty h2{font-family:Raleway,Segoe UI,sans-serif}.brand-link{display:inline-block;color:#fff;font-size:clamp(2rem,5vw,3.2rem);line-height:1.02;font-weight:800}.brand-subtitle{margin:.55rem 0 0;max-width:58rem;color:#ffffffd6;font-size:1.05rem}.app-content{width:min(var(--app-content-max-width, 110rem),calc(100% - clamp(1rem,2vw,2rem)));margin:1.25rem auto 1.5rem;padding-bottom:1.5rem;flex:1}.app-footer{background:var(--primary-dark);color:#ffffffe0;padding:1rem 0;margin-top:auto}.app-footer-inner{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;font-size:.95rem}.muted-copy,.detail-description,.page-intro p,.detail-supporting,.empty-state p{color:var(--ink-soft)}.app-header .app-eyebrow{color:#ffffffb8;margin-bottom:.45rem}.app-header .brand-subtitle{margin:.55rem 0 0;max-width:58rem;color:#ffffffd6;font-size:1.05rem}.active-chip-row,.detail-actions,.filter-group-header{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;min-width:0}.eyebrow,.section-label,dt{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:800;color:var(--primary)}.page-shell{display:grid;gap:1rem}.page-shell--explorer{gap:clamp(1rem,1.6vw,1.35rem)}.page-shell--narrow{max-width:64rem}.highlights-grid{display:grid;gap:1rem}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.highlight-card,.legend-card,.detail-panel,.detail-drawer,.page-intro{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.highlight-card,.detail-panel,.page-intro{padding:1.35rem}.highlight-card{border-top:4px solid var(--accent)}.highlight-card p:last-child{margin-bottom:0}.detail-drawer{padding:0}.filter-group{margin-top:1rem}.filter-group h3{margin:0;font-size:1rem;color:var(--primary);font-weight:700}.address-search{display:grid;gap:.55rem}.address-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}.address-search-note{margin:0;font-size:.92rem}.address-suggestion-listbox{padding:.4rem}.address-suggestion-option{display:grid;gap:.15rem}.address-suggestion-option strong{color:var(--primary)}.address-suggestion-option span{color:var(--ink-soft);font-size:.88rem}.map-heading{max-width:42rem}.map-canvas{height:100%;min-height:clamp(30rem,52vh,44rem);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#d9dce1}.map-canvas-fallback{display:grid;place-items:center;padding:1rem}.map-frame{position:relative;height:100%;min-height:0}.map-legend-overlay{position:absolute;left:1rem;bottom:1rem;z-index:4;width:min(13.5rem,calc(100% - 2rem))}.map-context-note{display:grid;gap:.35rem;padding:.35rem .1rem 0;border-top:1px solid var(--line)}.map-context-note p{margin:0}.legend-card{padding:.75rem .85rem;background:#fffffff0;box-shadow:0 10px 20px #190e211a}.legend-row{display:flex;gap:.5rem;align-items:center;margin-top:.45rem;font-size:.84rem;line-height:1.3}.legend-swatch{width:.9rem;height:.9rem;min-width:.9rem;flex:0 0 .9rem;aspect-ratio:1 / 1;border-radius:999px;display:inline-block}.legend-swatch.is-point{background:#c96a3d}.legend-swatch.is-area{background:#7f68b3}.legend-swatch.is-citywide{background:var(--primary)}.detail-empty h2{margin:.4rem 0 .45rem;color:var(--primary)}.detail-panel{display:grid;gap:.75rem}.detail-drawer{--detail-drawer-padding-block: 1rem;--detail-drawer-padding-inline: 1rem;--detail-anchor-top: clamp(6rem, 16vh, 8.5rem);position:fixed;z-index:1200;display:flex;flex-direction:column;gap:.9rem;top:var(--detail-anchor-top);right:clamp(1rem,2vw,1.5rem);left:auto;bottom:auto;width:clamp(22rem,26vw,29rem);max-width:calc(100vw - 2rem);max-height:min(34rem,calc(100dvh - var(--detail-anchor-top) - 1rem));padding:var(--detail-drawer-padding-block) var(--detail-drawer-padding-inline);overscroll-behavior:contain;overflow:auto;border:1px solid rgba(95,77,134,.18);border-radius:1.25rem;box-shadow:0 26px 68px #190e2129,0 12px 28px #190e2114;background:linear-gradient(180deg,#fffffffa,#fff);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform-origin:top right}.detail-drawer:before{content:"";position:absolute;inset:0 0 auto;height:.35rem;border-radius:1.25rem 1.25rem 0 0;background:linear-gradient(90deg,#fabe21eb,#a08ec7c7)}.detail-content{min-width:0;display:grid;gap:.85rem}.detail-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.detail-header>div{min-width:0}.detail-close-icon{flex-shrink:0;align-self:flex-start;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--primary);box-shadow:0 10px 24px #190e210f}.detail-close-icon:hover{background:var(--surface-alt)}.detail-close-icon:focus-visible{outline:2px solid var(--accent);outline-offset:.2rem}.detail-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:.85rem 0}dd{margin:.2rem 0 0;font-weight:400;line-height:1.45}.detail-description{line-height:1.6}.detail-supporting{margin-top:-.2rem}.detail-footer{display:none}.status-banner{margin:0;border-radius:1rem;padding:.9rem 1rem;background:var(--surface-muted);border:1px solid rgba(47,28,61,.08)}.status-banner.is-error{background:#fff3e8;border-color:#f4c49d}.status-banner strong,.status-banner p{margin:0}.status-banner strong+p,.status-banner p+p{margin-top:.35rem}.status-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.85rem}.empty-state{border:1px dashed var(--line-strong);border-radius:1.15rem;background:var(--surface-alt);padding:1.1rem}.maplibregl-popup-content{padding:0;border-radius:1rem;background:var(--surface);color:var(--ink);box-shadow:0 16px 36px #190e212e}.map-hover-popup{pointer-events:none}.maplibregl-popup-close-button{top:.35rem;right:.45rem;font-size:1.1rem;color:var(--ink-soft)}.maplibregl-popup-tip{opacity:.9}.popup-card{padding:.9rem 1rem;min-width:16rem}.popup-eyebrow,.popup-meta,.popup-title{margin:0}.popup-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800;color:var(--primary)}.popup-title{margin-top:.25rem;font-family:Raleway,Segoe UI,sans-serif;font-size:1rem;line-height:1.25;color:var(--primary-dark)}.popup-meta{margin-top:.25rem;color:var(--ink-soft);font-size:.9rem}.page-intro{padding:1.25rem}@media(max-width:1100px){.map-frame{display:grid;gap:1rem;height:auto}.map-canvas{height:min(28rem,58vh)}.detail-drawer{--detail-drawer-padding-block: .9rem;--detail-drawer-padding-inline: .95rem;display:grid;gap:0;grid-template-rows:minmax(0,1fr) auto;width:100vw;max-width:100vw;height:min(92dvh,54rem);max-height:92dvh;overflow:hidden;padding:0;border-radius:1.5rem 1.5rem 0 0;inset:auto 0 0}.detail-drawer:before{top:.72rem;left:50%;right:auto;width:3.5rem;height:.34rem;transform:translate(-50%);border-radius:999px;background:#5f4d8638}.detail-content{gap:1rem;overflow-y:auto;overscroll-behavior-y:contain;padding:var(--detail-drawer-padding-block) var(--detail-drawer-padding-inline) 1rem}.detail-header{position:sticky;top:calc(var(--detail-drawer-padding-block) * -1);z-index:2;margin:calc(var(--detail-drawer-padding-block) * -1) calc(var(--detail-drawer-padding-inline) * -1) 0;padding:calc(var(--detail-drawer-padding-block) + .8rem) var(--detail-drawer-padding-inline) .85rem;border-bottom:1px solid rgba(216,226,232,.92);background:linear-gradient(180deg,#fffffffa,#fff 88%)}.detail-close-icon{background:#fffffff5}.detail-footer{display:block;z-index:1;margin:0;padding:.95rem var(--detail-drawer-padding-inline) calc(1.05rem + env(safe-area-inset-bottom));border-top:1px solid rgba(216,226,232,.92);background:linear-gradient(180deg,#fff0,#fffffff0 28%,#fff)}.map-legend-overlay{position:static;width:100%}}@media(max-width:1100px){.chart-band{grid-template-columns:1fr}}@media(max-width:720px){.app-header-top,.app-header-main,.app-content,.app-footer-inner{width:min(100%,calc(100% - 1rem))}.app-header-top,.app-header-main{padding-left:0;padding-right:0}.brand-lockup,.app-header-top{flex-direction:column;align-items:flex-start}.map-canvas{min-height:24rem}.detail-grid{grid-template-columns:1fr}}.project-table-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1rem;display:flex;flex-direction:column;overflow:hidden}.chart-band{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.15rem}.chart-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.chart-card-header h2{margin:.2rem 0 0;color:var(--primary);font-family:Raleway,Segoe UI,sans-serif}.chart-card-hint{margin:.45rem 0 0;color:var(--muted);font-size:.92rem}.chart-list{display:grid;gap:.8rem}.chart-row{display:grid;gap:.35rem;border:1px solid transparent;border-radius:1rem;min-height:3.25rem;padding:.45rem .55rem;transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.chart-row-button{width:100%;text-align:left;background:transparent;color:inherit;font:inherit;cursor:pointer}.chart-row.is-interactive:hover,.chart-row.is-interactive:focus-visible{border-color:#5f4d863d;background:#5f4d860d;transform:translateY(-1px)}.chart-row.is-active{border-color:#5f4d864d;background:#5f4d8614;box-shadow:inset 0 0 0 1px #5f4d860f}.chart-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;font-size:.95rem}.chart-label{min-width:0;line-height:1.35}.chart-count{color:var(--primary);justify-self:end;white-space:nowrap}.chart-track{height:.8rem;border-radius:999px;background:#eceaf3;overflow:hidden}.chart-fill{height:100%;border-radius:999px}.chart-fill.is-neighborhood{background:linear-gradient(90deg,#f3cd5e,#c89218)}.chart-fill.is-category,.chart-fill.is-pillar{background:linear-gradient(90deg,#a08ec7,#5f4d86)}.project-table-header{display:flex;justify-content:space-between;gap:.85rem;align-items:flex-end;flex-wrap:wrap}.project-table-header .eyebrow{margin:0}.project-table-header h2{margin:.15rem 0 0;color:var(--primary);font-family:Raleway,Segoe UI,sans-serif;line-height:1.08}.project-table-header .muted-copy{margin:.45rem 0 0}.project-table-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.project-table-controls p,.project-table-pagination p{margin:0;color:var(--ink-soft)}.project-table-filter{min-width:16rem;width:min(100%,22rem)}.project-table-wrap{margin-top:.85rem;min-height:0;flex:1 1 auto;overflow:hidden;border:1px solid var(--line);border-radius:1rem;background:var(--surface)}.project-table-grid{height:100%}.project-table-mobile-list{margin-top:.85rem}.project-table-card{appearance:none;width:100%;border:1px solid var(--line);border-radius:1rem;background:linear-gradient(180deg,#fff,#fbf8ff);color:inherit;font:inherit;text-align:left;padding:.95rem 1rem;display:grid;gap:.5rem;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.project-table-card:hover,.project-table-card:focus-visible{border-color:#5f4d8642;box-shadow:0 16px 32px #27184a14;transform:translateY(-1px)}.project-table-card.is-active{border-color:#5f4d864d;background:linear-gradient(180deg,#faf5ff,#f4ecff);box-shadow:0 18px 36px #5f4d861f}.project-table-card strong{color:var(--primary);font-family:Raleway,Segoe UI,sans-serif;font-size:1.02rem;line-height:1.2}.project-table-card p{margin:0;color:var(--ink-soft)}.project-table-card-location{font-size:.95rem}.project-table-card-topline{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;align-items:center}.project-table-card-status{color:var(--primary);background:#5f4d8614;border:1px solid rgba(95,77,134,.14);border-radius:999px;font-size:.86rem;font-weight:700;line-height:1.2;padding:.35rem .65rem}.project-table-card-grid{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr))}.project-table-card-detail{display:grid;gap:.25rem;padding:.7rem .75rem;border:1px solid rgba(95,77,134,.1);border-radius:.9rem;background:#f3eef98c}.project-table-card-detail span:last-child{color:var(--primary);font-weight:700;line-height:1.35}.project-table-card-footer{display:flex;justify-content:flex-start;align-items:center;min-height:1.5rem}.project-table-card-cta{color:var(--primary);font-size:.92rem;font-weight:800}.project-table-open-button:focus,.project-table-open-button:focus-visible{outline:2px solid var(--accent);outline-offset:.2rem;border-radius:.35rem;box-shadow:0 0 0 3px #e48b5738}.project-table-grid .MuiDataGrid-cell:focus,.project-table-grid .MuiDataGrid-cell:focus-within,.project-table-grid .MuiDataGrid-columnHeader:focus,.project-table-grid .MuiDataGrid-columnHeader:focus-within{outline:none;box-shadow:inset 0 0 0 2px #fabe21f2}.project-table-pagination{display:flex;justify-content:space-between;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:1rem;padding-top:.85rem;padding-bottom:.1rem;border-top:1px solid var(--line);background:linear-gradient(180deg,#ffffffeb,#fff 28%)}.project-table-pagination-controls{align-items:center;flex-wrap:wrap;gap:.6rem}@media(max-width:899px){.project-table-filter{width:100%;min-width:0}.project-table-pagination,.project-table-pagination-controls{gap:.75rem}}.page-intro--hero h1{margin:.2rem 0 0;max-width:52rem}.explorer-command-bar{display:grid;gap:1rem;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);position:relative;z-index:24}.explorer-command-bar h2{margin:.2rem 0 .35rem;color:var(--primary);font-family:Raleway,Segoe UI,sans-serif}.explorer-command-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.explorer-command-actions{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.explorer-command-body{display:grid;gap:1rem}.summary-info-card{display:grid;gap:.25rem;padding:1rem;border:1px solid var(--line);border-radius:1rem;background:#f8fbfd}.summary-info-card h3{color:var(--primary);font-size:1.15rem}.summary-info-card p,.summary-info-list{color:var(--ink-soft);font-size:.94rem}.summary-panel-stack{display:grid;gap:1rem}.summary-info-card.is-soft{background:#f7f3fc}.summary-info-card h3{margin:0}.summary-info-list{margin:0;padding-left:1.15rem;display:grid;gap:.45rem}.quick-filter-row{display:grid;gap:.85rem;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.quick-filter-row .filter-group{margin-top:0}.map-stage{display:grid;gap:1rem;align-items:start}.map-stage-top{display:grid;gap:clamp(.9rem,1.6vw,1.25rem);grid-template-columns:minmax(0,2.15fr) minmax(19rem,.85fr);align-items:stretch}.map-stage-main{display:grid;gap:.9rem;align-content:start;grid-template-rows:auto minmax(0,1fr);min-height:100%}.map-stage-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.area-view-toggle{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}.map-stage-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-start}.map-mode-badge{display:inline-flex;align-items:center;min-height:2.625rem;padding:.5rem .95rem;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-alt);color:var(--primary);font-size:.92rem;font-weight:700}.map-stage-side{display:grid;gap:1rem;align-content:start;min-width:0}.map-stage>.project-table-section{min-width:0}.chart-band.is-stacked{grid-template-columns:1fr}@media(max-width:1100px){.map-stage-top,.chart-band{grid-template-columns:1fr}.map-stage-main{grid-template-rows:auto auto;min-height:auto}.quick-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.explorer-command-bar,.chart-card-header,.map-stage-header,.explorer-command-head{align-items:flex-start;flex-direction:column}.map-stage-toolbar{justify-content:flex-start}.app-header-top{padding-top:.7rem;padding-bottom:.65rem}.app-header-main{padding-top:1rem;padding-bottom:1.15rem}.brand-lockup,.app-header-top{gap:.75rem}.brand-mark{height:5.25rem;max-width:8.5rem}.brand-link{font-size:clamp(1.8rem,9vw,2.4rem)}.brand-subtitle{font-size:.98rem;max-width:none}.app-content{margin-top:1rem}.explorer-command-bar{padding:.95rem}.explorer-command-actions,.project-table-controls{width:100%}.explorer-command-actions{display:grid;gap:.75rem}.explorer-command-actions .MuiButton-root,.project-table-pagination-controls .MuiButton-root{width:100%}.active-chip-row{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:.2rem;scroll-snap-type:x proximity;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.active-chip-row>*{flex:0 0 auto;scroll-snap-align:start}.map-stage-toolbar,.area-view-toggle{width:100%}.area-view-toggle .MuiButton-root{flex:1 1 10rem}.map-stage-toolbar>.MuiButton-root,.project-table-controls p{width:100%}.chart-card{padding:1rem}.chart-row{gap:.45rem;padding:.65rem .7rem}.chart-copy{font-size:.98rem}.chart-track{height:.9rem}.project-table-section{padding:.95rem}.project-table-card{gap:.7rem;padding:1rem}.quick-filter-row,.address-input-row{grid-template-columns:1fr}}@media(max-width:540px){.project-table-card-grid{grid-template-columns:1fr}}.admin-grid-shell{--ag-background-color: var(--surface);--ag-foreground-color: var(--ink);--ag-font-family: "Nunito Sans", "Segoe UI", sans-serif;--ag-font-size: .96rem;--ag-border-color: var(--line);--ag-row-border-color: var(--line);--ag-header-background-color: var(--surface);--ag-header-foreground-color: var(--primary);--ag-header-column-separator-color: transparent;--ag-header-column-resize-handle-color: rgba(47, 28, 61, .18);--ag-odd-row-background-color: #fbfdff;--ag-row-hover-color: #fcfbff;--ag-selected-row-background-color: rgba(112, 85, 176, .1);--ag-checkbox-checked-color: var(--primary);--ag-input-focus-border-color: var(--accent);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.admin-grid-shell .ag-root-wrapper{border:0}.admin-grid-shell .ag-header{border-bottom:1px solid var(--line)}.admin-grid-shell .ag-header-cell-text{font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-grid-shell .ag-cell{display:flex;align-items:center}.admin-grid-shell .ag-cell-inline-editing{border-radius:.55rem;box-shadow:inset 0 0 0 2px #fabe2173}.admin-grid-shell .ag-selection-checkbox{display:flex;justify-content:center}.admin-grid-shell .ag-large-text-input{font:inherit}.admin-grid-cell{color:var(--ink)}.admin-grid-cell--strong{color:var(--primary);font-weight:800}.admin-grid-cell--editable{cursor:text}.admin-grid-row--active .ag-cell{background:#7055b014}.admin-grid-action{border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:var(--primary);cursor:pointer;font-weight:700;padding:.45rem .95rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.admin-grid-action:hover{border-color:#2f1c3d47;box-shadow:0 6px 16px #190e2114}.admin-grid-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.admin-bulk-bar{background:linear-gradient(180deg,#fabe211f,#fabe210a);border:1px solid rgba(250,190,33,.4);border-radius:var(--radius-md);padding:1rem 1.1rem}.admin-history-chip{border-radius:999px;font-weight:700}.admin-history-chip--create{background:#5ba46924;color:#295c33}.admin-history-chip--update,.admin-history-chip--bulk_update{background:#7055b024;color:var(--primary)}.admin-history-chip--delete,.admin-history-chip--bulk_delete{background:#ba3f4f1f;color:#7a2632}.admin-history-chip--refresh{background:#2f1c3d1a;color:var(--primary)}.admin-history-record{border:1px solid var(--line);border-radius:.85rem;padding:.8rem .95rem;background:#fcfdff}
