:root{--scrollbar-track: rgba(0, 0, 0, .06);--scrollbar-thumb: rgba(0, 0, 0, .28);--scrollbar-thumb-hover: rgba(0, 0, 0, .4);--keystone-bg-pattern: radial-gradient(circle at 50% 0%, rgba(78, 116, 255, .14), transparent 55%), radial-gradient(circle at 60% 12%, rgba(0, 170, 255, .1), transparent 50%);--keystone-bg-overlay: rgba(255, 255, 255, .65);--keystone-grid-color: rgba(17, 24, 39, .08);--keystone-panel-ring: rgba(0, 0, 0, .06);--keystone-card-shadow: 0 10px 20px rgba(20, 30, 50, .12);--keystone-card-shadow-hover: 0 14px 28px rgba(20, 30, 50, .2);--keystone-chip-glow: 0 0 0 1px rgba(60, 90, 160, .2);--keystone-primary-glow: 0 8px 18px rgba(58, 108, 255, .22);--keystone-skeleton: linear-gradient(90deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .08), rgba(0, 0, 0, .04))}.theme-dark{--scrollbar-track: rgba(255, 255, 255, .08);--scrollbar-thumb: rgba(255, 255, 255, .22);--scrollbar-thumb-hover: rgba(255, 255, 255, .32);--keystone-bg-pattern: radial-gradient(circle at 50% 0%, rgba(64, 128, 255, .16), transparent 55%), radial-gradient(circle at 60% 10%, rgba(88, 200, 255, .1), transparent 50%);--keystone-bg-overlay: rgba(12, 16, 24, .65);--keystone-grid-color: rgba(255, 255, 255, .05);--keystone-panel-ring: rgba(255, 255, 255, .08);--keystone-card-shadow: 0 10px 20px rgba(0, 0, 0, .45);--keystone-card-shadow-hover: 0 16px 30px rgba(0, 0, 0, .55);--keystone-chip-glow: 0 0 0 1px rgba(255, 255, 255, .12);--keystone-primary-glow: 0 8px 18px rgba(56, 120, 255, .25);--keystone-skeleton: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .12), rgba(255, 255, 255, .06))}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:8px;border:2px solid var(--scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:transparent}.keystone-layout{position:relative;isolation:isolate}.keystone-layout>*{position:relative;z-index:1}.keystone-main{background-image:none}.keystone-surface{position:relative;overflow:hidden}.keystone-surface:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid var(--keystone-panel-ring);pointer-events:none}.keystone-surface .ant-card{box-shadow:var(--keystone-card-shadow)}.keystone-surface .ant-tag{box-shadow:var(--keystone-chip-glow)}.keystone-surface .ant-btn{transition:box-shadow .16s ease,transform .16s ease}.keystone-surface .ant-btn:hover{transform:translateY(-1px);box-shadow:var(--keystone-card-shadow-hover)}.keystone-surface .ant-btn-primary:not(:disabled):not(.ant-btn-disabled){box-shadow:var(--keystone-primary-glow)}.keystone-surface .ant-btn:disabled,.keystone-surface .ant-btn.ant-btn-disabled{box-shadow:none;transform:none}.keystone-surface .ant-skeleton-element .ant-skeleton-avatar,.keystone-surface .ant-skeleton-element .ant-skeleton-button,.keystone-surface .ant-skeleton-element .ant-skeleton-input,.keystone-surface .ant-skeleton-element .ant-skeleton-image{background:var(--keystone-skeleton);background-size:280% 100%;animation:keystone-shimmer 1.6s ease-in-out infinite}.keystone-card-accent{position:relative;overflow:hidden}.keystone-card-accent:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,rgba(64,120,255,.9),rgba(96,200,255,.6),transparent);opacity:.7}.keystone-section-title{display:flex;flex-direction:column;gap:4px}.keystone-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#6b7280e6}.theme-dark .keystone-eyebrow{color:#d1d5dbb3}.keystone-empty{padding:24px 12px;text-align:center;color:#6b7280cc}.keystone-empty:before{content:"";display:block;width:48px;height:6px;margin:0 auto 12px;border-radius:999px;background:linear-gradient(90deg,#4078ff99,#60c8ff4d)}.keystone-rich-editor{border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff}.theme-dark .keystone-rich-editor{border-color:#ffffff1f;background:#11182780}.keystone-rich-editor__toolbar{padding:8px;border-bottom:1px solid rgba(0,0,0,.08)}.theme-dark .keystone-rich-editor__toolbar{border-bottom-color:#ffffff1f}.keystone-rich-editor__content{padding:12px 12px 10px}.keystone-rich-editor__prose{min-height:160px;font-size:14px;line-height:1.6;outline:none}.keystone-rich-editor__prose p{margin:0 0 .75em}.keystone-rich-editor__prose p:last-child{margin-bottom:0}.keystone-rich-editor__prose ul,.keystone-rich-editor__prose ol{padding-left:1.2em;margin:0 0 .75em}.keystone-rich-editor__prose a{color:inherit;text-decoration:underline}.keystone-richtext{line-height:1.65}.keystone-richtext p{margin:0 0 .75em}.keystone-richtext p:last-child{margin-bottom:0}.keystone-richtext ul,.keystone-richtext ol{padding-left:1.2em;margin:0 0 .75em}@keyframes keystone-shimmer{0%{background-position:180% 0}to{background-position:-120% 0}}.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}*:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:2px}.ant-btn:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:2px}.ant-btn:focus:not(:focus-visible){outline:none;box-shadow:none}.ant-input:focus-visible,.ant-input-affix-wrapper:focus-visible,.ant-select-selector:focus-visible,.ant-picker:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:1px}a:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:2px;border-radius:2px}.ant-menu-item:focus-visible,.ant-menu-submenu-title:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:-2px}.ant-switch:focus-visible{outline:2px solid var(--keystone-focus-ring, #4f8fff);outline-offset:2px}:root{--keystone-focus-ring: #4f8fff}.theme-dark{--keystone-focus-ring: #6ea8fe}.skip-link{position:absolute;top:-100px;left:0;background:var(--keystone-focus-ring, #4f8fff);color:#fff;padding:8px 16px;z-index:10000;text-decoration:none;font-weight:600}.skip-link:focus{top:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.estimate-readonly [disabled],.estimate-readonly [class*=-disabled],.estimate-readonly [class*=-disabled] *{color:inherit!important;-webkit-text-fill-color:unset!important;opacity:1!important;cursor:default!important}.estimate-readonly [class*=-disabled],.estimate-readonly [disabled]{background:transparent!important;border-color:#00000014!important}.theme-dark .estimate-readonly [class*=-disabled],.theme-dark .estimate-readonly [disabled]{border-color:#ffffff1f!important}@media (max-width: 767px){.keystone-pagination-stacked{display:flex;flex-wrap:wrap;justify-content:center;row-gap:8px}.keystone-pagination-stacked>.ant-pagination-total-text{flex:1 1 100%;text-align:center;margin-right:0}.ant-card-head-title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.ant-notification{inset-inline-start:16px!important;inset-inline-end:16px!important;width:auto!important}}
