@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400..700,0..1,0&display=block";.dashboard-workspace{color:#25324a;background:#f7f8fb;grid-template-columns:minmax(210px,260px) minmax(0,1fr);min-height:100%;display:grid}.dashboard-workspace button{cursor:pointer;font:inherit;border:0;border-radius:8px}.dashboard-workspace button:focus-visible,.dashboard-workspace input:focus-visible,.dashboard-workspace textarea:focus-visible{outline-offset:2px;outline:3px solid #2d76ff57}.dashboard-workspace button:disabled{cursor:not-allowed;opacity:.62}.dashboard-workspace__list{background:#fff;border-right:1px solid #e7ebf2;padding:20px 14px}.dashboard-workspace__list-heading,.dashboard-workspace__canvas-header,.dashboard-workspace__dialog-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-workspace__list h1,.dashboard-workspace__canvas h2,.dashboard-workspace__blank h2,.dashboard-workspace__blank h3,.dashboard-workspace__dialog h2{color:#25324a;margin:2px 0 0}.dashboard-workspace__list h1{font-size:19px}.dashboard-workspace__eyebrow{color:#6b778c;letter-spacing:.05em;font-size:12px;font-weight:600}.dashboard-workspace__primary{color:#fff;background:#276ef1;padding:9px 13px}.dashboard-workspace__primary:hover{background:#155edc}.dashboard-workspace__items{gap:4px;margin-top:18px;display:grid}.dashboard-workspace__items button{color:#45556e;text-align:left;background:0 0;width:100%;padding:10px 11px}.dashboard-workspace__list-item{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid;position:relative}.dashboard-workspace__list-item>button{min-width:0}.dashboard-workspace__list-more{min-height:36px;font-size:12px;width:auto!important;padding:7px 8px!important}.dashboard-workspace__list-menu{z-index:12;background:#fff;border:1px solid #dbe2ec;border-radius:8px;width:138px;padding:4px;position:absolute;top:calc(100% - 2px);right:0;box-shadow:0 8px 20px #23354f24}.dashboard-workspace__list-menu button{min-height:34px;font-size:13px;padding:8px!important}.dashboard-workspace__list-menu .dashboard-workspace__danger-link{color:#b12727}.dashboard-workspace__items button:hover{background:#f0f4fb}.dashboard-workspace__items button.is-selected{color:#155edc;background:#eaf2ff;font-weight:650}.dashboard-workspace__status,.dashboard-workspace__empty-list{color:#6b778c;margin:22px 4px;line-height:1.6}.dashboard-workspace__loading{color:#66748b;gap:12px;display:grid}.dashboard-workspace__loading--list{margin:20px 4px}.dashboard-workspace__loading-copy{align-items:center;gap:8px;min-height:20px;font-size:13px;line-height:1.5;display:inline-flex}.dashboard-workspace__loading-dot{background:#3164e0;border-radius:50%;flex:none;width:8px;height:8px;animation:1.2s ease-in-out infinite dashboard-loading-pulse}.dashboard-workspace__loading-list{gap:7px;display:grid}.dashboard-workspace__loading-row{background:linear-gradient(90deg,#f1f4f9 25%,#fbfcfe 45%,#f1f4f9 65%) 0 0/240% 100%;border:1px solid #edf1f7;border-radius:8px;height:38px;animation:1.6s ease-in-out infinite dashboard-loading-shimmer;display:block}.dashboard-workspace__loading-row:nth-child(2){width:88%}.dashboard-workspace__loading-row:nth-child(3){width:94%}.dashboard-workspace__loading-row:nth-child(4){width:76%}.dashboard-workspace__loading--detail{max-width:920px;margin:18px auto}.dashboard-workspace__loading-detail{gap:14px;display:grid}.dashboard-workspace__skeleton{background:linear-gradient(90deg,#eef2f7 25%,#fafcff 45%,#eef2f7 65%) 0 0/240% 100%;border-radius:8px;animation:1.6s ease-in-out infinite dashboard-loading-shimmer;display:block}.dashboard-workspace__loading-heading{width:min(300px,46%);height:28px}.dashboard-workspace__loading-subheading{width:min(430px,66%);height:14px}.dashboard-workspace__loading-toolbar{flex-wrap:wrap;gap:8px;display:flex}.dashboard-workspace__loading-pill{width:76px;height:32px}.dashboard-workspace__loading-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;display:grid}.dashboard-workspace__loading-card{border:1px solid #edf1f7;grid-column:span 4;min-height:156px}@keyframes dashboard-loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes dashboard-loading-pulse{0%,to{opacity:.45;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.dashboard-workspace__skeleton,.dashboard-workspace__loading-row,.dashboard-workspace__loading-dot{animation:none}}.dashboard-workspace__canvas{min-width:0;padding:clamp(20px,4vw,46px)}.dashboard-workspace__canvas-header{border-bottom:1px solid #e7ebf2;align-items:flex-start;padding-bottom:22px}.dashboard-workspace__canvas-header h2{font-size:clamp(24px,3vw,32px)}.dashboard-workspace__canvas-header p{color:#66748b;max-width:670px;margin:8px 0 0;line-height:1.6}.dashboard-workspace__actions{flex-wrap:wrap;gap:8px;display:flex}.dashboard-workspace__actions button{color:#465770;background:#fff;border:1px solid #dbe2ec;padding:8px 10px}.dashboard-workspace__actions .dashboard-workspace__danger-link{color:#c73737}.dashboard-workspace__blank{text-align:center;background:#fff;border:1px dashed #cfd8e6;border-radius:14px;justify-items:center;max-width:740px;margin:68px auto;padding:44px 24px;display:grid}.dashboard-workspace__blank--canvas{margin-top:42px}.dashboard-workspace__blank p{color:#6b778c;margin:10px 0 22px}.dashboard-workspace__error{color:#9d2f2f;background:#fff4f4;border:1px solid #f0c7c7;border-left:4px solid #d64545;border-radius:10px;max-width:520px;margin:26px auto;padding:14px 17px 14px 45px;font-size:13px;line-height:1.5;position:relative;box-shadow:0 4px 14px #b436360f}.dashboard-workspace__error:before{content:"!";color:#fff;background:#d64545;border-radius:50%;place-items:center;width:20px;height:20px;margin-left:-31px;font-size:13px;font-weight:700;display:grid;position:absolute}.dashboard-config-issues{max-width:760px;margin-top:16px;padding-top:16px;padding-bottom:16px}.dashboard-config-issues>strong{color:#8f2929;font-size:14px;display:block}.dashboard-config-issues ul{gap:7px;margin:12px 0 0;padding-left:20px;display:grid}.dashboard-config-issues li::marker{color:#d64545}.dashboard-config-issues button{color:#a52f2f;text-align:left;cursor:pointer;background:#fff;border:1px solid #efb8b8;border-radius:8px;width:100%;padding:8px 10px;font-size:13px}.dashboard-config-issues button:hover{background:snow;border-color:#d97878}.dashboard-workspace__leave-notice{color:#915d13;background:#fff8e9;border:1px solid #efd6ac;border-radius:9px;margin:0 0 14px;padding:9px 11px;font-size:13px}.dashboard-workspace__error p,.dashboard-workspace__inline-error{margin:0 0 10px}.dashboard-workspace__error button{color:#9d2f2f;background:#fff;border:1px solid #e5aaaa;padding:7px 10px}.dashboard-workspace__backdrop{z-index:40;background:#1520336b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.dashboard-workspace__dialog{background:#fff;border-radius:14px;width:min(460px,100%);padding:24px;box-shadow:0 18px 44px #14233738}.dashboard-workspace__dialog label{color:#40506a;gap:7px;margin-top:18px;font-size:14px;font-weight:600;display:grid}.dashboard-workspace__dialog input,.dashboard-workspace__dialog textarea{box-sizing:border-box;color:#25324a;width:100%;font:inherit;resize:vertical;border:1px solid #cfd8e6;border-radius:8px;padding:10px 11px}.dashboard-workspace__dialog textarea{min-height:88px}.dashboard-workspace__dialog-actions{justify-content:flex-end;margin-top:22px}.dashboard-workspace__dialog-actions>button:not(.dashboard-workspace__primary):not(.dashboard-workspace__danger){color:#485973;background:#f2f5f9;padding:9px 13px}.dashboard-workspace__danger{color:#fff;background:#c73737;padding:9px 13px}.dashboard-workspace__danger:hover{background:#ad2929}.dashboard-workspace__inline-error{color:#b12727;margin-top:14px;line-height:1.5}body.dashboard-focus-mode>.shell>header,body.dashboard-focus-mode .body>.apps,body.dashboard-focus-mode .body>.workspace-sidebar,body.dashboard-focus-mode .mobile-workspace-nav{display:none}body.dashboard-focus-mode .body,.dashboard-workspace.is-focus{grid-template-columns:minmax(0,1fr)}.dashboard-workspace.is-focus .dashboard-workspace__list,.dashboard-workspace.is-focus .dashboard-workspace__actions--detail{display:none}@media (width<=760px){.dashboard-workspace{grid-template-columns:1fr}.dashboard-workspace__list{border-bottom:1px solid #e7ebf2;border-right:0}.dashboard-workspace__items{margin-top:14px;display:flex;overflow-x:auto}.dashboard-workspace__items button{white-space:nowrap;flex:none;width:auto}.dashboard-workspace__canvas{padding:24px 16px}.dashboard-workspace__canvas-header{display:grid}.dashboard-workspace__actions{width:100%}.dashboard-workspace__actions button{flex:1}}.dashboard-canvas{min-width:0}.dashboard-canvas__toolbar{grid-template-rows:48px 60px;align-items:center;height:108px;min-height:108px;margin:0 calc(-1*clamp(20px,4vw,46px));padding:0 20px;display:grid}.dashboard-canvas__toolbar>div:first-child{grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:0;min-width:0;height:48px;display:grid}.dashboard-canvas__toolbar .dashboard-workspace__eyebrow{color:#285bd5;letter-spacing:0;border-bottom:2px solid #3164e0;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.dashboard-canvas__toolbar .dashboard-workspace__eyebrow:before{content:"▦";font-size:14px}.dashboard-canvas__toolbar h2{color:#9aa5b5;text-overflow:ellipsis;white-space:nowrap;grid-column:3;align-self:center;min-width:0;margin:0;font-size:12px;font-weight:400;overflow:hidden}.dashboard-canvas__toolbar p{display:none}.dashboard-canvas__actions,.dashboard-canvas__editor,.dashboard-config__buttons{flex-wrap:wrap;gap:8px;display:flex}.dashboard-canvas__actions{border-top:1px solid #e7ebf2;grid-row:2;justify-content:flex-start;align-items:center;min-width:0;min-height:60px;padding:0 20px;justify-content:flex-start!important}.dashboard-canvas__actions button,.dashboard-canvas__editor>button,.dashboard-config__buttons>button{color:#41516a;background:#fff;border:1px solid #dce4ef;border-radius:7px;min-height:32px;padding:0 10px;font-size:12px}.dashboard-canvas__actions button:hover{color:#2f61df;background:#f5f8ff;border-color:#a9c0ef}.dashboard-canvas__actions>button{width:auto;flex:none!important}.dashboard-canvas__actions>button:last-child{color:#fff;background:#3164e0;border-color:#3164e0;font-weight:600}.dashboard-refresh-status{color:#66748b;white-space:nowrap;align-self:center;margin-right:12px;font-size:12px}.dashboard-refresh-select{color:#53647c;align-items:center;gap:7px;font-size:13px;font-weight:600;display:inline-flex}.dashboard-refresh-select select{color:#40516b;background:#fff;border:1px solid #cfd8e6;border-radius:7px;padding:7px 8px}.dashboard-date-range{align-items:center;gap:4px;display:inline-flex;position:relative}.dashboard-date-range>button{white-space:nowrap}.dashboard-date-range__panel{z-index:20;color:#40516b;background:#fff;border:1px solid #dbe2ec;border-radius:10px;gap:10px;width:min(330px,100vw - 32px);padding:14px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 12px 30px #23354f29}.dashboard-date-range__panel label{gap:5px;font-size:13px;font-weight:600;display:grid}.dashboard-date-range__panel input{box-sizing:border-box;color:#25324a;width:100%;font:inherit;border:1px solid #cfd8e6;border-radius:7px;padding:8px 9px}.dashboard-date-range__quick,.dashboard-date-range__actions{flex-wrap:wrap;gap:6px;display:flex}.dashboard-date-range__quick button,.dashboard-date-range__actions button{color:#40516b;background:#f5f7fa;border:1px solid #dbe2ec;min-height:34px;padding:6px 8px}.dashboard-date-range__quick button.is-selected{color:#155edc;background:#eaf2ff;border-color:#a9c7f8}.dashboard-date-range__panel small{color:#71809a;font-size:12px}.dashboard-refresh-notice{color:#915d13;background:#fff8e9;border:1px solid #efd6ac;border-radius:9px;flex-wrap:wrap;align-items:center;gap:9px;margin-top:14px;padding:9px 11px;font-size:13px;display:flex}.dashboard-refresh-notice button{color:#7f530e;background:#fff;border:1px solid #e8c98e;padding:4px 7px}.dashboard-canvas__editor{z-index:6;background:#f7f8fb;align-items:center;margin:18px 0;padding:8px 0;position:sticky;top:8px}.dashboard-library{z-index:7;background:#fff;border:1px solid #dbe2ec;border-radius:12px;width:min(440px,100vw - 42px);padding:12px;position:absolute;top:48px;left:0;box-shadow:0 12px 30px #23354f29}.dashboard-library-backdrop{z-index:6;background:#23354f14;position:fixed;inset:0}.dashboard-library section{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.dashboard-library h4{color:#627089;grid-column:1/-1;margin:0;font-size:12px}.dashboard-library input,.dashboard-config input,.dashboard-config select{box-sizing:border-box;color:#25324a;width:100%;font:inherit;background:#fff;border:1px solid #cfd8e6;border-radius:7px;padding:8px 9px}.dashboard-library input,.dashboard-library p{grid-column:1/-1;margin:0}.dashboard-library button{color:#34435a;text-align:left;background:#f8faff;border:1px solid #e0e7f1;gap:4px;padding:11px;display:grid}.dashboard-library button span{color:#6b778c;font-size:12px}.dashboard-filter-status{color:#2358af;background:#edf4ff;border:1px solid #cdddf7;border-radius:9px;flex-wrap:wrap;align-items:center;gap:9px;margin-top:14px;padding:9px 11px;font-size:13px;display:flex}.dashboard-filter-status button{color:#2358af;background:#fff;border:1px solid #bcd0f3;padding:4px 7px}.dashboard-library button small{color:#276ef1;font-size:11px;font-weight:700}.dashboard-config{background:#fff;border:1px solid #dbe2ec;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;padding:16px;display:grid}.dashboard-config h3,.dashboard-config__filter,.dashboard-config__buttons{grid-column:1/-1;margin:0}.dashboard-config label{color:#465770;gap:6px;font-size:13px;font-weight:600;display:grid}.dashboard-config__filter{color:#53647c;border:0;border-top:1px solid #e8edf4;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 0 0;font-size:13px;display:flex}.dashboard-config__filter legend{padding:0;font-weight:600}.dashboard-config__filter select,.dashboard-config__filter input{width:min(230px,100%)}.dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:52px;gap:12px;padding:6px 0 32px;display:grid}.dashboard-grid.is-interacting{background-image:linear-gradient(90deg,#276ef10d 1px,#0000 1px),linear-gradient(#276ef10d 1px,#0000 1px);background-size:8.33333% 64px;border-radius:13px}.dashboard-card{background:#fff;border:1px solid #e0e7f1;border-radius:13px;min-width:0;height:auto;min-height:0;padding:18px;position:relative;overflow:hidden;box-shadow:0 3px 12px #273a580a;container-type:inline-size}.dashboard-card.is-dragging{z-index:3;opacity:.72;border-style:dashed;border-color:#5d94f4;box-shadow:0 12px 26px #276ef12e}.dashboard-card.is-selected{border-color:#5d94f4;outline:3px solid #276ef13d}.dashboard-card>header{color:#34435a;justify-content:space-between;align-items:center;gap:10px;height:auto;min-height:28px;margin-bottom:16px;padding:0;display:flex}.dashboard-card>header strong{flex:auto;min-width:0}.dashboard-card>header span{color:#71809a;white-space:nowrap;flex:none;font-size:12px}.dashboard-card__status{white-space:nowrap;margin-left:auto}.dashboard-card__more{z-index:2;color:#40516b;background:#f5f7fa;border:1px solid #dbe2ec;border-radius:6px;padding:4px 7px;font-size:12px;position:relative}.dashboard-card__menu{z-index:14;background:#fff;border:1px solid #dbe2ec;border-radius:8px;min-width:116px;padding:4px;display:grid;position:absolute;top:42px;right:12px;box-shadow:0 8px 20px #23354f24}.dashboard-card__menu[hidden]{display:none}.dashboard-card__menu button{color:#40516b;text-align:left;background:0 0;border:0;border-radius:5px;min-height:34px;padding:7px 8px}.dashboard-card__menu button:hover{background:#f0f4fb}.dashboard-card__description{color:#71809a;white-space:pre-wrap;margin:-7px 0 14px;font-size:13px;line-height:1.5}.dashboard-card__empty{color:#71809a;margin:24px 0}.dashboard-card__loading{color:#71809a;margin:0 0 10px;font-size:13px}.dashboard-card__drag-handle,.dashboard-card__resize-handle{color:#6b778c;background:#f3f6fb;border:1px solid #dbe4f0;place-items:center;display:grid}.dashboard-card__drag-handle{cursor:grab;flex:none;width:26px;height:25px}.dashboard-card__resize-handle{cursor:nwse-resize;width:24px;height:24px;position:absolute;bottom:8px;right:8px}.dashboard-card__drag-handle:active{cursor:grabbing}.dashboard-card--text{grid-template-rows:auto minmax(0,1fr);display:grid}.dashboard-card--text-plain{box-shadow:none;background:0 0;border-color:#0000}.dashboard-text{color:#4a5a70;white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.7;overflow:auto}.dashboard-text--left{text-align:left}.dashboard-text--center{text-align:center}.dashboard-text--right{text-align:right}.dashboard-config textarea{box-sizing:border-box;color:#25324a;width:100%;min-height:110px;font:inherit;resize:vertical;border:1px solid #cfd8e6;border-radius:7px;padding:8px 9px;line-height:1.5}.dashboard-config__text-body{grid-column:1/-1}.dashboard-metric{gap:8px;padding:26px 4px;display:grid}.dashboard-metric strong{color:#1e4ea4;font-size:clamp(30px,4vw,44px)}.dashboard-metric span{color:#71809a}.dashboard-bars{border-bottom:1px solid #dbe2ec;align-items:end;gap:12px;min-height:145px;padding-top:12px;display:flex}.dashboard-bars>div{color:#66748b;text-align:center;flex:1;grid-template-rows:1fr auto auto;align-items:end;gap:4px;min-width:42px;height:145px;font-size:12px;display:grid}.dashboard-bars i{background:linear-gradient(#65a4ff,#276ef1);border-radius:6px 6px 0 0;width:100%;min-height:5px}.dashboard-bars--line i{background:#17a374;border-radius:999px;box-shadow:0 -12px #8bd7c0,12px -25px #17a374;height:5px!important}.dashboard-bars b{color:#34435a;font-weight:600}.dashboard-bar-chart{gap:8px;display:grid}.dashboard-bar-chart__body{grid-template-columns:minmax(0,1fr);display:grid}.dashboard-bars__legend,.dashboard-axis-title{color:#66748b;font-size:12px}.dashboard-axis-title{justify-self:center}.dashboard-axis-title--y{justify-self:start;margin-bottom:3px}.dashboard-pie{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.dashboard-pie span{color:#485973;align-items:center;gap:8px;font-size:13px;display:flex}.dashboard-pie span:before{content:"";background:conic-gradient(#276ef1 var(--size), #e3ecfb 0);border-radius:50%;flex:none;width:14px;height:14px}.dashboard-table-wrap{overflow:auto}.dashboard-table-wrap table{border-collapse:collapse;color:#485973;width:100%;font-size:13px}.dashboard-table-wrap th,.dashboard-table-wrap td{text-align:left;border-bottom:1px solid #edf0f5;padding:9px}.dashboard-workspace__actions--detail{justify-content:flex-end;margin-top:10px}.dashboard-canvas__quick-add{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.dashboard-canvas__quick-add button{color:#276ef1;background:#edf4ff;border:1px solid #cdddf7;padding:8px 10px}.dashboard-progress{gap:10px;padding:22px 4px;display:grid}.dashboard-progress strong{color:var(--yt-primary,#1e4ea4);font-size:clamp(22px,3vw,32px)}.dashboard-progress i{background:var(--yt-primary-soft,#e7edf7);border-radius:999px;height:12px;display:block;overflow:hidden}.dashboard-progress i b{border-radius:inherit;background:var(--yt-primary,#276ef1);height:100%;display:block}.dashboard-progress span{color:var(--yt-muted,#66748b);font-weight:650}.dashboard-ranking{color:#485973;gap:8px;margin:0;padding-left:29px;display:grid}.dashboard-ranking li{border-bottom:1px solid #edf0f5;justify-content:space-between;gap:12px;padding:7px 0;display:flex}.dashboard-ranking li span,.dashboard-card>header strong,.dashboard-table-wrap td:first-child,.dashboard-bars span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-ranking b{color:#1e4ea4}.dashboard-slicer{color:#485973;gap:9px;font-size:13px;display:grid}.dashboard-slicer__actions{gap:8px;display:flex}.dashboard-slicer__actions button{color:#276ef1;background:#edf4ff;border:1px solid #cdddf7;padding:6px 8px}.dashboard-slicer__panel{background:#fff;border:1px solid #cdddf7;border-radius:8px;gap:8px;padding:8px;display:grid}.dashboard-slicer__panel>button{color:#276ef1;background:#edf4ff;border:1px solid #cdddf7;border-radius:6px;justify-self:start;padding:5px 8px}.dashboard-slicer>input{box-sizing:border-box;color:#25324a;width:100%;font:inherit;border:1px solid #cfd8e6;border-radius:7px;padding:8px 9px}.dashboard-slicer__options{border:1px solid #e3e9f2;border-radius:8px;max-height:156px;display:grid;overflow:auto}.dashboard-slicer__options label{border-bottom:1px solid #edf0f5;align-items:center;gap:7px;min-width:0;padding:7px 9px;display:flex}.dashboard-slicer__options label:last-child{border-bottom:0}.dashboard-slicer__options span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-slicer small{color:#71809a}.dashboard-config__group{border:1px solid #e3e9f2;border-radius:9px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:12px;display:grid}.dashboard-config__group legend{color:#53647c;padding:0 4px;font-size:13px;font-weight:700}.dashboard-config__group label{min-width:0}.dashboard-config__subgroup{border:1px solid #edf0f5;border-radius:8px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:12px;display:grid}.dashboard-config__subgroup legend{color:#627089;padding:0 4px;font-size:12px;font-weight:700}.dashboard-config__subgroup label{min-width:0}.dashboard-config__description{grid-column:1/-1}.dashboard-config__check{align-items:center;gap:8px;padding-top:24px;display:flex!important}.dashboard-config__check input{width:auto}.dashboard-config__group input:disabled{color:#66748b;background:#f5f7fa}.dashboard-config__buttons{z-index:2;background:#fff;border-top:1px solid #e8edf4;padding-top:12px;position:sticky;bottom:8px}.dashboard-config__buttons>button:last-child{margin-left:auto}.dashboard-config__hint,.dashboard-card__notice{color:#71809a;font-size:12px;line-height:1.5}.dashboard-config__hint{grid-column:1/-1;margin:0}.dashboard-card__notice{margin-top:12px;display:block}.dashboard-combo{gap:10px;display:grid}.dashboard-combo__legend{color:#52627b;flex-wrap:wrap;gap:14px;font-size:12px;display:flex}.dashboard-combo__legend span{align-items:center;gap:6px;display:inline-flex}.dashboard-combo__legend i{width:16px;height:8px;display:inline-block}.dashboard-combo__bar-key{background:#4a8cf5;border-radius:3px}.dashboard-combo__line-key{background:#ef8b31;border-radius:999px;height:3px!important}.dashboard-combo__plot{border-bottom:1px solid #dbe2ec;align-items:end;gap:10px;min-height:176px;padding:8px 0 0;display:flex;overflow:auto hidden}.dashboard-combo__item{color:#66748b;text-align:center;flex:1 0 48px;grid-template-rows:1fr auto;align-items:end;min-height:160px;font-size:12px;display:grid;position:relative}.dashboard-combo__item>i{background:linear-gradient(#72aafa,#3477df);border-radius:5px 5px 0 0;justify-self:center;width:66%;min-height:3px}.dashboard-combo__item>i.is-negative{background:linear-gradient(#f1a4a4,#d75c5c)}.dashboard-combo__item>b{background:#ef8b31;border:3px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #ef8b31}.dashboard-combo__item>b.is-negative{background:#bd5bd4;box-shadow:0 0 0 1px #bd5bd4}.dashboard-combo__item>span{text-overflow:ellipsis;white-space:nowrap;padding-top:6px;display:block;overflow:hidden}.dashboard-pivot-wrap{border:1px solid #e1e8f1;border-radius:9px;max-width:100%;overflow:auto}.dashboard-pivot{border-collapse:collapse;color:#485973;width:100%;min-width:max-content;font-size:13px}.dashboard-pivot th,.dashboard-pivot td{text-align:right;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #edf0f5;max-width:180px;padding:9px 12px;overflow:hidden}.dashboard-pivot th{color:#40516b;text-align:right;z-index:1;background:#f7f9fc;position:sticky;top:0}.dashboard-pivot th:first-child,.dashboard-pivot td:first-child{text-align:left;z-index:1;background:#fff;min-width:120px;position:sticky;left:0}.dashboard-pivot thead th:first-child{z-index:2;background:#f7f9fc}.dashboard-pivot tfoot{color:#1e4ea4;background:#edf4ff;font-weight:700}.dashboard-pivot tfoot th,.dashboard-pivot tfoot td{background:#edf4ff}@media (width<=760px){.dashboard-canvas__toolbar{display:grid}.dashboard-canvas__actions{width:100%}.dashboard-canvas__actions button{flex:1}.dashboard-library section,.dashboard-config,.dashboard-config__subgroup{grid-template-columns:1fr}.dashboard-config__check{padding-top:0}.dashboard-grid{grid-template-columns:1fr;grid-auto-rows:auto;display:grid}.dashboard-grid .dashboard-card{min-height:210px;grid-area:auto/1!important}.dashboard-card__drag-handle,.dashboard-card__resize-handle{display:none}.dashboard-workspace__loading-card{grid-column:span 6;min-height:132px}}@media (width<=480px){.dashboard-workspace__loading-card{grid-column:1/-1}}@media (width<=760px){.dashboard-refresh-status{width:100%}.dashboard-refresh-select{justify-content:space-between;width:100%}.dashboard-refresh-select select{flex:1}}.dashboard-card__details{color:#276ef1;background:#f3f7ff;border:1px solid #cdddf7;border-radius:6px;margin-left:auto;padding:4px 7px;font-size:12px}@container (width<=280px){.dashboard-card>header{flex-wrap:wrap;justify-content:flex-start;gap:6px}.dashboard-card>header strong{flex:calc(100% - 48px)}.dashboard-card>header .dashboard-card__status{flex:0 0 100%;order:5;margin-left:0}.dashboard-card>header .dashboard-card__details{order:6;margin-left:0}.dashboard-card>header .dashboard-card__more{order:7;margin-left:auto}}.dashboard-detail-backdrop{z-index:30;background:#1a273a3d;justify-content:flex-end;display:flex;position:fixed;inset:0}.dashboard-detail-drawer{color:#35445e;background:#fff;width:min(460px,100%);height:100%;padding:22px;overflow:auto;box-shadow:-12px 0 34px #172a462e}.dashboard-detail-drawer header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:20px;display:flex}.dashboard-detail-drawer h3{color:#26364e;margin:4px 0 0}.dashboard-detail-drawer header span,.dashboard-detail-drawer small{color:#71809a;font-size:12px}.dashboard-detail-drawer dl{gap:10px;margin:0 0 18px;display:grid}.dashboard-detail-drawer dl>div{border-bottom:1px solid #edf0f5;grid-template-columns:96px 1fr;gap:10px;padding-bottom:9px;display:grid}.dashboard-detail-drawer dt{color:#71809a}.dashboard-detail-drawer dd{overflow-wrap:anywhere;min-width:0;margin:0}.dashboard-detail-drawer__body{border:1px solid #e1e8f1;border-radius:8px;margin-bottom:14px;overflow:auto}.dashboard-detail-drawer__body>strong,.dashboard-detail-drawer__body>p{text-align:center;padding:18px;display:block}.dashboard-detail-drawer__body table{border-collapse:collapse;width:100%}.dashboard-detail-drawer__body th,.dashboard-detail-drawer__body td{text-align:right;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #edf0f5;max-width:210px;padding:9px 12px;overflow:hidden}.dashboard-detail-drawer__body th:first-child,.dashboard-detail-drawer__body td:first-child{text-align:left}.dashboard-detail-drawer__body th{color:#53647c;background:#f7f9fc}.dashboard-workspace__list-toggle{color:#53647c;background:#f2f5f9;border:1px solid #dbe2ec;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.dashboard-workspace__mobile-selector{display:none}.dashboard-workspace.is-list-collapsed{grid-template-columns:52px minmax(0,1fr)}.dashboard-workspace.is-list-collapsed .dashboard-workspace__list{padding:20px 8px}.dashboard-workspace.is-list-collapsed .dashboard-workspace__list-title,.dashboard-workspace.is-list-collapsed .dashboard-workspace__list .dashboard-workspace__primary,.dashboard-workspace.is-list-collapsed .dashboard-workspace__items,.dashboard-workspace.is-list-collapsed .dashboard-workspace__status,.dashboard-workspace.is-list-collapsed .dashboard-workspace__empty-list{display:none}.dashboard-workspace.is-list-collapsed .dashboard-workspace__list-heading{justify-content:center}.dashboard-workspace.is-list-collapsed .dashboard-workspace__list-toggle{transform:rotate(180deg)}@media (width<=900px){.dashboard-workspace,.dashboard-workspace.is-list-collapsed{display:block}.dashboard-workspace__list{z-index:5;border-bottom:1px solid #e7ebf2;border-right:0;padding:10px 14px;position:relative}.dashboard-workspace__list-heading{display:flex}.dashboard-workspace__list-title,.dashboard-workspace__list-toggle{display:none}.dashboard-workspace__mobile-selector{color:#40516b;background:#f5f7fa;border:1px solid #dbe2ec;justify-content:space-between;align-items:center;width:100%;min-height:38px;margin-top:8px;padding:8px 10px;display:flex}.dashboard-workspace__items{background:#fff;border:1px solid #e1e8f1;border-radius:8px;max-height:min(46vh,360px);margin:8px 0 0;display:none;overflow:auto}.dashboard-workspace.is-list-open .dashboard-workspace__items{max-height:none;display:grid;overflow:visible}.dashboard-workspace__items button{white-space:normal;min-height:38px}.dashboard-workspace__canvas{padding:20px 16px}.dashboard-canvas__toolbar{gap:12px}.dashboard-canvas__actions{gap:7px}.dashboard-card{min-width:0;overflow:hidden}.dashboard-card header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dashboard-table-wrap,.dashboard-pivot-wrap,.dashboard-detail-drawer__body{max-width:100%}}@media (width<=640px){.dashboard-workspace__backdrop{padding:0}.dashboard-workspace__dialog{box-sizing:border-box;border-radius:0;width:100%;max-height:100%;overflow:auto}.dashboard-workspace__canvas{padding:16px 12px 82px}.dashboard-canvas__toolbar{display:grid}.dashboard-canvas__actions{width:100%}.dashboard-canvas__actions button{flex:1;min-height:38px}.dashboard-config{z-index:45;background:#fff;border:0;border-radius:0;grid-template-columns:1fr;align-content:start;gap:12px;padding:16px 14px 84px;display:grid;position:fixed;inset:0;overflow:auto}.dashboard-config h3{z-index:1;background:#fff;border-bottom:1px solid #e7ebf2;margin:-16px -14px 0;padding:16px 14px;position:sticky;top:-16px}.dashboard-config__buttons{display:none}.dashboard-canvas__editor{z-index:47;background:#fff;border-top:1px solid #e7ebf2;justify-content:flex-end;align-items:center;min-height:64px;padding:10px 14px;display:flex;position:fixed;bottom:0;left:0;right:0}.dashboard-canvas__editor>label{display:none}.dashboard-date-range{flex:auto}.dashboard-date-range>button:first-child{flex:1}.dashboard-date-range__panel{border-radius:12px 12px 0 0;width:auto;position:fixed;inset:auto 0 68px}.dashboard-date-config{z-index:48}.dashboard-detail-backdrop{z-index:60}.dashboard-detail-drawer{box-sizing:border-box;width:100%;padding:16px 14px}.dashboard-detail-drawer header{z-index:1;background:#fff;border-bottom:1px solid #e7ebf2;margin:-16px -14px 16px;padding:16px 14px;position:sticky;top:-16px}.dashboard-filter-status{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.dashboard-filter-status button{min-height:36px}.dashboard-card__more{min-width:36px;min-height:36px}.dashboard-card__menu{min-width:132px;top:52px;right:10px}.dashboard-component-delete .dashboard-workspace__dialog{max-height:calc(100vh - 32px);overflow:auto}}.dashboard-print-preview-backdrop{z-index:70;background:#1a273a4d;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dashboard-canvas__print-description{display:none}.dashboard-print-preview{box-sizing:border-box;color:#35445e;background:#fff;border-radius:13px;width:min(440px,100%);padding:22px;box-shadow:0 18px 42px #172a4638}.dashboard-print-preview h3{color:#26364e;margin:0 0 16px}.dashboard-print-preview p{margin:0 0 12px}.dashboard-print-preview dl{gap:8px;margin:0 0 16px;display:grid}.dashboard-print-preview dl>div{border-bottom:1px solid #edf0f5;grid-template-columns:86px 1fr;gap:10px;padding:8px 0;display:grid}.dashboard-print-preview dt{color:#71809a}.dashboard-print-preview dd{margin:0}.dashboard-print-preview__hint{color:#915d13;font-size:13px}.dashboard-print-preview__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.dashboard-print-preview__actions button{min-height:36px}@media (width<=640px){.dashboard-print-preview-backdrop{padding:0}.dashboard-print-preview{border-radius:0;width:100%;min-height:100%;padding:24px 18px}.dashboard-print-preview__actions{background:#fff;border-top:1px solid #e7ebf2;padding:12px 18px;position:fixed;bottom:0;left:0;right:0}}@media (width>=641px){.dashboard-config-backdrop{z-index:43;background:#23354f14;position:fixed;inset:0}.dashboard-canvas__toolbar{grid-template-rows:none;align-items:center;height:48px;min-height:48px;margin:calc(-1*clamp(20px,4vw,46px)) calc(-1*clamp(20px,4vw,46px)) 0;padding:0 20px;display:flex}.dashboard-canvas__actions{border-top:0;justify-content:flex-start;align-items:center;min-height:60px;margin:0 calc(-1*clamp(20px,4vw,46px));padding:10px 20px;display:flex}.dashboard-config{z-index:44;box-sizing:border-box;border:0;border-left:1px solid #dbe2ec;border-radius:16px 0 0 16px;width:min(430px,38vw);margin:0;padding:24px 22px 28px;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-12px 0 30px #23354f24}.dashboard-config-close{z-index:46;color:#53647c;cursor:pointer;background:#fff;border:1px solid #dbe2ec;border-radius:7px;width:32px;height:32px;font-size:22px;line-height:1;position:fixed;top:14px;right:18px}}@media print{@page{size:A4 landscape;margin:12mm}body{color:#111!important;background:#fff!important}.dashboard-workspace{background:#fff!important;display:block!important}.dashboard-workspace__list,.dashboard-workspace__actions--detail,.dashboard-canvas__actions button,.dashboard-canvas__editor,.dashboard-library,.dashboard-filter-status,.dashboard-refresh-notice,.dashboard-config,.dashboard-detail-backdrop,.dashboard-print-preview-backdrop,.dashboard-card button,.dashboard-card__drag-handle,.dashboard-card__resize-handle{display:none!important}.dashboard-workspace__canvas{padding:0!important;overflow:visible!important}.dashboard-canvas__toolbar{border-bottom:1px solid #333;margin:0 0 10mm;padding:0 0 5mm;display:block!important}.dashboard-canvas__toolbar h2{color:#111}.dashboard-canvas__toolbar p,.dashboard-canvas__print-description{color:#333;display:block!important}.dashboard-canvas__print-description{margin:-7mm 0 6mm}.dashboard-refresh-status{color:#333;margin-top:4px;display:block}.dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:52px!important;gap:10px!important;padding:0!important;display:grid!important}.dashboard-card{color:#111;break-inside:avoid;page-break-inside:avoid;min-height:0!important;box-shadow:none!important;border:1px solid #555!important;border-radius:0!important;padding:12px!important;overflow:visible!important}.dashboard-card>header{color:#111;margin-bottom:10px}.dashboard-card>header span,.dashboard-card__description,.dashboard-card__loading,.dashboard-card__notice{color:#333!important}.dashboard-card__empty{color:#333}.dashboard-bars i,.dashboard-progress i b{background:#333!important}.dashboard-bars--line i{background:#111!important;box-shadow:0 -12px #777,12px -25px #111!important}.dashboard-pie span:before{background:conic-gradient(#222 var(--size), #ddd 0)!important}.dashboard-metric strong,.dashboard-ranking b,.dashboard-progress strong{color:#111!important}.dashboard-table-wrap,.dashboard-pivot-wrap{border:0;overflow:visible!important}.dashboard-table-wrap table,.dashboard-pivot{font-size:11px}.dashboard-table-wrap thead,.dashboard-pivot thead{display:table-header-group}.dashboard-table-wrap tr,.dashboard-pivot tr{break-inside:avoid;page-break-inside:avoid}.dashboard-table-wrap th,.dashboard-table-wrap td,.dashboard-pivot th,.dashboard-pivot td{color:#111;border-color:#777}.dashboard-pivot th,.dashboard-pivot th:first-child,.dashboard-pivot td:first-child{background:#f4f4f4;position:static}.dashboard-workspace__blank{background:#fff;border:1px solid #555}.dashboard-focus-mode .dashboard-workspace{display:block!important}}body{min-width:1080px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}.cb-pointer-dragging,.cb-pointer-dragging *{cursor:grabbing!important;-webkit-user-select:none!important;user-select:none!important}.card-builder-shell{--blue:#3370ff;--blue-soft:#eef3ff;--border:#dfe3e8;--muted:#8f959e;background:#f3f5f8;grid-template:52px minmax(0,1fr)/300px minmax(520px,1fr) 330px;height:100vh;display:grid;overflow:hidden}.cb-topbar{border-bottom:1px solid var(--border);z-index:5;background:#fff;grid-column:1/-1;grid-template-columns:300px 1fr auto;align-items:center;padding-right:14px;display:grid}.cb-brand{border-right:1px solid var(--border);align-items:center;gap:10px;height:100%;padding:0 16px;display:flex}.cb-brand-mark{color:#fff;background:linear-gradient(145deg,#3370ff,#6e50ff);border-radius:9px;place-items:center;width:30px;height:30px;font-weight:800;display:grid;box-shadow:0 6px 18px #3370ff40}.cb-brand div{flex-direction:column;line-height:1.15;display:flex}.cb-brand strong{font-size:13px}.cb-brand small{color:var(--muted);margin-top:3px;font-size:9px}.cb-brand-parent{color:#536b8d;flex-direction:column;font-size:14px;font-weight:700;line-height:1.1;text-decoration:none;display:flex}.cb-brand-parent:after{content:"企业工作，从这里开始";color:#91a0b5;margin-top:3px;font-size:9px;font-weight:500}.cb-brand-parent:hover{color:var(--blue)}.cb-brand-separator{color:#b8c4d3;font-size:16px;line-height:1}.cb-brand>div{border-left:1px solid #d9e2ee;padding-left:46px;position:relative}.cb-document-title{align-items:center;gap:8px;padding-left:18px;font-size:13px;display:flex}.status-dot{background:#34c724;border-radius:50%;width:7px;height:7px}.saved-label{color:var(--muted);font-size:11px}.cb-top-actions{gap:8px;display:flex}.cb-top-actions button,.cb-modal footer button{border:1px solid var(--border);color:#4e5969;background:#fff;border-radius:7px;height:32px;padding:0 13px}.cb-top-actions button:hover{border-color:#aab9db}.cb-top-actions .primary,.cb-modal footer .primary{color:#fff;border-color:var(--blue);background:var(--blue)}.cb-left-panel,.cb-right-panel{background:#fff;min-height:0;overflow:hidden}.cb-left-panel{border-right:1px solid var(--border)}.cb-right-panel{border-left:1px solid var(--border)}.cb-tabs{border-bottom:1px solid var(--border);align-items:flex-end;gap:20px;height:44px;padding:0 16px;display:flex}.cb-tabs button{color:#4e5969;background:0 0;border:0;height:44px;padding:0 2px;position:relative}.cb-tabs button.active:after{content:"";background:var(--blue);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.cb-tabs.right{gap:16px;padding:0 14px}.cb-tabs.right button{font-size:13px}.cb-search{height:34px;color:var(--muted);border:1px solid #cfd4dc;border-radius:7px;align-items:center;gap:7px;margin:12px 14px;padding:0 9px;display:flex}.cb-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px #3370ff1f}.cb-search input{border:0;outline:0;flex:1;min-width:0;font-size:12px}.cb-palette-scroll,.cb-inspector-scroll{height:calc(100% - 44px);overflow:auto}.cb-palette-scroll{height:calc(100% - 102px);padding:0 14px 20px}.cb-palette-group h3{margin:17px 0 10px;font-size:12px}.cb-palette-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.cb-palette-grid button{color:#30343b;text-align:left;background:#fff;border:1px solid #d7dce3;border-radius:7px;align-items:center;gap:7px;height:38px;padding:0 10px;font-size:12px;display:flex}.cb-palette-grid button:hover{border-color:var(--blue);background:var(--blue-soft)}.cb-palette-grid button span{color:#4e5969;min-width:19px;font-size:12px}.cb-palette-grid button i{color:#b6bbc3;opacity:0;margin-left:auto;font-style:normal}.cb-palette-grid button:hover i{opacity:1}.cb-outline{height:calc(100% - 44px);padding:10px;overflow:auto}.cb-outline>button{text-align:left;background:#fff;border:0;border-radius:7px;align-items:center;gap:10px;width:100%;padding:9px;display:flex}.cb-outline>button:hover,.cb-outline>button.active{background:var(--blue-soft)}.cb-outline>button>span{color:#8f959e;background:#f0f2f5;border-radius:6px;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.cb-outline div{flex-direction:column;display:flex}.cb-outline strong{font-size:12px}.cb-outline small{color:var(--muted);margin-top:2px;font-size:10px}.cb-stage{grid-template-rows:44px minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;position:relative}.cb-stage-toolbar{border-bottom:1px solid var(--border);background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;display:grid}.cb-view-title{align-items:center;gap:7px;font-size:12px;display:flex}.cb-view-title i{background:var(--border);width:1px;height:15px;margin:0 5px}.cb-device-switch{background:#f1f3f5;border-radius:6px;padding:2px;display:flex}.cb-device-switch button{color:#6b7280;background:0 0;border:0;border-radius:5px;width:34px;height:26px}.cb-device-switch button.active{color:var(--blue);background:#fff;box-shadow:0 1px 4px #1f23291f}.cb-validation-badge{color:#646a73;justify-self:end;align-items:center;gap:6px;font-size:11px;display:flex}.cb-validation-badge span{border-radius:50%;place-items:center;width:18px;height:18px;font-weight:700;display:grid}.cb-validation-badge .is-valid{color:#34a853;background:#e8f8e5}.cb-validation-badge .has-errors{color:#e5484d;background:#fff0f0}.cb-canvas{background-color:#e8ebf0;background-image:radial-gradient(#d2d6dd .7px,#0000 .7px);background-size:18px 18px;padding:24px;overflow:auto}.chat-preview{background:#f8f9fb;border:1px solid #d9dde4;border-radius:12px;width:min(700px,100% - 40px);min-height:650px;margin:0 auto;transition:width .25s;overflow:hidden;box-shadow:0 12px 34px #1f232914}.chat-preview.device-mobile{width:390px}.chat-header{background:#fff;border-bottom:1px solid #e1e4e8;align-items:center;gap:8px;height:46px;padding:0 14px;display:flex}.chat-header .avatar,.chat-message>.avatar{color:#8f959e;background:#fff;border:1px solid #ccd1d9;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.chat-header strong{font-size:12px}.chat-header small{color:var(--muted);font-size:10px}.chat-header i{color:#a8adb5;margin-left:auto}.chat-message{gap:10px;padding:24px 18px 16px;display:flex}.chat-message>.avatar{flex:none}.chat-message>div{flex:1;min-width:0}.sender{color:#87909f;margin-bottom:6px;display:block}.feishu-card{background:#fff;border:1px solid #d9dce2;border-radius:8px;overflow:hidden;box-shadow:0 7px 18px #1f232914}.feishu-card-header{cursor:pointer;background:linear-gradient(120deg,#e8efff,#f4f7ff);justify-content:space-between;align-items:center;min-height:62px;padding:12px 14px;display:flex}.feishu-card-header>div{flex-direction:column;min-width:0;display:flex}.feishu-card-header strong{color:#245bdb;font-size:16px}.feishu-card-header small{color:#7b8ba8;margin-top:2px}.feishu-card-header>span{color:#3370ff;background:#fff;border-radius:12px;padding:3px 7px;font-size:10px}.theme-green .feishu-card-header{background:#edf8ed}.theme-green .feishu-card-header strong{color:#258a3c}.theme-orange .feishu-card-header,.theme-yellow .feishu-card-header{background:#fff6e8}.theme-orange .feishu-card-header strong,.theme-yellow .feishu-card-header strong{color:#c76b00}.theme-red .feishu-card-header{background:#fff0f0}.theme-red .feishu-card-header strong{color:#cf3b3f}.theme-purple .feishu-card-header{background:#f3efff}.theme-purple .feishu-card-header strong{color:#7048c6}.theme-grey .feishu-card-header,.theme-default .feishu-card-header{background:#f5f6f7}.theme-grey .feishu-card-header strong,.theme-default .feishu-card-header strong{color:#373c43}.feishu-card-body{min-height:150px;padding:12px}.canvas-element{border:1px solid #0000;border-radius:3px;min-height:10px;margin:3px 0;position:relative}.canvas-element:hover{border-color:#9cb7ff}.canvas-element.selected{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.element-toolbar{z-index:3;background:var(--blue);color:#fff;border-radius:4px 4px 0 0;align-items:center;height:24px;padding-left:8px;font-size:10px;display:flex;position:absolute;top:-25px;left:-1px}.element-toolbar button{color:#fff;background:0 0;border:0;height:24px;margin-left:8px;font-size:10px}.preview-markdown,.preview-text{white-space:pre-wrap;padding:5px 3px;font-size:13px;line-height:1.65}.align-center{text-align:center}.align-right{text-align:right}.preview-divider{background:#e3e6ea;height:1px;margin:10px 2px}.preview-columns{grid-template-columns:1fr 1fr;gap:10px;display:grid}.preview-columns>div{white-space:pre-wrap;background:#f5f7fa;border-radius:5px;min-height:48px;padding:10px;font-size:12px}.preview-image{color:#2b4d78;background:linear-gradient(145deg,#dce8ff,#e8f7ff 48%,#d8d1ff);border-radius:7px;flex-direction:column;justify-content:center;align-items:center;height:170px;display:flex;position:relative;overflow:hidden}.preview-image .preview-wave{opacity:.72;background:linear-gradient(90deg,#4aa8ff,#735cff);border-radius:50%;width:120%;height:90px;position:absolute;bottom:-38px;left:-10%;transform:rotate(-5deg)}.preview-image span,.preview-image small{z-index:1}.preview-image span{font-weight:700}.preview-image small{opacity:.65;margin-top:5px;font-size:10px}.preview-input{color:#a0a5ad;background:#fff;border:1px solid #d7dce3;border-radius:6px;justify-content:space-between;align-items:center;height:36px;padding:0 10px;font-size:12px;display:flex}.preview-button{color:#3b4047;background:#fff;border:1px solid #cfd4dc;border-radius:6px;height:34px;padding:0 14px}.preview-button.type-primary{color:#fff;border-color:var(--blue);background:var(--blue)}.preview-button.type-danger{color:#fff;background:#e5484d;border-color:#e5484d}.preview-table-wrap{border:1px solid #e0e3e7;border-radius:6px;overflow:hidden}.preview-table{border-collapse:collapse;width:100%;font-size:11px}.preview-table th{color:#646a73;text-align:left;background:#f5f6f8}.preview-table th,.preview-table td{border-bottom:1px solid #eceef1;padding:7px 9px}.preview-table tr:last-child td{border-bottom:0}.preview-empty{text-align:center;color:#a1a6ad;padding:14px;font-size:11px}.empty-canvas{color:#8f959e;border:1px dashed #b8c1cf;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;height:120px;display:flex}.empty-canvas strong{color:#646a73;font-size:13px}.empty-canvas span{margin-top:5px;font-size:11px}.chat-input{color:#c2c6cc;background:#fff;border:1px solid #d9dde4;border-radius:7px;justify-content:space-between;align-items:center;height:38px;margin:18px;padding:0 12px;font-size:12px;display:flex}.cb-source-drawer{border-top:1px solid var(--border);background:#fff;max-height:330px}.source-handle{text-align:left;background:#fff;border:0;width:100%;height:34px;padding:0 15px;font-size:11px}.source-handle span{float:right}.source-content{border-top:1px solid #eceef1;grid-template-rows:35px 1fr;height:290px;display:grid}.source-content>div{justify-content:flex-end;align-items:center;gap:7px;padding:0 12px;display:flex}.source-content button{background:#fff;border:1px solid #d7dce3;border-radius:5px;height:25px;font-size:10px}.source-content pre{color:#d7e2f4;background:#111827;margin:0;padding:12px;font:11px/1.55 SFMono-Regular,Consolas,monospace;overflow:auto}.inspector-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.inspector-heading>div{flex-direction:column;display:flex}.inspector-heading small{color:var(--muted);font-size:10px}.inspector-heading strong{margin-top:3px;font-size:14px}.inspector-heading>span{color:#646a73;background:#f1f3f5;border-radius:12px;padding:3px 7px;font-size:10px}.segmented{background:#f1f2f4;border-radius:6px;grid-template-columns:1fr 1fr 1fr;margin-bottom:16px;padding:2px;display:grid}.segmented button{color:#8f959e;background:0 0;border:0;border-radius:5px;height:26px;font-size:11px}.segmented button.active{color:#1f2329;background:#fff;box-shadow:0 1px 4px #1f23291a}.cb-field{margin-bottom:15px;display:block}.cb-field-label{justify-content:space-between;align-items:center;margin-bottom:7px;font-size:12px;display:flex}.cb-field-label small{color:var(--muted);font-size:9px;font-weight:400}.cb-field input,.cb-field textarea,.cb-field select,.variable-card header input{color:#2b2f36;background:#f8f9fa;border:1px solid #d7dce3;border-radius:6px;outline:0;width:100%}.cb-field input,.cb-field select{height:34px;padding:0 9px}.cb-field textarea{resize:vertical;min-height:92px;padding:9px;line-height:1.5}.cb-field input:focus,.cb-field textarea:focus,.cb-field select:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 2px #3370ff1a}.toggle-row{border-top:1px solid #eceef1;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.toggle-row>div{flex-direction:column;display:flex}.toggle-row strong{font-size:12px}.toggle-row small{color:var(--muted);margin-top:3px;font-size:10px}.cb-toggle{background:#c9cdd4;border:0;border-radius:20px;width:30px;height:18px;padding:2px}.cb-toggle span{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .18s;display:block}.cb-toggle.is-on{background:var(--blue)}.cb-toggle.is-on span{transform:translate(12px)}.align-control{background:#f1f2f4;border-radius:6px;grid-template-columns:1fr 1fr 1fr;padding:2px;display:grid}.align-control button{background:0 0;border:0;border-radius:5px;height:28px}.align-control button.active{color:var(--blue);background:#fff;box-shadow:0 1px 3px #1f23291a}.repeat-editor{margin-bottom:16px}.repeat-title{justify-content:space-between;align-items:center;margin-bottom:7px;font-size:12px;display:flex}.repeat-title button,.text-button{color:var(--blue);background:0 0;border:0;font-size:11px}.repeat-row{grid-template-columns:1fr 1fr 24px;gap:5px;margin-bottom:6px;display:grid}.repeat-row input{background:#f8f9fa;border:1px solid #d7dce3;border-radius:5px;min-width:0;height:30px;padding:0 7px}.repeat-row button{color:#a1a6ad;background:0 0;border:0}.panel-tip{color:#657491;background:#f4f7ff;border-radius:6px;padding:9px;font-size:10px;line-height:1.5}.variable-card{border:1px solid #e0e3e7;border-radius:8px;margin-bottom:10px;padding:10px}.variable-card header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.variable-card header input{background:0 0;border:0;min-width:0;font-weight:600}.variable-card header button{color:#d54941;background:0 0;border:0;font-size:10px}.variable-card .cb-field{margin-bottom:9px}.variable-card .cb-field textarea{min-height:65px}.variable-actions{justify-content:space-between;align-items:center;display:flex}.variable-actions code{color:#3c64c7;background:#eef3ff;border-radius:4px;padding:4px 6px;font-size:10px}.variable-actions button{color:#315ecc;background:#fff;border:1px solid #cbd6f1;border-radius:5px;padding:4px 7px;font-size:10px}.integration-card{border:1px solid #e1e4e8;border-radius:7px;margin-bottom:9px;padding:11px}.integration-card strong{font-size:12px}.integration-card p{color:#6c7480;margin:5px 0 0;font-size:10px;line-height:1.5}.integration-card code{background:#f5f6f8;border-radius:4px;margin-top:7px;padding:5px;font-size:10px;display:block}.valid-card{color:#348c3e;background:#edf9eb;border-radius:6px;padding:10px;font-size:11px}.issue-list{color:#b9433e;background:#fff3f2;border-radius:6px;padding:10px}.issue-list strong{font-size:11px}.issue-list p{margin:5px 0;font-size:10px}.cb-modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14181f59;place-items:center;display:grid;position:fixed;inset:0}.cb-modal{background:#fff;border-radius:12px;width:560px;overflow:hidden;box-shadow:0 24px 80px #00000038}.cb-modal header{border-bottom:1px solid #e4e6e9;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.cb-modal header>div{flex-direction:column;display:flex}.cb-modal header strong{font-size:15px}.cb-modal header small{color:var(--muted);margin-top:4px;font-size:10px}.cb-modal header button{color:#8f959e;background:0 0;border:0;font-size:22px}.cb-modal>textarea{resize:none;border:1px solid #d7dce3;border-radius:7px;outline:0;width:calc(100% - 36px);height:300px;margin:18px;padding:12px;font:11px/1.55 Consolas,monospace;display:block}.cb-modal>textarea:focus{border-color:var(--blue)}.cb-modal footer{border-top:1px solid #e4e6e9;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.cb-error{color:#cf3b3f;margin:-8px 18px 12px;font-size:11px}.variables-panel{padding:14px 12px 22px}.variables-panel .inspector-heading{margin-bottom:10px}.add-variable-button{white-space:nowrap}.variables-summary{color:#646a73;background:#fafbfc;border:1px solid #e4e7ec;border-radius:7px;justify-content:space-between;align-items:center;height:30px;margin-bottom:9px;padding:0 10px;font-size:10px;display:flex}.variables-summary .is-valid{color:#2d8b42}.variables-summary .has-errors{color:#d14343}.variable-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.variable-card{background:#fff;border:1px solid #dfe3e8;border-radius:9px;margin:0;padding:0;transition:border-color .15s,box-shadow .15s;overflow:hidden}.variable-card.is-expanded{border-color:#a9bdf0;box-shadow:0 3px 10px #1f23290f}.variable-card.has-error{border-color:#f0b4b1}.variable-card header{grid-template-columns:minmax(0,1fr) 30px;align-items:stretch;gap:0;min-height:55px;margin:0;display:grid}.variable-card .variable-summary-button{color:#25282e;text-align:left;min-width:0;font-size:inherit;background:#fff;border:0;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;padding:9px 4px 7px 10px;display:grid}.variable-card .variable-summary-button:hover{background:#fafbfc}.variable-chevron{color:#8f959e;font-size:16px;line-height:1}.variable-title{flex-direction:column;gap:3px;min-width:0;display:flex}.variable-title strong{text-overflow:ellipsis;white-space:nowrap;color:#25282e;font-size:12px;overflow:hidden}.variable-title code{text-overflow:ellipsis;white-space:nowrap;color:#7b8493;font:10px/1.2 Consolas,monospace;overflow:hidden}.variable-type-badge{color:#315ecc;background:#eef3ff;border-radius:4px;flex:none;padding:3px 5px;font:9px/1.1 Consolas,monospace}.variable-card .variable-delete-button{color:#d54941;background:0 0;border:0;border-radius:5px;align-self:center;width:26px;height:26px;font-size:16px}.variable-card .variable-delete-button:hover:not(:disabled){background:#fff0f0}.variable-card .variable-delete-button:disabled{color:#c9cdd4;cursor:not-allowed}.variable-meta{color:#8f959e;align-items:center;gap:8px;padding:0 12px 8px 35px;font-size:9px;display:flex}.variable-meta span{position:relative}.variable-meta span+span:before{content:"";background:#b8bdc5;border-radius:50%;width:2px;height:2px;position:absolute;top:4px;left:-5px}.variable-meta .is-required{color:#c76b00}.variable-meta .has-error-dot{color:#d14343}.variable-body{background:#fbfcfd;border-top:1px solid #eceef1;padding:12px}.variable-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 8px;display:grid}.variable-card .cb-field{min-width:0;margin-bottom:11px}.variable-card .cb-field-label{margin-bottom:5px;font-size:10px}.variable-card .cb-field-label small{text-overflow:ellipsis;white-space:nowrap;max-width:55px;overflow:hidden}.variable-card .cb-field input,.variable-card .cb-field select{background:#fff;height:32px;font-size:11px}.variable-required{justify-content:space-between;align-items:flex-end;height:49px;padding:0 2px 8px;display:flex}.variable-required>span{flex-direction:column;display:flex}.variable-required strong{font-size:10px}.variable-required small{color:#8f959e;margin-top:3px;font-size:8px}.variable-sample-heading{justify-content:space-between;align-items:center;margin:1px 0 5px;font-size:10px;display:flex}.variable-sample-heading button{color:#315ecc;background:0 0;border:0;padding:2px;font-size:9px}.variable-sample-control{color:#2b2f36;background:#fff;border:1px solid #d7dce3;border-radius:6px;outline:0;width:100%;height:34px;padding:0 9px;font-size:11px;display:block}.variable-card .variable-json-editor{resize:vertical;white-space:pre;height:128px;min-height:128px;padding:9px;font:10px/1.55 Consolas,monospace}.variable-sample-control:focus{border-color:var(--blue);box-shadow:0 0 0 2px #3370ff1a}.field-error{background:snow!important;border-color:#e98b86!important}.variable-inline-error{color:#c93f3a;margin-top:6px;font-size:9px;line-height:1.4}.variable-actions{border-top:1px solid #eceef1;justify-content:space-between;align-items:center;gap:8px;margin-top:11px;padding-top:10px;display:flex}.variable-actions code{text-overflow:ellipsis;color:#3c64c7;white-space:nowrap;background:#eef3ff;border-radius:4px;min-width:0;padding:4px 6px;font-size:9px;overflow:hidden}.variable-actions button{color:#315ecc;white-space:nowrap;background:#fff;border:1px solid #cbd6f1;border-radius:5px;flex:none;padding:5px 7px;font-size:9px}.variable-actions button:disabled{opacity:.45;cursor:not-allowed}.variables-empty{color:#8f959e;text-align:center;border:1px dashed #c9ced6;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;display:flex}.variables-empty strong{color:#4e5969;font-size:12px}.variables-empty span{max-width:210px;margin-top:6px;font-size:10px;line-height:1.5}.variables-empty button{color:#315ecc;background:#fff;border:1px solid #b9c8ee;border-radius:6px;height:28px;margin-top:12px;font-size:10px}@media (width<=1250px){.card-builder-shell{grid-template-columns:250px minmax(500px,1fr) 300px}.cb-topbar{grid-template-columns:250px 1fr auto}.cb-palette-grid{grid-template-columns:1fr}.saved-label{display:none}}.card-builder-shell{--blue:#245bdb;--blue-soft:#edf3ff;--border:#d9e0ea;--muted:#7a8799;color:#1b2a41;background:#f4f7fb}.cb-topbar{border-bottom-color:#d5deeb;grid-template-columns:300px minmax(0,1fr) auto;height:58px;padding-right:18px;box-shadow:0 1px 8px #213d660f}.cb-brand{border-right-color:#d5deeb;gap:10px;padding:0 10px}.cb-brand-mark{letter-spacing:-.08em;color:#0000;width:32px;height:32px;box-shadow:none;background:url(/assets/yintong-logo-IJNh4R3F.png) 50%/36px 36px no-repeat;border-radius:9px;font-size:16px}.cb-brand-logo{object-fit:contain;background:0 0;border-radius:0;width:32px;height:32px}.cb-brand strong{color:#162b4d;letter-spacing:.01em;font-size:15px}.cb-brand small{color:#7b8da7;letter-spacing:.02em;font-size:10px}.cb-document-title{color:#344967;font-size:13px;font-weight:600}.status-dot{background:#18a875;box-shadow:0 0 0 4px #18a8751f}.saved-label{color:#8190a5}.cb-top-actions{gap:9px}.cb-top-actions button{color:#405572;border-color:#d1dbea;border-radius:8px;height:34px;padding:0 14px;transition:border-color .16s,box-shadow .16s,transform .16s}.cb-top-actions button:hover{border-color:#8ba8e8;transform:translateY(-1px);box-shadow:0 3px 10px #245bdb1a}.cb-top-actions .primary{background:linear-gradient(135deg,#2d6bf0,#245bdb);border-color:#245bdb;box-shadow:0 5px 12px #245bdb33}.cb-left-panel,.cb-right-panel{background:#fff}.cb-left-panel{border-right-color:#d5deeb}.cb-right-panel{border-left-color:#d5deeb}.cb-tabs{border-bottom-color:#e2e8f0}.cb-tabs button{color:#65758c;font-weight:500}.cb-tabs button.active{color:#245bdb;font-weight:700}.cb-search{background:#fbfcfe;border-color:#d1dbea}.cb-search input{color:#253b5c}.cb-search:focus-within{background:#fff;border-color:#6f95e8;box-shadow:0 0 0 3px #245bdb1a}.cb-palette-group h3{color:#314866;letter-spacing:.08em;font-size:11px}.cb-palette-grid{gap:10px}.cb-palette-grid button{color:#334b6b;background:#fff;border-color:#d5deeb;height:40px;transition:border-color .16s,background .16s,transform .16s}.cb-palette-grid button:hover{background:#f3f7ff;border-color:#88a8eb;transform:translateY(-1px)}.cb-palette-grid button span{color:#4773ce}.cb-stage-toolbar{border-bottom-color:#d5deeb}.cb-view-title{color:#3a4f6b}.cb-device-switch{background:#edf1f6}.cb-device-switch button.active{color:#245bdb;box-shadow:0 2px 6px #1f3e6924}.cb-validation-badge{color:#61728a}.cb-canvas{background-color:#eef2f7;background-image:radial-gradient(#d5dce7 .7px,#0000 .7px);padding:30px}.chat-preview{background:#f9fbfd;border-color:#d5deeb;border-radius:14px;width:min(720px,100% - 32px);min-height:680px;box-shadow:0 18px 42px #233d5f1c}.chat-header{border-bottom-color:#e1e7ef;height:50px;padding:0 16px}.chat-header strong{color:#2b4263;font-size:12px}.chat-message{padding:28px 22px 18px}.feishu-card{border-color:#d2dbe8;border-radius:10px;box-shadow:0 10px 24px #273f601a}.feishu-card-header{background:linear-gradient(120deg,#e8f0ff,#f7faff);min-height:68px;padding:14px 16px}.feishu-card-header strong{letter-spacing:-.01em;font-size:17px}.feishu-card-header>span{color:#245bdb;background:#fff;box-shadow:0 1px 5px #245bdb14}.feishu-card-body{background:#fff;padding:14px}.canvas-element{border-radius:5px;margin:4px 0}.canvas-element.selected{box-shadow:0 0 0 1px #245bdb,0 4px 12px #245bdb1a}.element-toolbar{background:linear-gradient(135deg,#2d6bf0,#245bdb);border-radius:5px 5px 0 0}.preview-markdown,.preview-text{color:#354b68}.preview-table-wrap{border-color:#d8e0eb;border-radius:7px}.preview-table th{color:#506680;background:#f3f6fa}.preview-table th,.preview-table td{padding:8px 10px}.chat-input{color:#a6b2c1;border-color:#d5deeb;height:40px;margin:20px}.cb-source-drawer{border-top-color:#d5deeb}.source-handle{color:#3f5674;font-weight:600}.inspector-section{padding:17px 16px}.inspector-heading strong{color:#243c5c}.cb-field-label{color:#435873;font-weight:600}.cb-field input,.cb-field textarea,.cb-field select,.variable-card header input{background:#fbfcfe;border-color:#d1dbea}.cb-field input:focus,.cb-field textarea:focus,.cb-field select:focus{border-color:#6f95e8;box-shadow:0 0 0 3px #245bdb1a}.panel-tip{color:#607493;background:#f0f5ff}.cb-modal{border:1px solid #d5deeb;box-shadow:0 28px 80px #182d4e33}.cb-library-link{border:1px solid var(--border);color:#4e5969;white-space:nowrap;background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;height:34px;margin-left:0;padding:0 14px;font-size:12px;font-weight:600;transition:color .16s,background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.cb-library-link:hover{color:#245bdb;background:#fff;border-color:#8ba8e8;transform:translateY(-1px);box-shadow:0 3px 10px #245bdb1a}.cb-library-page{color:#1b2a41;background:linear-gradient(145deg,#f4f8fc,#eef3fa);min-height:100vh}.cb-library-header{background:#ffffffeb;border-bottom:1px solid #dbe3ee;justify-content:space-between;align-items:center;height:68px;padding:0 56px 0 20px;display:flex;box-shadow:0 2px 12px #2641660f}.cb-library-brand{cursor:pointer;align-items:center;gap:11px;display:flex;position:relative}.cb-library-brand .cb-brand-mark{color:#0000;width:32px;height:32px;box-shadow:none;background:url(/assets/yintong-card-logo-DvOA3ZVs.png) 50%/32px 32px no-repeat;border-radius:0}.cb-library-brand:after{content:"银通  ›";color:#536b8d;order:1;font-size:14px;font-weight:700}.cb-library-brand>div{border-left:1px solid #d9e2ee;flex-direction:column;order:2;gap:3px;padding-left:10px;display:flex}.cb-library-brand strong{color:#162b4d;font-size:14px}.cb-library-brand small{color:#7b8da7;font-size:9px}.cb-library-parent{color:#5d6f8b;font-size:12px;font-weight:600;text-decoration:none}.cb-library-parent:hover{color:#245bdb}.cb-library-separator{color:#c2cad6;font-size:13px}.cb-library-primary{color:#fff;background:linear-gradient(135deg,#2d6bf0,#245bdb);border:0;border-radius:8px;height:36px;padding:0 16px;font-weight:600;box-shadow:0 6px 14px #245bdb33}.cb-library-content{max-width:1180px;margin:0 auto;padding:52px 34px}.cb-library-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.cb-library-eyebrow{color:#4c75ca;letter-spacing:.16em;font-size:10px;font-weight:800}.cb-library-heading h1{color:#1b3559;letter-spacing:-.04em;margin:8px 0 5px;font-size:30px}.cb-library-heading p{color:#75869d;margin:0;font-size:13px}.cb-library-count{color:#55709a;background:#e8effa;border-radius:999px;padding:7px 11px;font-size:11px}.cb-library-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:17px;display:grid}.cb-library-card{text-align:left;background:#fffffff0;border:1px solid #dbe3ee;border-radius:13px;min-height:190px;padding:19px;transition:transform .16s,box-shadow .16s,border-color .16s;box-shadow:0 8px 22px #2a466c0f}.cb-library-card:hover{border-color:#9cb6e7;transform:translateY(-3px);box-shadow:0 12px 28px #2a466c1f}.cb-library-card-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.cb-library-card-icon{color:#245bdb;background:#eaf1ff;border-radius:9px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.cb-public-badge,.cb-private-badge{border-radius:999px;padding:4px 7px;font-size:10px}.cb-public-badge{color:#16815d;background:#e3f7ef}.cb-private-badge{color:#718096;background:#f0f3f7}.cb-library-card>strong{color:#243d5f;text-overflow:ellipsis;white-space:nowrap;font-size:15px;display:block;overflow:hidden}.cb-library-card>p{color:#7b8ba0;margin:7px 0 14px;font-size:11px}.cb-library-card>small{color:#a0adbd;font-size:10px}.cb-library-open{color:#3466c4;margin-top:17px;font-size:11px;font-weight:600;display:block}.cb-library-empty{color:#8090a5;text-align:center;background:#ffffff8c;border:1px dashed #c8d4e4;border-radius:14px;align-content:center;place-items:center;gap:8px;min-height:280px;display:grid}.cb-library-empty-icon{color:#245bdb;background:#e8f0ff;border-radius:13px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.cb-library-empty strong{color:#344e70;font-size:15px}.cb-library-empty p{margin:0 0 9px;font-size:12px}.cb-library-empty button,.cb-library-error button{color:#2d5fbd;background:#fff;border:1px solid #b5c9ee;border-radius:7px;height:31px;padding:0 12px;font-size:11px}.cb-library-error{color:#b34b46;background:#fff5f4;border:1px solid #f0c7c4;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:11px 13px;font-size:12px;display:flex}.cb-library-section{margin-top:30px}.cb-library-section+.cb-library-section{border-top:1px solid #d9e3f0;margin-top:42px;padding-top:34px}.cb-library-section-heading{justify-content:space-between;align-items:end;margin-bottom:17px;display:flex}.cb-library-section-heading h2{color:#243d5f;margin:7px 0 0;font-size:20px}.cb-library-section-heading p{color:#8190a5;margin:5px 0 0;font-size:12px}.cb-library-section-heading>span{color:#7185a1;font-size:11px}.cb-public-library{position:relative}.cb-public-library:before{content:"";background:linear-gradient(90deg,#2d6bf0,#6d9bff);border-radius:3px;width:38px;height:3px;position:absolute;top:0;left:0}.cb-library-inline-empty{min-height:180px}.cb-save-modal{width:min(440px,100vw - 32px)}.cb-save-options{gap:10px;padding:4px 0 18px;display:grid}.cb-save-options button{color:#314866;text-align:left;background:#fbfcfe;border:1px solid #d5deeb;border-radius:9px;gap:4px;padding:14px;display:grid}.cb-save-options button:hover,.cb-save-options button.selected{background:#edf3ff;border-color:#6f95e8;box-shadow:0 0 0 2px #245bdb14}.cb-save-options button.share{background:#fbfcfe;border-color:#d5deeb}.cb-save-options button.share.selected{background:#e8f0ff;border-color:#4f7ee6}.cb-save-options strong{font-size:13px}.cb-save-options small{color:#8190a5;font-size:11px}.cb-login-page{background:linear-gradient(145deg,#edf3fc,#f8fbff);place-items:center;min-height:100vh;padding:24px;display:grid}.cb-login-card{background:#fff;border:1px solid #d6e1f0;border-radius:16px;width:min(400px,100%);padding:32px;box-shadow:0 20px 50px #2a466c1f}.cb-login-brand{align-items:center;gap:10px;display:flex}.cb-login-brand>div{flex-direction:column;gap:3px;display:flex}.cb-login-brand strong{color:#1d3760;font-size:17px}.cb-login-brand small{color:#7b8da7;font-size:10px}.cb-login-heading{margin:32px 0 22px}.cb-login-heading>span{color:#4c75ca;letter-spacing:.14em;font-size:10px;font-weight:800}.cb-login-heading h1{color:#1b3559;margin:8px 0 5px;font-size:26px}.cb-login-heading p{color:#7b8ba0;margin:0;font-size:12px}.cb-login-card label{color:#536983;gap:7px;margin-top:15px;font-size:12px;font-weight:600;display:grid}.cb-login-card input{color:#243d5f;background:#fbfcfe;border:1px solid #d1dbea;border-radius:8px;outline:0;height:40px;padding:0 11px}.cb-login-card input:focus{border-color:#6f95e8;box-shadow:0 0 0 3px #245bdb1a}.cb-login-error{color:#b34b46;margin:12px 0 0;font-size:12px}.cb-login-submit{color:#fff;background:linear-gradient(135deg,#2d6bf0,#245bdb);border:0;border-radius:8px;width:100%;height:40px;margin-top:20px;font-weight:700}.cb-login-submit:disabled{opacity:.6}.cb-login-card>a{color:#4c75ca;text-align:center;margin-top:16px;font-size:12px;display:block}.cb-login-loading{color:#607493;font-size:13px}@media (width<=700px){.cb-library-header{padding:0 18px}.cb-library-content{padding:34px 18px}.cb-library-heading{flex-direction:column;align-items:start;gap:15px}.cb-library-brand:after{min-width:108px}}.cb-library-card{flex-direction:column;min-height:352px;padding:0;display:flex;overflow:hidden}.cb-card-preview{background:linear-gradient(145deg,#edf4ff 0%,#f8fbff 55%,#eef3fa 100%);border-bottom:1px solid #e4ebf5;min-height:190px;padding:17px}.cb-card-preview-header{background:#ffffffdb;border:1px solid #6f95e838;border-radius:10px 10px 0 0;justify-content:space-between;align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.cb-card-preview-header div{min-width:0}.cb-card-preview-header strong{color:#245bdb;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.cb-card-preview-header span{color:#7a8ba4;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;display:block;overflow:hidden}.cb-card-preview-header em{color:#4772cd;background:#eef3ff;border-radius:999px;flex:none;padding:3px 6px;font-size:9px;font-style:normal}.cb-card-preview-body{background:#fffffff0;border:1px solid #6f95e838;border-top:0;border-radius:0 0 10px 10px;gap:7px;padding:12px 14px 14px;display:grid}.cb-card-preview-text{color:#435a78;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.45;overflow:hidden}.cb-preview-markdown{color:#2c4568;font-weight:600}.cb-card-preview-divider{background:#dfe7f2;height:1px}.cb-card-preview-table{background:#e0e7f0;border:1px solid #e0e7f0;border-radius:5px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.cb-card-preview-table span{background:#f6f8fb;min-height:14px}.cb-card-preview-table span:nth-child(-n+3){background:#edf2f8}.cb-card-preview-button{color:#fff;background:#2d6bf0;border-radius:5px;justify-self:start;padding:6px 10px;font-size:10px;font-weight:600}.cb-card-preview-field{color:#9aa8ba;background:#fbfcfe;border:1px solid #dbe4ef;border-radius:5px;padding:6px 8px;font-size:10px}.cb-card-preview-more{color:#8b9bb0;font-size:10px}.cb-library-card-info{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:15px 18px 17px;display:flex}.cb-library-card-info>strong{color:#243d5f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}@media (width<=700px){.cb-library-grid{grid-template-columns:1fr}}.cb-library-content{align-self:center;width:min(1440px,100% - 96px);max-width:none;padding:48px 0 72px}.cb-library-section{width:100%}.cb-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cb-library-card{min-width:0}.cb-library-heading{margin-bottom:38px}.cb-library-heading h1{font-size:34px}.cb-library-section-heading{margin-bottom:20px}.cb-library-section-heading h2{font-size:22px}.cb-public-library{padding-bottom:8px}@media (width<=1100px){.cb-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.cb-library-content{width:calc(100% - 36px);padding:32px 0 48px}.cb-library-grid{grid-template-columns:1fr}}.cb-name-modal{width:min(460px,100vw - 32px)}.cb-name-form{padding:22px 20px 26px;position:relative}.cb-name-form label{color:#344e70;margin-bottom:9px;font-size:12px;font-weight:700;display:block}.cb-name-form input{color:#243d5f;background:#fbfcfe;border:1px solid #cbd7e8;border-radius:8px;outline:0;width:100%;height:42px;padding:0 12px;font-size:13px}.cb-name-form input:focus{background:#fff;border-color:#4e7fe5;box-shadow:0 0 0 3px #245bdb1a}.cb-name-form input::placeholder{color:#a5b1c1}.cb-name-error{color:#c74440;margin:8px 0 0;font-size:11px}.cb-name-counter{color:#9aa8ba;font-size:10px;position:absolute;bottom:8px;right:21px}.card-builder-shell.is-read-only{grid-template-columns:minmax(0,1fr)}.card-builder-shell.is-read-only .cb-left-panel,.card-builder-shell.is-read-only .cb-right-panel,.card-builder-shell.is-read-only .cb-top-actions>button:not(.save-config):not(.cb-library-link){display:none}.card-builder-shell.is-read-only .cb-canvas{pointer-events:none;padding:42px}.cb-library-card{cursor:pointer;position:relative}.cb-library-card-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.cb-library-card-footer .cb-library-open{margin-top:0}.cb-card-actions{flex:none;position:relative}.cb-card-more{color:#71829a;letter-spacing:2px;background:#fff;border:1px solid #d7e1ef;border-radius:7px;width:30px;height:28px;font-size:13px;line-height:1}.cb-card-more:hover,.cb-card-more[aria-expanded=true]{color:#245bdb;background:#f3f7ff;border-color:#8ba8e8}.cb-card-menu{z-index:4;background:#fff;border:1px solid #d9e3f0;border-radius:9px;min-width:116px;padding:5px;display:grid;position:absolute;bottom:34px;right:0;box-shadow:0 12px 28px #223d6429}.cb-card-menu button{color:#435873;text-align:left;background:0 0;border:0;border-radius:6px;height:30px;padding:0 10px;font-size:11px}.cb-card-menu button:hover{color:#245bdb;background:#f1f5fb}.cb-card-menu button.danger:hover{color:#c74440;background:#fff1f0}.cb-card-delete-confirm{z-index:5;background:snow;border:1px solid #f0c7c4;border-radius:8px;align-items:center;gap:6px;width:220px;padding:9px;display:flex;position:absolute;bottom:36px;right:0;box-shadow:0 10px 24px #78343024}.cb-card-delete-confirm span{color:#8f4b47;flex:1;font-size:10px;line-height:1.35}.cb-card-delete-confirm button{color:#b33f39;background:#fff;border:1px solid #e9b5b0;border-radius:5px;padding:4px 7px;font-size:10px}.cb-card-delete-confirm button:last-child{color:#71829a;border-color:#d7e1ef}.cb-floating-dialog{z-index:30;position:fixed;top:58px;right:148px}.cb-floating-dialog:before{content:"";background:#fff;border-top:1px solid #d5deeb;border-left:1px solid #d5deeb;width:12px;height:12px;position:absolute;top:-6px;right:28px;transform:rotate(45deg)}.cb-floating-dialog .cb-modal{border:1px solid #d5deeb;width:min(360px,100vw - 32px);position:relative;box-shadow:0 16px 40px #182d4e33}.cb-floating-dialog .cb-name-form{padding:16px 18px 23px}.cb-library-page>.cb-modal-backdrop{z-index:30;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;display:block;position:fixed;inset:78px 56px auto auto}.cb-library-page>.cb-modal-backdrop:before{content:"";background:#fff;border-top:1px solid #d5deeb;border-left:1px solid #d5deeb;width:12px;height:12px;position:absolute;top:-6px;right:28px;transform:rotate(45deg)}.cb-library-page>.cb-modal-backdrop .cb-modal{border:1px solid #d5deeb;width:min(360px,100vw - 32px);position:relative;box-shadow:0 16px 40px #182d4e33}.cb-library-page>.cb-modal-backdrop .cb-name-form{padding:16px 18px 23px}.cb-library-page>.cb-modal-backdrop .cb-modal{overflow:visible}.cb-library-page>.cb-modal-backdrop .cb-modal footer{visibility:visible;z-index:1;background:#fff;justify-content:flex-end;gap:9px;min-height:60px;padding:12px 18px 14px;display:flex;position:relative}.cb-library-page>.cb-modal-backdrop .cb-modal footer button{border-radius:7px;justify-content:center;align-items:center;min-width:72px;height:34px;font-size:12px;font-weight:600;display:inline-flex}.cb-library-page>.cb-modal-backdrop .cb-modal footer .primary{color:#fff;background:linear-gradient(135deg,#3370ff,#245bdb);border-color:#245bdb;min-width:104px;box-shadow:0 5px 12px #245bdb38}.cb-floating-dialog .cb-modal footer{justify-content:flex-end;gap:9px;padding:12px 18px 14px;display:flex}.cb-floating-dialog .cb-modal footer button{border-radius:7px;min-width:72px;height:34px;font-size:12px;font-weight:600}.cb-floating-dialog .cb-modal footer button.primary{color:#fff;background:linear-gradient(135deg,#3370ff,#245bdb);border-color:#245bdb;min-width:104px;box-shadow:0 5px 12px #245bdb38}.cb-floating-dialog .cb-modal footer button.primary:hover{background:linear-gradient(135deg,#2865ef,#1e50c2);transform:translateY(-1px)}@media (width<=700px){.cb-floating-dialog{top:58px;left:16px;right:16px}.cb-floating-dialog .cb-modal{width:100%}}.cb-brand>div:before,.cb-library-brand>div:before{content:"";background-image:url(/assets/yintong-card-logo-DvOA3ZVs.png);background-position:50%;background-repeat:no-repeat;background-size:42px 42px;width:32px;height:32px;position:absolute;top:0;left:10px}.cb-library-brand:after,.cb-library-brand:before{content:none}.cb-library-parent-copy{color:#536b8d;flex-direction:column;justify-content:center;min-width:118px;line-height:1.1;text-decoration:none;display:flex}.cb-library-parent-copy strong{font-size:14px;font-weight:700}.cb-library-parent-copy small{color:#91a0b5;margin-top:3px;font-size:9px;font-weight:500}.cb-library-brand>div{padding-left:50px;transform:translateY(2px)}.cb-library-brand>div small{display:none}.cb-library-brand>div:after{content:"银通卡片资源库";color:#7b8da7;margin-top:3px;font-size:9px;display:block}.cb-brand>div,.cb-library-brand>div{margin-left:3px;padding-left:50px;position:relative}.cb-library-brand>div{order:2}.cb-brand>div{align-self:center;transform:none}.cb-brand>div:before,.cb-library-brand>div:before{top:-2px}.cb-library-brand>div{align-self:center;transform:none!important}.cb-brand>div{line-height:1.05}.cb-brand>div small,.cb-library-brand>div small{margin-top:1px}.cb-brand>div strong,.cb-library-brand>div strong{line-height:1}.cb-brand>div small,.cb-library-brand>div small{margin-top:0;line-height:1}.cb-library-brand>div{gap:0}@media (width<=700px){.cb-library-page>.cb-modal-backdrop{top:74px;left:16px;right:16px}.cb-library-page>.cb-modal-backdrop .cb-modal{width:100%}}.cb-library-card{align-self:start}.cb-library-card-info{flex:none;padding:11px 16px 13px}.cb-library-card-info>strong{font-size:14px}.cb-library-card-title{flex-direction:column;gap:4px;min-width:0;display:flex;overflow:hidden}.cb-library-card-title strong{color:#243d5f;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.cb-library-card-title small{color:#8a9ab0;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.cb-library-card{min-height:0}.cb-card-preview{min-height:0;padding:12px}.cb-card-preview-body{padding:9px 11px 10px}.cb-library-card-info{padding:8px 14px 10px}.cb-brand>div:before,.cb-library-brand>div:before{background-image:url(/assets/yintong-card-logo-DvOA3ZVs.png)}html,body{height:100%}.app-root{height:100dvh;height:var(--app-h,100dvh)}body{color:#1d1b20;overscroll-behavior:none;background:#fff}.global-product-shell--starfield .global-product-header{background:#fffffff5;border-bottom-color:#dce4ef;box-shadow:0 1px 8px #213d660f}.global-product-shell--starfield .global-product-brand>span{background:#dce4ef}.global-product-shell--starfield .global-product-brand__app{color:#193556}.global-product-shell--starfield .global-product-brand__app small{color:#8292a7}.global-product-shell--starfield .global-product-user>button{color:#536b85;background:#fff;border-color:#d6e1ee}.global-product-shell--starfield .app-root{background:#fff!important}.m3e-editor-panel{background:#f8fbff!important}.m3e-editor-panel--left{border-right:1px solid #d9e5f1}.m3e-editor-panel--right{border-left:1px solid #d9e5f1}.m3e-editor-rail{border-right:1px solid #dbe8f3;background:#edf5fb!important}.m3e-editor-stage{background:#fff!important}.m3e-editor-stage>div:first-child{border:1px solid #dce8f2;box-shadow:inset 0 0 0 1px #ffffffb3;background:#fff!important}.m3e-editor-pill{border:1px solid #dbe6f2;background:#fff!important;box-shadow:0 5px 18px #193a5f1f!important}.m3e-editor-panel .m3-tile{border:1px solid #e3ebf5;box-shadow:0 1px 2px #1e3f650a}.m3e-editor-panel .m3-tile:hover{border-color:#81cbe7;box-shadow:0 5px 14px #2282b51f}.m3e-published-root,.m3e-published-state{width:100%;min-height:100dvh;margin:0}.m3e-project-toolbar{z-index:90;pointer-events:auto;align-items:center;gap:8px;max-width:min(248px,100vw - 72px);display:flex;position:fixed;top:14px;left:60px}.m3e-project-toolbar select{flex:auto;width:auto;min-width:0}.m3e-project-toolbar button{flex:none}.m3e-titlebar{box-sizing:border-box;color:#2b2730;z-index:35;pointer-events:none;background:#fffffff0;border:1px solid #5f46a029;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:6px 14px;display:flex;position:fixed;top:68px;box-shadow:0 4px 16px #23183614}.m3e-titlebar-main,.m3e-titlebar-meta{align-items:center;gap:10px;min-width:0;display:flex}.m3e-titlebar-copy{min-width:0;line-height:1.2;display:grid}.m3e-titlebar-copy strong,.m3e-titlebar-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.m3e-titlebar-copy strong{font-size:14px}.m3e-titlebar-copy span{color:#756d7e;font-size:11px}.m3e-titlebar-status,.m3e-titlebar-device{color:#66518e;white-space:nowrap;background:#f0ecf6;border-radius:999px;padding:6px 10px;font-size:11px}.m3e-titlebar-status span{color:#2e9b68;margin-right:5px}@media (width<=900px){.m3e-project-toolbar{max-width:min(248px,100vw - 72px);top:14px;left:60px}.m3e-project-toolbar select{max-width:none}.m3e-titlebar{flex-wrap:wrap;top:64px;left:12px!important;right:12px!important}.m3e-titlebar-meta{margin-left:auto}}@media (width>=901px) and (width<=1100px){.m3e-project-toolbar{top:64px}}.m3e-published-state{box-sizing:border-box;color:#3f3f46;background:#f8f7fb;place-items:center;padding:24px;font:500 16px/1.5 system-ui,sans-serif;display:grid}.msr{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;direction:ltr;font-family:Material Symbols Rounded;font-style:normal;font-weight:400;line-height:1;display:inline-block}.msr[data-fill="1"]{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.no-scrollbar{scrollbar-width:thin;scrollbar-color:var(--sb,#d6cfe0) transparent}.no-scrollbar::-webkit-scrollbar{width:6px}.no-scrollbar::-webkit-scrollbar-thumb{background:var(--sb,#d6cfe0);border-radius:999px}.no-scrollbar::-webkit-scrollbar-track{background:0 0}.m3-press{transition:transform .12s cubic-bezier(.2,0,0,1),background .12s,color .12s}.m3-press:active:not(:disabled){transform:scale(.94)}.m3-tile{transition:transform .14s cubic-bezier(.2,0,0,1),background .12s}.m3-tile:hover{transform:translateY(-1px)}.m3-tile:active{transform:scale(.96)}.m3-tile .m3-star{opacity:0;transition:opacity .12s}.m3-tile:hover .m3-star,.m3-tile .m3-star[style*="opacity: 1"]{opacity:1}input[type=range].m3-range{appearance:none;cursor:pointer;background:0 0;width:100%;height:28px;margin:0}input[type=range].m3-range::-webkit-slider-runnable-track{background:var(--track,#e8def8);border-radius:5px;height:10px}input[type=range].m3-range::-webkit-slider-thumb{appearance:none;background:var(--thumb,#6750a4);border:none;border-radius:3px;width:6px;height:26px;margin-top:-8px}input[type=range].m3-range::-moz-range-track{background:var(--track,#e8def8);border-radius:5px;height:10px}input[type=range].m3-range::-moz-range-thumb{background:var(--thumb,#6750a4);border:none;border-radius:3px;width:6px;height:26px}input.m3-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.m3-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.m3-number{appearance:textfield}@media (prefers-reduced-motion:reduce){.m3-press,.m3-tile{transition:none}.m3-spin{animation:none}}@keyframes m3-spin{to{transform:rotate(360deg)}}.m3-spin{animation:1.1s linear infinite m3-spin}.m3-run>*{border-radius:8px!important}.m3-run>:first-child{border-top-left-radius:22px!important;border-bottom-left-radius:22px!important}.m3-run>:last-child{border-top-right-radius:22px!important;border-bottom-right-radius:22px!important}.script-agent-page{box-sizing:border-box;color:#21324c;background:#f7f9fc;height:100%;min-height:0;padding:36px clamp(24px,4vw,64px) 56px;display:block;overflow:auto}.script-agent-hero{box-sizing:border-box;background:0 0;border:0;flex:none;justify-content:space-between;align-items:flex-start;gap:32px;width:100%;max-width:1280px;height:auto;margin:0 auto 28px;padding:0;display:flex}.script-agent-eyebrow{color:#4575cf;letter-spacing:.14em;font-size:11px;font-weight:700}.script-agent-hero h1{color:#152b4d;letter-spacing:-.03em;margin:8px 0 7px;font-size:clamp(26px,4vw,36px)}.script-agent-hero p,.script-agent-panel-heading p{color:#75839a;margin:0;font-size:13px;line-height:1.7}.script-agent-refresh,.script-agent-run,.script-agent-api{color:#3164e0;cursor:pointer;background:#fff;border:1px solid #d5e0f0;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:12px;display:inline-flex}.script-agent-refresh{flex:none;padding:9px 13px}.script-agent-refresh:disabled,.script-agent-run:disabled,.script-agent-api:disabled{color:#9aa7b9;cursor:not-allowed}.script-agent-status-grid{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;max-width:1280px;margin:0 auto 20px;display:grid}.script-agent-status-card{background:#fff;border:1px solid #e2e9f3;border-radius:12px;align-items:center;gap:13px;min-height:98px;padding:18px;display:flex;box-shadow:0 5px 18px #1c3c690a}.script-agent-status-card.online{border-color:#b7e3d2}.script-agent-status-card.offline{border-color:#f0d5d2}.script-agent-status-icon{color:#3567d7;background:#edf3ff;border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid}.online .script-agent-status-icon{color:#168457;background:#e8f8f0}.offline .script-agent-status-icon{color:#c64d47;background:#fff1f0}.script-agent-status-card div:last-child{gap:3px;min-width:0;display:grid}.script-agent-status-card span,.script-agent-status-card small{color:#8290a3;font-size:11px}.script-agent-status-card strong{color:#1d3659;text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.script-agent-content-grid{box-sizing:border-box;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr);align-items:start;gap:18px;width:100%;max-width:1280px;margin:0 auto;display:grid}.script-agent-panel{box-sizing:border-box;background:#fff;border:1px solid #e2e9f3;border-radius:14px;width:100%;min-width:0;margin:0;padding:22px;box-shadow:0 5px 18px #1c3c690a}.script-agent-panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.script-agent-panel h2{color:#1d3659;margin:0 0 4px;font-size:17px}.script-agent-configured,.script-agent-unconfigured{border-radius:99px;flex:none;padding:5px 9px;font-size:11px}.script-agent-configured{color:#168457;background:#e9f8f1}.script-agent-unconfigured{color:#9a6a18;background:#fff5db}.script-agent-script-list{gap:9px;display:grid}.script-agent-script{background:#fbfcfe;border:1px solid #edf1f6;border-radius:10px;align-items:center;gap:12px;padding:13px 14px;display:flex}.script-agent-script-icon{color:#3567d7;background:#edf3ff;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.script-agent-script-copy{gap:3px;min-width:0;display:grid}.script-agent-script-copy strong{color:#213b60;font-size:13px}.script-agent-script-copy code{color:#8090a5;width:fit-content;font-size:11px}.script-agent-script-copy p{color:#75839a;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.script-agent-script-copy small{color:#168457;font-size:11px}.script-agent-run{margin-left:auto;padding:7px 12px}.script-agent-empty,.script-agent-history-empty{color:#8b98aa;text-align:center;place-items:center;gap:8px;padding:34px 16px;display:grid}.script-agent-empty strong{color:#50627b;font-size:14px}.script-agent-empty p{margin:0;font-size:12px}.script-agent-job-list{gap:2px;display:grid}.script-agent-job{color:#65758c;border-bottom:1px solid #f0f3f7;grid-template-columns:8px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:11px 3px;font-size:12px;display:grid}.script-agent-job:last-child{border-bottom:0}.script-agent-job strong{color:#304866;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.script-agent-job time{color:#9aa6b6;font-size:11px}.script-agent-job-dot{background:#aab5c3;border-radius:50%;width:7px;height:7px}.script-agent-job-dot.running{background:#3f79e5}.script-agent-job-dot.succeeded{background:#1aa269}.script-agent-job-dot.failed{background:#d5544d}.script-agent-job-dot.queued{background:#d49b27}.script-agent-notice{box-sizing:border-box;border-radius:8px;align-items:center;gap:8px;width:100%;max-width:1280px;margin:0 auto 12px;padding:10px 12px;font-size:12px;display:flex}.script-agent-notice.error{color:#a53d37;background:#fff1f0}.script-agent-hero-actions{align-items:center;gap:10px;display:flex}.script-agent-legacy-title{color:#7b8ca2;letter-spacing:.08em;margin:20px 0 10px;font-size:11px;font-weight:700}.script-agent-job:is(button){text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.script-upload-dialog,.script-log-dialog{background:#fff;border:1px solid #dce5f1;border-radius:18px;width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto}.script-upload-dialog>header,.script-log-dialog>header{background:#fff;border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-start;height:auto;padding:22px 24px;display:flex}.script-upload-dialog header span,.script-log-dialog header span{color:#4673c8;letter-spacing:.12em;font-size:11px;font-weight:700}.script-upload-dialog header h2,.script-log-dialog header h2{color:#183456;margin:5px 0 3px;font-size:21px}.script-upload-dialog header p,.script-log-dialog header p{color:#7b8ca2;margin:0;font-size:12px}.script-upload-dialog button,.script-log-dialog button{color:#3567d7;cursor:pointer;background:#fff;border:1px solid #d7e1ee;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 11px;display:inline-flex}.script-upload-dialog>label{color:#304866;gap:7px;padding:12px 24px 0;font-size:12px;font-weight:600;display:grid}.script-upload-dialog input,.script-upload-dialog textarea{box-sizing:border-box;color:#213b60;width:100%;font:inherit;resize:vertical;background:#fff;border:1px solid #d8e2ee;border-radius:8px;padding:9px 10px}.script-upload-dialog>footer{justify-content:flex-end;gap:9px;padding:20px 24px 24px;display:flex}.script-log-dialog{grid-template-rows:auto minmax(260px,1fr);width:min(900px,100%);display:grid}.script-log-stream{background:#101d31;min-height:300px;padding:16px;overflow:auto}.script-log-stream pre{color:#dce8f8;white-space:pre-wrap;word-break:break-word;margin:0;font:12px/1.65 ui-monospace,Consolas,monospace}.script-log-stream pre.stderr{color:#ffaaa4}.script-log-stream pre.system{color:#82c7ff}.script-log-wait{color:#92a7c2;justify-content:center;align-items:center;gap:8px;min-height:260px;font-size:13px;display:flex}.script-agent-actions{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.script-agent-actions .script-agent-run{margin-left:0}.script-agent-api{color:#53677f;padding:7px 11px}.script-workspace-sync-message{color:#17805a;align-items:center;gap:7px;margin:-3px 0 10px;font-size:12px;display:flex}.script-workspace-panel{min-height:430px;position:relative}.script-workspace-toolbar{background:#f8fafc;border:1px solid #e5ebf3;border-radius:9px;align-items:center;gap:8px;margin:0 -4px 12px;padding:9px 10px;display:flex}.script-workspace-toolbar button{color:#42638f;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:5px 7px;display:inline-flex}.script-workspace-toolbar button:disabled{color:#a1adbc;cursor:not-allowed}.script-workspace-toolbar .script-workspace-sync{color:#1b7b58;border-left:1px solid #dce5f0;padding-left:14px}.script-workspace-toolbar span{color:#8a97a8;margin-left:auto;font-size:11px}.script-tree{-webkit-user-select:none;user-select:none;min-height:210px;padding:5px 0 14px}.script-tree-children{border-left:1px solid #e7edf5;margin-left:20px;padding-left:3px}.script-tree-row{color:#334d70;text-align:left;cursor:default;background:0 0;border:0;border-radius:6px;grid-template-columns:16px 18px minmax(0,1fr) auto;align-items:center;gap:5px;width:100%;padding:6px 9px 6px 4px;display:grid}.script-tree-row:hover{background:#edf4ff}.script-tree-row.entry{color:#245fca;background:#f3f7ff}.script-tree-row em{color:#176f50;background:#e7f7ef;border-radius:99px;padding:2px 6px;font-size:10px;font-style:normal}.script-tree-chevron{place-items:center;width:16px;height:16px;display:grid}.script-workspace-file-input{display:none}.script-tree-menu{z-index:1300;background:#fff;border:1px solid #dbe4ef;border-radius:9px;min-width:158px;padding:5px;display:grid;position:fixed;overflow:hidden;box-shadow:0 12px 35px #19304e2e}.script-tree-menu button{color:#334d70;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:8px 10px;display:flex}.script-tree-menu button:hover{background:#f0f5fb}.script-tree-menu button.danger{color:#b74741}.script-tree-menu button:disabled{color:#a1adbc;cursor:not-allowed}.script-api-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1020377a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.script-api-dialog{background:#fff;border:1px solid #dce5f1;border-radius:18px;grid-template-rows:auto minmax(0,1fr);width:min(820px,100%);height:min(820px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 24px 70px #1227463d}.script-api-dialog>header{box-sizing:border-box;background:#fff;border-bottom:1px solid #edf1f6;flex:none;justify-content:space-between;align-items:flex-start;height:auto;min-height:96px;padding:22px 24px 18px;display:flex}.script-api-dialog>header span{color:#4673c8;letter-spacing:.12em;font-size:11px;font-weight:700}.script-api-dialog>header h2{color:#183456;margin:5px 0 3px;font-size:21px;line-height:1.25}.script-api-dialog>header code{color:#7b8ca2;font-size:12px;line-height:1.5;display:block}.script-api-dialog button{color:#3567d7;cursor:pointer;background:#fff;border:1px solid #d7e1ee;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 11px;display:inline-flex}.script-api-dialog button:disabled{color:#9aa7b9;cursor:not-allowed}.script-api-dialog>header>button{color:#66778c;flex:none;padding:7px}.script-api-body{overscroll-behavior:contain;scrollbar-gutter:stable;gap:0;min-height:0;display:grid;overflow-y:auto}.script-api-body>section{border-bottom:1px solid #edf1f6;padding:20px 24px}.script-api-body>section:last-child{border-bottom:0}.script-api-section-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.script-api-section-title h3{color:#213b60;margin:0 0 4px;font-size:15px}.script-api-section-title p{color:#7b8ca2;margin:0;font-size:12px;line-height:1.6}.script-api-secret{background:#f1fbf6;border:1px solid #bde4d2;border-radius:9px;align-items:center;gap:10px;margin-bottom:10px;padding:10px;display:flex}.script-api-secret code{color:#176b4b;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.script-api-key-list{gap:7px;display:grid}.script-api-key-list>div{border:1px solid #e8edf4;border-radius:9px;justify-content:space-between;align-items:center;padding:9px 11px;display:flex}.script-api-key-list span{gap:2px;display:grid}.script-api-key-list strong{color:#304866;font-size:12px}.script-api-key-list code{color:#8996a8;font-size:11px}.script-api-key-list button{color:#bd514b;padding:6px}.script-api-dialog pre{color:#dce8f8;white-space:pre-wrap;word-break:break-word;background:#101d31;border-radius:10px;margin:0;padding:14px;font:12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.script-api-create-key,.script-api-create-key label,.script-api-key-list label{color:#66778c;align-items:center;gap:6px;font-size:12px;display:flex}.script-api-create-key input,.script-api-key-list input{box-sizing:border-box;color:#304866;background:#fff;border:1px solid #d7e1ee;border-radius:7px;width:58px;padding:7px 6px}.script-api-key-list>div>label{margin-left:auto}.script-api-key-list>div>button{margin-left:4px}@media (width<=980px){.script-agent-content-grid{grid-template-columns:1fr}.script-agent-history-panel{order:2}}@media (width<=760px){.script-agent-page{padding:24px 14px 40px}.script-agent-hero{display:block}.script-agent-refresh{margin-top:16px}.script-agent-status-grid{grid-template-columns:1fr}.script-agent-panel{padding:15px}.script-agent-script{align-items:flex-start}.script-agent-actions{display:grid}.script-agent-run{align-self:center}.script-agent-job{grid-template-columns:8px minmax(0,1fr) auto}.script-agent-job time{grid-column:2/-1}.script-api-backdrop{padding:10px}.script-api-dialog{height:calc(100dvh - 20px)}.script-api-dialog>header,.script-api-body>section{padding:16px}.script-api-section-title{display:grid}.script-api-section-title button{width:fit-content}}:root{color:#1f2633;font-synthesis:none;background:#f5f6f8;font-family:Inter,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.login-page{background:#f8fbfd;min-height:100vh;overflow:hidden}.login-layout{grid-template-columns:minmax(0,1.38fr) minmax(390px,1fr);min-height:calc(100vh - 64px);display:grid}.global-product-header{z-index:3;background:#fff;border-bottom:1px solid #e4eaf1;height:64px;padding:0 32px;position:relative}.login-showcase{color:#09234a;background:radial-gradient(circle at 78% 28%,#20cddd3d,#0000 29%),linear-gradient(145deg,#f8fdff 0%,#edf7ff 54%,#e4f8f8 100%);min-width:0;padding:clamp(28px,4.5vw,72px) clamp(30px,6vw,104px);position:relative;overflow:hidden}.login-grid{opacity:.56;background-image:linear-gradient(#13479312 1px,#0000 1px),linear-gradient(90deg,#13479312 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 92%);mask-image:linear-gradient(#000,#0000 92%)}.login-glow{filter:blur(46px);opacity:.6;border-radius:50%;position:absolute}.login-glow-a{background:#0cc2d66b;width:260px;height:260px;top:8%;right:-76px}.login-glow-b{background:#2a60d238;width:240px;height:240px;bottom:-90px;left:16%}.showcase-brand,.showcase-copy,.showcase-workbench,.showcase-float{z-index:1;position:relative}.showcase-brand{letter-spacing:.03em;align-items:center;gap:11px;font-size:18px;font-weight:800;display:flex}.showcase-brand img{object-fit:contain;width:35px;height:35px}.showcase-copy{max-width:620px;margin-top:clamp(48px,8vh,90px)}.showcase-eyebrow{color:#315c78;letter-spacing:.08em;background:#ffffffc7;border:1px solid #c5e8ef;border-radius:999px;align-items:center;gap:9px;margin:0;padding:8px 13px;font-size:12px;font-weight:700;display:inline-flex}.showcase-eyebrow i{background:#12bace;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #12bace24}.showcase-copy h1{color:#0a2b59;letter-spacing:-.055em;margin:22px 0 18px;font-size:clamp(38px,4.15vw,64px);line-height:1.14}.showcase-copy h1 span{color:#1455bc;white-space:nowrap;position:relative}.showcase-copy h1 span:after{content:"";background:linear-gradient(90deg,#16c8d8,#0000);border-radius:99px;height:5px;position:absolute;bottom:-7px;left:2px;right:0}.showcase-lead{color:#506d89;max-width:560px;margin:0;font-size:15px;line-height:1.9}.showcase-trust{color:#52708a;flex-wrap:wrap;gap:11px 20px;margin-top:26px;font-size:12px;display:flex}.showcase-trust span{align-items:center;gap:5px;display:inline-flex}.showcase-trust svg{color:#07aebf;stroke-width:3px}.showcase-workbench{background:#fffffff0;border:1px solid #89b7d7d9;border-radius:16px;width:min(690px,100% - 22px);margin-top:clamp(34px,6vh,64px);margin-left:auto;overflow:hidden;transform:perspective(1400px)rotateY(-3deg)rotateX(1deg);box-shadow:0 28px 65px #113a652e}.workbench-header{border-bottom:1px solid #e2edf4;justify-content:space-between;align-items:center;height:50px;padding:0 16px;font-size:12px;font-weight:800;display:flex}.workbench-header>div{align-items:center;gap:8px;display:flex}.workbench-header b{background:linear-gradient(135deg,#1f58bb,#17c5d3);border-radius:6px;width:19px;height:19px}.workbench-header>span{color:#607b92;font-size:10px;font-weight:600}.workbench-body{grid-template-columns:116px minmax(0,1fr);min-height:254px;display:grid}.workbench-body aside{background:#f4f8fb;border-right:1px solid #e1ebf3;flex-direction:column;gap:5px;padding:14px 9px;display:flex}.workbench-body aside span{color:#718398;border-radius:6px;align-items:center;gap:6px;padding:8px 7px;font-size:10px;display:flex}.workbench-body aside span:first-child{color:#1755ae;background:#e5efff;font-weight:700}.workbench-table{min-width:0;padding:15px;position:relative}.workbench-toolbar{color:#6e8094;align-items:center;gap:9px;font-size:10px;display:flex}.workbench-toolbar strong{color:#173357;margin-right:auto;font-size:13px}.workbench-toolbar small{background:#f1f5f9;border-radius:5px;padding:5px 7px}.workbench-toolbar em{color:#fff;background:#1756b7;border-radius:6px;padding:6px 8px;font-size:10px;font-style:normal}.workbench-row{color:#496177;border-bottom:1px solid #e6eef4;grid-template-columns:1.6fr .8fr .7fr;align-items:center;min-height:38px;font-size:10px;display:grid}.workbench-row span{align-items:center;gap:5px;min-width:0;padding:0 8px;display:flex}.workbench-row span+span{border-left:1px solid #e6eef4}.workbench-head{color:#718399;background:#f4f8fb;min-height:32px;margin-top:14px;font-size:9px}.workbench-row:not(.workbench-head)>span:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.workbench-row b{color:#1756b7;background:#e8f0fb;border-radius:50%;place-items:center;width:18px;height:18px;font-size:8px;display:grid}.workbench-dot{background:#ffbe58;border-radius:3px;flex:none;width:8px;height:8px}.workbench-dot.cyan{background:#1bc8c3}.workbench-dot.blue{background:#7c8fff}.workbench-status{color:#a26d05;white-space:nowrap;background:#fff2d8;border-radius:8px;padding:4px 6px;font-size:9px;font-style:normal}.workbench-status.cyan{color:#087d6d;background:#dff8f4}.workbench-status.blue{color:#275aa8;background:#e6eeff}.workbench-flow{opacity:.78;background:linear-gradient(#19c5d1,#1856b7);border-radius:4px;width:3px;position:absolute;top:91px;bottom:18px;left:22%}.workbench-flow i{background:#19c5d1;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;left:-3px;box-shadow:0 0 0 1px #89dbe2}.workbench-flow i:first-child{top:10%}.workbench-flow i:nth-child(2){top:47%}.workbench-flow i:nth-child(3){background:#1856b7;bottom:5%}.showcase-float{z-index:2;background:#ffffffed;border:1px solid #d8e7ef;border-radius:11px;align-items:center;gap:9px;padding:10px 13px;display:flex;position:absolute;box-shadow:0 13px 30px #183e6624}.showcase-float>span{color:#1857b7;background:#e6efff;border-radius:9px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:800;display:grid}.float-closed>span{color:#078d8b;background:#dff9f7}.showcase-float small,.showcase-float strong{display:block}.showcase-float small{color:#6c8194;font-size:9px}.showcase-float strong{color:#19385d;margin-top:2px;font-size:10px}.float-members{top:57%;right:clamp(12px,3vw,48px)}.float-closed{bottom:46px;left:clamp(26px,7vw,110px)}.login-panel{background:#fff;place-items:center;min-width:0;padding:32px;display:grid}.login-card{background:#fffffff5;border:1px solid #e2eaf2;border-radius:18px;width:min(410px,100%);padding:34px;box-shadow:0 20px 55px #22416914}.login-brand{color:#1f2b3d;align-items:center;gap:11px;display:flex}.login-brand img{object-fit:contain;width:38px;height:38px}.login-brand strong,.login-brand span{display:block}.login-brand strong{font-size:17px}.login-brand span{color:#758299;margin-top:2px;font-size:12px}.login-heading{margin:32px 0 24px}.login-heading h1{color:#18243a;margin:0;font-size:27px}.login-heading p{color:#728097;margin:8px 0 0;font-size:14px}.login-field{color:#34415a;margin-top:18px;font-size:13px;font-weight:600;display:block}.login-field>input,.login-password{background:#fff;border:1px solid #cfd9e8;border-radius:9px;width:100%;height:44px;margin-top:8px}.login-field>input{outline:none;padding:0 12px}.login-password{display:flex;overflow:hidden}.login-password input{border:0;outline:none;flex:1;min-width:0;padding:0 12px}.login-password button{color:#68768c;background:0 0;border:0;width:43px}.login-field>input:focus,.login-password:focus-within{border-color:#3174df;box-shadow:0 0 0 3px #3174df1f}.login-field>input[aria-invalid=true]{border-color:#d94941}.login-field:has(input[aria-invalid=true]) .login-password{border-color:#d94941}.login-field small{color:#c43c35;margin-top:6px;font-weight:400;display:block}.login-error{color:#c43c35;margin:16px 0 0;font-size:13px}.login-submit{color:#fff;background:linear-gradient(100deg,#2f67dc,#159b9b);border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:24px;font-weight:700;display:flex}.login-submit:disabled{cursor:default;opacity:.68}@media (width<=900px){.login-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.96fr)}.login-showcase{padding:34px clamp(24px,4vw,46px)}.showcase-copy{margin-top:clamp(45px,8vh,72px)}.showcase-copy h1{font-size:clamp(36px,5vw,48px)}.showcase-workbench,.showcase-float{display:none}.showcase-lead{font-size:14px}.showcase-trust{gap:10px}}@media (width<=640px){.login-page{min-height:100svh;overflow:auto}.login-layout{min-height:calc(100svh - 64px);display:block}.global-product-header{padding:0 16px}.login-showcase{min-height:96px;padding:24px 20px 20px}.login-grid{opacity:.38;-webkit-mask-image:none;mask-image:none}.login-glow{display:none}.showcase-brand{font-size:17px}.showcase-brand img{width:31px;height:31px}.showcase-copy{margin:10px 0 0}.showcase-eyebrow{padding:5px 9px;font-size:10px}.showcase-copy h1,.showcase-lead,.showcase-trust{display:none}.login-panel{background:#f8fbfd;padding:18px 16px 24px;display:block}.login-card{border-radius:14px;width:100%;padding:25px 20px;box-shadow:0 13px 34px #22416917}.login-heading{margin:24px 0 20px}.login-heading h1{font-size:25px}.login-field{margin-top:16px}.login-submit{margin-top:21px}}@media (prefers-reduced-motion:no-preference){.login-glow-a{animation:8s ease-in-out infinite alternate login-glow-drift}.showcase-float{animation:5s ease-in-out infinite alternate login-float}}@media (prefers-reduced-motion:reduce){.login-glow-a,.showcase-float{animation:none}}@keyframes login-glow-drift{to{transform:translate(-22px,22px)scale(1.06)}}@keyframes login-float{to{transform:translateY(-7px)}}.shell{background:#f7f8fa;flex-direction:column;height:100vh;min-height:620px;display:flex}header{background:#fff;border-bottom:1px solid #e7e9ee;flex:none;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.brand{color:#20293a;align-items:center;gap:10px;display:flex}.product-titlebar{align-items:center;gap:11px;min-width:0;display:flex}.product-titlebar__home{cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;width:34px;height:34px;padding:0;display:grid}.product-titlebar__home:hover{background:#f1f5fb}.product-titlebar__home img{object-fit:contain;width:27px;height:27px}.product-titlebar__divider{background:#e3e8ef;flex:none;width:1px;height:27px}.product-titlebar__app{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none}.product-titlebar__app:hover{color:#285bd5}.brand-logo{object-fit:contain;flex:none;width:24px;height:24px}.brand strong{letter-spacing:.2px;font-size:16px}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy small{color:#8190a5;font-size:10px}.workspace-home-link{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;margin-left:-6px;padding:4px 6px}.workspace-home-link:hover{background:#f3f6fb}.app-home-page{color:#172033;background:#f5f7fb;min-height:100vh}.app-home-header{z-index:10;height:64px;padding:0 32px;position:sticky;top:0;box-shadow:0 1px #13254814}.app-home-main{box-sizing:border-box;width:100%;margin:0;padding:48px 32px 72px}.app-home-hero{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:38px;display:flex}.app-home-hero span{color:#2f6fea;letter-spacing:.16em;font-size:11px;font-weight:700}.app-home-hero h1{letter-spacing:-.03em;margin:8px 0 6px;font-size:32px;line-height:1.2}.app-home-hero p,.app-home-section-title p{color:#778399;margin:0;font-size:14px}.app-home-create{align-items:center;gap:7px;min-height:38px;padding:0 18px;display:inline-flex}.app-home-create.primary{color:#fff;background:linear-gradient(135deg,#3978e6,#2c5fd0);border:1px solid #2f67d8;border-radius:8px;font-weight:600;box-shadow:0 6px 14px #2f67d833}.app-home-create.primary:hover{background:linear-gradient(135deg,#306bd8,#2458c5);border-color:#2458c5;box-shadow:0 8px 18px #2f67d847}.app-home-create.primary:focus-visible{outline-offset:2px;outline:3px solid #2f67d838}.app-home-hero-actions{align-items:center;gap:12px;display:flex}.app-home-view-switch{background:#fff;border:1px solid #dbe2ee;border-radius:9px;padding:3px;display:flex}.app-home-view-switch button{color:#748197;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:0 10px;display:inline-flex}.app-home-view-switch button.active{color:#2f67d8;background:#eaf0fd;font-weight:600}.app-home-section{margin-top:34px}.app-home-section-title{justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px;display:flex}.app-home-section-title h2{margin:0 0 5px;font-size:19px}.app-home-section-title>span{color:#8290a5;font-size:13px}.app-home-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.app-home-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #dfe4ed;border-radius:14px;min-width:0;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 3px 12px #1f345b0a}.app-home-card:hover{border-color:#a9c2f8;transform:translateY(-2px);box-shadow:0 10px 28px #254c911f}.app-home-card-open{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;display:block}.app-home-preview{background:linear-gradient(145deg,#f8faff,#edf3ff);border-bottom:1px solid #e5e9f1;height:142px;padding:12px 12px 0;display:block}.app-home-preview-bar{background:#fff;border-radius:5px 5px 0 0;align-items:center;gap:5px;height:18px;padding:0 7px;display:flex}.app-home-preview-bar b{background:#cbd5e5;border-radius:50%;width:5px;height:5px;display:block}.app-home-preview-bar b:first-child{background:#4e7ee8}.app-home-preview-tabs{background:#f9fbff;border-bottom:1px solid #e9edf5;gap:5px;height:22px;padding:5px 7px;display:flex}.app-home-preview-tabs b{background:#e6ebf4;border-radius:3px;width:42px;height:8px;display:block}.app-home-preview-tabs b:first-child{background:#bfd2fb}.app-home-preview-grid{background:#fff;grid-template-columns:26px repeat(5,1fr);grid-auto-rows:16px;height:90px;display:grid;overflow:hidden}.app-home-preview-grid b{border-bottom:1px solid #e8ecf3;border-right:1px solid #e8ecf3}.app-home-preview-grid b:nth-child(6n+1){background:#f4f7fb}.app-home-card-copy{grid-template-columns:minmax(0,auto) auto;justify-content:start;align-items:center;gap:4px 7px;min-height:76px;padding:15px 46px 14px 16px;display:grid;position:relative}.app-home-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.app-home-card-copy em{color:#2f6fea;background:#e9f0ff;border-radius:4px;padding:1px 5px;font-size:11px;font-style:normal}.app-home-card-copy small{color:#8a95a8;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;font-size:12px;overflow:hidden}.app-home-card-role{display:none}.app-home-card{position:relative}.app-home-card-share{color:#8792a5;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;bottom:20px;right:10px}.app-home-card-share:hover{color:#376dcc;background:#eef3fc}.app-home-grid.is-list{grid-template-columns:1fr;gap:8px;display:grid}.app-home-card.is-list{border-radius:10px;min-height:66px}.app-home-card.is-list:hover{transform:none}.app-home-card.is-list .app-home-card-open{min-height:66px}.app-home-card.is-list .app-home-preview{display:none}.app-home-card.is-list .app-home-card-copy{grid-template-columns:minmax(180px,.8fr) minmax(240px,1.6fr) 90px;min-height:66px;padding:10px 62px 10px 16px}.app-home-card.is-list .app-home-card-copy strong{grid-column:1}.app-home-card.is-list .app-home-card-copy>em{position:absolute;top:8px;right:16px}.app-home-card.is-list .app-home-card-copy>small:not(.app-home-card-role){grid-column:2}.app-home-card.is-list .app-home-card-role{color:#56657b;grid-column:3;display:block}.app-home-card.is-list .app-home-card-share{bottom:16px;right:12px}.dialog.share-dialog{border-radius:12px;width:min(620px,100vw - 32px);max-height:min(720px,100vh - 40px);padding:0;overflow:hidden}.share-dialog>header{border-bottom:1px solid #e8ebf1;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;height:auto;padding:18px 20px 14px;display:grid}.share-dialog>header h2{margin:0 0 4px;font-size:18px}.share-dialog>header p{color:#7b879a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.share-dialog-security{color:#596579;align-items:center;gap:5px;font-size:13px;display:flex}.share-dialog-error{margin:12px 20px 0}.share-invite-section,.share-current-section{padding:16px 20px}.share-current-section{border-top:1px solid #edf0f5;max-height:310px;overflow:auto}.share-section-heading{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.share-section-heading strong{color:#263244;font-size:14px}.share-section-heading span{color:#8a95a6;font-size:12px}.share-dialog .share-member-search{color:#7d899b;border:1px solid #316de8;border-radius:7px;align-items:center;gap:8px;width:100%;min-width:0;height:40px;margin:0;padding:0 11px;display:flex;box-shadow:0 0 0 2px #316de814}.share-dialog .share-member-search input{color:#273449;width:100%;min-width:0;height:36px;box-shadow:none;background:0 0;border:0;outline:0;margin:0;padding:0}.share-search-results{background:#fff;border:1px solid #dfe5ee;border-radius:8px;max-height:220px;margin-top:6px;overflow:auto;box-shadow:0 8px 22px #1d2b441f}.share-search-results>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f5;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;width:100%;padding:8px 10px;display:grid}.share-search-results>button:hover{background:#f5f8ff}.share-search-results>button>span:last-child{min-width:0;display:grid}.share-search-results small{color:#8a95a6;font-size:11px}.share-search-results>p{color:#8a95a6;text-align:center;margin:0;padding:18px}.share-invite-actions{align-items:center;gap:8px;min-height:38px;margin-top:10px;display:flex}.share-invite-actions>span{color:#7c8798;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.share-dialog .share-invite-actions label{color:#667085;align-items:center;gap:7px;margin:0;display:flex}.share-dialog .share-invite-actions select{width:96px;height:36px;margin:0}.share-invite-actions>button{justify-content:center;align-items:center;gap:4px;min-width:102px;height:36px;display:flex}.share-permission-help{color:#8490a3;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;font-size:11px;display:grid}.share-permission-help span{background:#f7f9fc;border-radius:7px;gap:2px;padding:8px 10px;display:grid}.share-permission-help b{color:#465267}.share-member-list{border:1px solid #e4e8ef;border-radius:10px}.share-member-list>div{border-bottom:1px solid #edf0f5;grid-template-columns:34px minmax(0,1fr) 110px auto;align-items:center;gap:10px;min-height:58px;padding:8px 12px;display:grid}.share-member-list>div:last-child{border-bottom:0}.share-member-avatar{color:#316bd8;background:#e9f0ff;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.share-member-list>div>span:nth-child(2){min-width:0;display:grid}.share-member-list strong,.share-member-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.share-member-list small{color:#8a95a6;font-size:11px}.share-member-list select{background:#fff;border:1px solid #dce2ec;border-radius:6px;height:32px}.share-member-list em{color:#8a95a6;justify-self:end;font-size:12px;font-style:normal}.share-member-list .danger{color:#d64545;background:0 0;border:0}.share-member-list>p{text-align:center;padding:22px}.share-dialog-footer{background:#f8f9fb;border-top:1px solid #e7ebf1;justify-content:space-between;align-items:center;padding:13px 20px;display:flex}.share-dialog-footer>div{align-items:center;gap:9px;display:flex}.share-dialog-footer>div>span:last-child{display:grid}.share-dialog-footer strong{color:#344054;font-size:13px}.share-dialog-footer small{color:#8a95a6;font-size:11px}.share-dialog-footer>button{background:#fff;border:1px solid #d3dae6;border-radius:7px;min-width:68px;height:34px}.share-link-icon{color:#316de8;background:#e8efff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}@media (width<=620px){.share-dialog-security{display:none}.share-invite-actions{flex-wrap:wrap;align-items:stretch}.share-invite-actions>span{flex-basis:100%;width:100%}.share-permission-help{grid-template-columns:1fr}.share-member-list>div{grid-template-columns:34px minmax(0,1fr)}.share-member-list select,.share-member-list button,.share-member-list em{grid-column:2}}.app-home-empty{color:#7c899e;text-align:center;background:#ffffffb8;border:1px dashed #cfd8e8;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:170px;padding:28px;display:flex}.app-home-empty strong{color:#3a465a;font-size:15px}.app-home-empty p{margin:0 0 5px;font-size:13px}.app-home-empty button{color:#2f65cc;background:#fff;border:1px solid #c8d6f1;border-radius:7px;min-height:34px;padding:0 15px}.app-home-empty-compact{min-height:130px}@media (width<=1100px){.app-home-grid{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media (width<=760px){.app-home-header{padding:0 16px}.app-home-main{width:100%;padding:28px 14px 72px}.app-home-hero{flex-direction:column;align-items:flex-start}.app-home-hero-actions{justify-content:space-between;width:100%}.app-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.app-home-card.is-list .app-home-card-copy{grid-template-columns:minmax(0,1fr) 72px}.app-home-card.is-list .app-home-card-copy>small:not(.app-home-card-role){display:none}.app-home-card.is-list .app-home-card-role{grid-column:2}}@media (width<=520px){.app-home-grid{grid-template-columns:1fr}.app-home-hero h1{font-size:27px}}.user{color:#5d6778;gap:10px;font-size:13px}.body{grid-template-columns:var(--apps-width,210px) 190px minmax(0, 1fr);flex:1;min-height:0;transition:grid-template-columns .2s;display:grid}.body.apps-collapsed{--apps-width:52px}.apps,.tables{background:#fff;border-right:1px solid #e7e9ee;padding:12px 9px;transition:padding .2s;overflow:auto}.apps.collapsed{padding:12px 5px}.tables{background:#fafbfc}.tables.workspace-sidebar{flex-direction:column;padding:0;display:flex;overflow:hidden}.workspace-nav-scroll{flex:1;min-height:0;padding:10px 9px 16px;overflow-y:auto}.workspace-nav-item{cursor:grab;align-items:center;gap:4px;width:100%;margin-bottom:3px;display:flex}.workspace-nav-item.is-dragging{opacity:.45}.workspace-nav-item .nav{cursor:grab;flex:1;min-width:0;padding-right:32px}.workspace-nav-item__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-nav-rename-input{width:100%;min-width:0;height:32px;color:inherit;font:inherit;background:0 0;border:1px solid #7da4f7;border-radius:7px;outline:0;padding:0 8px;box-shadow:0 0 0 3px #4c7cea1f}.workspace-nav-item.is-nested{margin-bottom:2px}.workspace-nav-item.is-nested .nav{padding-top:7px;padding-bottom:7px;font-size:12px}.workspace-nav-folder{border:1px solid #0000;border-radius:8px;margin:2px 0 6px}.workspace-nav-folder.is-drag-over{background:#f2f6ff;border-color:#a9bff0}.workspace-nav-folder__header{color:#53627a;border-radius:7px;align-items:center;min-height:34px;padding:0 4px;display:flex}.workspace-nav-folder__header:hover,.workspace-nav-folder.is-drag-over .workspace-nav-folder__header{color:#2f61df;background:#edf3ff}.workspace-nav-folder__toggle{min-width:0;color:inherit;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:5px;padding:5px 4px;display:flex}.workspace-nav-folder__toggle>svg:first-child{flex:none;transition:transform .16s}.workspace-nav-folder__toggle>svg:first-child.is-open{transform:rotate(90deg)}.workspace-nav-folder__name{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:650;display:flex;overflow:hidden}.workspace-nav-folder__name small{color:#9aa6b7;font-size:10px;font-weight:500}.workspace-nav-folder__input{color:#25324a;min-width:0;height:28px;font:inherit;background:#fff;border:1px solid #9bb4ea;border-radius:6px;outline:0;flex:1;padding:0 7px;font-size:12px}.workspace-nav-folder__input:focus{box-shadow:0 0 0 2px #3164e01f}.workspace-nav-folder__actions{flex:none;align-items:center;gap:1px;display:flex}.workspace-nav-folder__actions .icon{opacity:0;margin-left:0;padding:4px}.workspace-nav-folder__header:hover .workspace-nav-folder__actions .icon,.workspace-nav-folder__actions .icon:focus-visible{opacity:1}.workspace-nav-folder__items{border-left:1px solid #dce5f4;margin:0 0 4px 12px;padding-left:7px}.workspace-nav-folder__empty,.workspace-nav-status,.workspace-nav-root-dropzone{color:#8a97aa;justify-content:center;align-items:center;gap:6px;padding:9px;font-size:11px;display:flex}.workspace-nav-status{justify-content:flex-start}.workspace-nav-status.error-state{color:#b42318;background:#fff4f2;border:1px solid #f1c7c3;border-radius:7px;justify-content:space-between;margin:2px 0 6px;padding:8px 9px}.workspace-nav-status.error-state span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-nav-status.error-state button{color:#b42318;background:0 0;border:0;flex:none;padding:0;font-size:11px;text-decoration:underline}.workspace-nav-root-dropzone{color:#3164e0;background:#f5f8ff;border:1px dashed #abc1ee;border-radius:7px;margin:4px 0 7px}.workspace-create-menu{background:#fffffff5;border-top:1px solid #e2e7ef;flex:none;padding:10px 9px;position:relative}.workspace-create-button{color:#2f61df;background:#f3f6ff;border:1px solid #b8c8ee;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:36px;font-size:12px;font-weight:600;display:inline-flex}.workspace-create-button:hover,.workspace-create-button:focus-visible{background:#eaf0ff;border-color:#6b8be6}.workspace-create-popover{z-index:34;background:#fff;border:1px solid #dce3ee;border-radius:10px;width:min(280px,100vw - 28px);padding:5px;position:absolute;bottom:calc(100% + 8px);left:9px;box-shadow:0 12px 30px #1c2b4429}.workspace-create-popover button{color:#40506a;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:48px;padding:8px 9px;display:flex}.workspace-create-popover button:hover:not(:disabled),.workspace-create-popover button:focus-visible{color:#2f61df;background:#eef3ff;outline:0}.workspace-create-popover button:disabled{color:#9aa4b3;cursor:not-allowed}.workspace-create-popover button>svg{color:#5778cf;flex:none}.workspace-create-popover button:disabled>svg{color:#aeb7c5}.workspace-create-popover strong,.workspace-create-popover small{display:block}.workspace-create-popover strong{font-size:12px;font-weight:600}.workspace-create-popover small{color:#8691a1;margin-top:2px;font-size:10px;line-height:1.35}.workspace-dashboard{flex:1;min-height:0}.workspace-dashboard.is-hidden,.mobile-workspace-nav{display:none}.side-title{color:#6d7687;letter-spacing:.2px;justify-content:space-between;align-items:center;height:34px;padding:0 8px;font-size:12px;font-weight:600;display:flex}.apps.collapsed .side-title{justify-content:center}.title-actions{align-items:center;gap:2px;display:flex}.icon{color:#687386;background:0 0;border:0;border-radius:6px;padding:6px}.icon:hover{color:#3164e0;background:#edf2ff}.nav{color:#485366;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;min-width:0;margin:1px 0;padding:8px 9px;font-size:13px;display:flex}.nav svg{flex:none}.nav:hover{background:#f1f4f8}.nav.active{color:#2f61df;background:#eaf0ff;font-weight:600}.apps.collapsed .nav{justify-content:center;padding:8px 0;display:flex}.tables .icon{opacity:0;margin-left:-28px}.tables .workspace-nav-folder__actions .icon{margin-left:0}.tables>div:hover>.icon{opacity:1}.tables .nav{padding-right:32px}.table-list-state{color:#7a8596;text-align:center;justify-content:center;align-items:center;gap:7px;min-height:78px;padding:12px 8px;font-size:12px;line-height:1.5;display:flex}.table-list-state.error-state{color:#b42318;flex-direction:column}.table-list-state button{color:#b42318;background:#fff;border:1px solid #efc7c2;border-radius:6px;height:28px;padding:0 10px}.mobile-table-bar{display:none}main{background:#fff;flex-direction:column;min-width:0;display:flex;overflow:hidden}.view-tabs{background:#fff;border-bottom:1px solid #e7ebf2;flex:none;justify-content:space-between;align-items:center;height:48px;padding:0 20px;display:flex}.view-tab-list{align-items:stretch;gap:2px;min-width:0;height:100%;display:flex;overflow-x:auto}.view-tab,.new-view-button{color:#66738a;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:13px;display:inline-flex}.view-tab:hover,.new-view-button:hover{color:#3164e0;background:#f7f9fd}.view-tab.active{color:#285bd5;border-bottom-color:#3164e0;font-weight:650}.excel-sheet-tabs{background:var(--yt-table-bg,#fff);height:44px;padding:0 14px}.excel-sheet-label{color:var(--yt-text,#52627a);flex:none;align-items:center;gap:6px;margin-right:10px;font-size:12px;font-weight:650;display:inline-flex}.excel-sheet-tabs .view-tab-list{align-items:flex-end;gap:3px}.excel-sheet-tabs .view-tab{background:0 0;border:1px solid #0000;border-bottom-width:2px;border-radius:7px 7px 0 0;height:34px;padding:0 12px}.excel-sheet-tabs .view-tab:hover{background:color-mix(in srgb, var(--yt-primary,#3164e0) 7%, transparent)}.excel-sheet-tabs .view-tab[draggable=true]{cursor:grab}.excel-sheet-tabs .view-tab[draggable=true]:active{cursor:grabbing}.excel-sheet-tabs .view-tab.excel-sheet-drop-target{box-shadow:inset 3px 0 var(--yt-primary,#3164e0)}.excel-sheet-menu-dismiss{z-index:119;position:fixed;inset:0}.excel-sheet-menu{z-index:120;background:#fff;border:1px solid #dce4f0;border-radius:9px;width:184px;max-height:min(340px,70vh);padding:5px;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #1c2d4f2b}.excel-sheet-menu-title{color:#8290a5;text-overflow:ellipsis;white-space:nowrap;padding:7px 9px;font-size:11px;overflow:hidden}.excel-sheet-menu button{color:#26344d;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;width:100%;padding:8px 9px;font-size:12px}.excel-sheet-menu button:hover:not(:disabled),.excel-sheet-menu button:focus-visible{background:#eef3ff}.excel-sheet-menu button.danger{color:#c03232}.excel-sheet-menu button:disabled{opacity:.5;cursor:not-allowed}.excel-sheet-menu-hidden{color:#8290a5;border-top:1px solid #edf0f5;margin-top:4px;padding-top:5px;font-size:11px}.excel-sheet-menu-hidden>button{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.excel-sheet-tabs .view-tab.active{border-color:#d7deea;border-bottom-color:var(--yt-primary,#3164e0);background:var(--yt-table-bg,#fff);color:var(--yt-primary,#3164e0)}.excel-sheet-tab-icon{opacity:.8;border:1px solid;border-radius:2px;width:12px;height:10px}.excel-new-sheet-button{height:34px;margin-left:2px}.workspace-titlebar{box-sizing:border-box;background:#fff;border-bottom:1px solid #e7ebf2;justify-content:space-between;align-items:center;gap:14px;height:48px;min-height:48px;padding:0 20px;display:flex}.workspace-titlebar__identity{align-items:center;gap:8px;min-width:0;display:flex}.workspace-titlebar__title{color:#285bd5;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:650;overflow:hidden}.workspace-titlebar__meta{color:#9aa5b5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.view-tab-editing{min-width:150px;position:relative;overflow:visible}.view-tab-edit-input{color:#25334b;width:132px;min-width:0;font:inherit;background:#fff;border:1px solid #6d92ef;border-radius:5px;padding:4px 6px}.view-tab-edit-input:focus{outline-offset:1px;outline:2px solid #c5d5ff}.view-tab-saving{color:#3164e0}.view-tab-rename-error{z-index:20;color:#b42318;white-space:normal;background:#fff1f0;border-radius:5px;max-width:240px;padding:5px 7px;font-size:12px;line-height:1.35;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 3px 10px #27324b24}.view-status{color:#9aa5b5;white-space:nowrap;font-size:12px}.table-toolbar,.selection-toolbar{background:#fff;border-bottom:1px solid #e8edf4;flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:60px;padding:10px 20px;display:flex}.toolbar-primary-actions,.toolbar-end-actions,.selection-toolbar-actions{align-items:center;gap:8px;min-width:0;display:flex}.toolbar-primary-actions>button,.toolbar-more-button,.selection-toolbar-actions button,.active-filter-summary button{color:#41516a;white-space:nowrap;background:#fff;border:1px solid #dce4ef;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:12px;display:inline-flex}.toolbar-primary-actions>button:hover,.toolbar-more-button:hover,.selection-toolbar-actions button:hover,.active-filter-summary button:hover{color:#2f61df;background:#f5f8ff;border-color:#a9c0ef}.toolbar-primary-actions .primary{color:#fff;background:#3164e0;border-color:#3164e0;font-weight:600}.toolbar-primary-actions .primary:hover{color:#fff;background:#2757cf}.toolbar-filter.has-filters{color:#2f61df;background:#edf3ff;border-color:#b7c9f6}.toolbar-add-field{background:#fbfcff!important}.toolbar-history-button{padding:0 8px!important}.toolbar-history-button:disabled{color:#b2bccb;cursor:not-allowed;background:#f7f9fb;border-color:#e4e9f0}.toolbar-history-button:focus-visible{outline-offset:2px;outline:2px solid #7da4f7}.csv-import-mode-dialog{width:min(560px,94vw)}.csv-mode-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.csv-mode-options label{cursor:pointer;border:1px solid #dbe3ef;border-radius:8px;grid-template-columns:auto 1fr;gap:4px 8px;padding:11px;display:grid}.csv-mode-options label.active{background:#f4f7ff;border-color:#6f96ed}.csv-mode-options small{color:#738198;grid-column:2}.csv-import-summary{gap:8px;display:flex}.csv-import-summary span,.csv-action-badge{color:#3164e0;background:#edf3ff;border-radius:999px;padding:2px 7px;font-size:12px;display:inline-flex}.csv-action-badge.update{color:#27834a;background:#eef8f1}@media (width<=640px){.csv-mode-options{grid-template-columns:1fr}}.toolbar-search{color:#94a0b2;background:#fbfcfe;border:1px solid #dce4ef;border-radius:7px;align-items:center;gap:6px;width:clamp(170px,17vw,250px);height:32px;padding:0 8px;display:flex}.toolbar-search:focus-within{background:#fff;border-color:#7fa3ef;box-shadow:0 0 0 3px #3164e01a}.toolbar-search input{color:#34435a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.toolbar-search button{color:#94a0b2;background:0 0;border:0;place-items:center;padding:2px;display:grid}.toolbar-more-wrap{position:relative}.toolbar-more-button{padding:0 9px}.toolbar-end-actions>.toolbar-search{display:inline-flex}.toolbar-more-menu{z-index:20;background:#fff;border:1px solid #dfe7f2;border-radius:10px;gap:2px;width:172px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 36px #1b315629}.toolbar-more-menu button{color:#43536b;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;height:32px;padding:0 8px;font-size:12px;display:flex}.toolbar-more-menu button:hover{color:#2f61df;background:#f1f5ff}.toolbar-more-menu button:disabled{color:#b2bac7;background:0 0}.toolbar-menu-divider{background:#edf0f5;height:1px;margin:4px 2px}.selection-toolbar{background:#f7f9ff;border-bottom-color:#d9e4fb}.selection-toolbar>div:first-child{gap:2px;display:grid}.selection-toolbar strong{color:#294a88;font-size:13px}.selection-toolbar span{color:#77869d;font-size:12px}.selection-toolbar-actions .danger{color:#c5453d;background:snow;border-color:#f0ccc7}.selection-toolbar-actions .text-button{color:#65748b;background:0 0;border-color:#0000}.selection-toolbar-actions button:disabled{cursor:not-allowed;opacity:.55}.active-filter-summary{color:#5370a4;background:#f7f9ff;border-bottom:1px solid #e5ecfa;flex:none;align-items:center;gap:7px;min-height:34px;padding:0 20px;font-size:12px;display:flex}.active-filter-summary button{color:#3164e0;background:0 0;border-color:#0000;height:24px;padding:0 5px}.toolbar{background:#fff;border-bottom:1px solid #e5e8ee;justify-content:space-between;align-items:flex-end;min-height:104px;padding:0 20px;display:flex}.toolbar>div:first-child{padding-bottom:15px}.toolbar h1{color:#20293a;margin:0 0 5px;font-size:18px;font-weight:650}.toolbar span{color:#9aa3b1;font-size:12px}.actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;padding-bottom:13px}.actions input{color:#2d3748;background:#fbfcfd;border:1px solid #e0e4eb;border-radius:6px;outline:0;width:170px;height:32px;padding:0 10px;font-size:13px}.actions input:focus{border-color:#5b82ea;box-shadow:0 0 0 3px #eaf0ff}.actions button,.dialog button,.formula-editor-actions button{color:#3c4759;background:#fff;border:1px solid #dce2ea;border-radius:6px;height:32px;padding:0 10px;font-size:13px}.actions button:hover,.dialog button:hover,.formula-editor-actions button:hover{background:#f5f8ff;border-color:#aebee0}.actions .primary,.dialog .primary,.formula-editor-actions .primary{color:#fff;background:#3164e0;border-color:#3164e0}.actions .primary:hover,.dialog .primary:hover,.formula-editor-actions .primary:hover{background:#2757cf}.actions button:disabled,.icon:disabled{opacity:.42;cursor:not-allowed}.row-height-control{background:#fbfcfd;border:1px solid #e0e4eb;border-radius:6px;align-items:center;gap:2px;height:32px;padding:2px;display:inline-flex}.row-height-control>span{color:#9aa3b1;padding:0 6px 0 4px;font-size:12px}.row-height-control button{color:#5a6679;background:0 0;border:0;border-radius:4px;height:26px;padding:0 8px;font-size:12px}.row-height-control button:hover{background:#f1f4f8}.row-height-control button.active{color:#2f61df;background:#eaf0ff;font-weight:600}.table-surface{--grid-start-offset:20px;background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.excel-grid-surface,.univer-excel-surface{min-width:0}.univer-excel-surface.is-loading .univer-excel-host{visibility:hidden}.univer-excel-host{flex:1;min-height:0;position:relative;overflow:hidden}.univer-excel-host>*,.univer-excel-surface .univer-sheet-container{height:100%}.univer-excel-host [data-u-comp=headerbar]>:nth-child(2),.univer-excel-host [data-u-comp=formula-bar]>:nth-child(2){flex:auto;min-width:0}.univer-excel-host [data-u-comp=formula-bar]{width:100%;min-width:0}.univer-excel-loading{color:var(--yt-text-muted,#70809b);flex:1;place-items:center;font-size:13px;display:grid}.excel-save-progress{z-index:20;border:1px solid var(--yt-border,#dce4f2);min-width:190px;color:var(--yt-text-muted,#70809b);pointer-events:none;background:#ffffffeb;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex;position:absolute;bottom:12px;right:16px;box-shadow:0 2px 8px #1f34571a}.excel-save-progress__track{background:color-mix(in srgb, var(--yt-primary,#3164e0) 15%, transparent);border-radius:99px;flex:1;height:4px;overflow:hidden}.excel-save-progress__value{border-radius:inherit;background:var(--yt-primary,#3164e0);height:100%;transition:width .25s;display:block}.excel-save-progress.is-error .excel-save-progress__value{background:#c43f47}.excel-save-progress__percent{text-align:right;min-width:30px}.excel-grid-statusbar.is-error{color:#c43f47}.excel-import-dialog{flex-direction:column;width:min(620px,100vw - 32px);max-height:min(780px,100vh - 32px);padding:0;display:flex;overflow:hidden}.excel-export-dialog{width:min(440px,100vw - 32px)}.excel-export-dialog h2{margin-bottom:5px}.excel-export-dialog>.hint{margin-bottom:18px}.excel-export-section{gap:7px;margin:14px 0;display:grid}.excel-export-section>strong{color:#334155;margin-bottom:2px;font-size:12px}.excel-export-section label{cursor:pointer;border:1px solid #dce5f2;border-radius:8px;align-items:center;gap:10px;min-height:52px;padding:9px 12px;display:flex}.excel-export-section label:has(input:checked){background:#f5f8ff;border-color:#7399f5}.excel-export-section label>span{gap:3px;font-size:13px;display:grid}.excel-export-section label small{color:#8290a3;font-size:11px}.excel-export-note{color:#8290a3;margin:16px 0 4px;font-size:11px;line-height:1.6}.excel-import-header{border-bottom:1px solid #e8edf5;align-items:center;gap:13px;padding:20px 22px;display:flex}.excel-import-header>div{min-width:0}.excel-import-header-icon{color:#3164e0;background:#ebf1ff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.excel-import-header h2{margin:0;font-size:17px;line-height:24px}.excel-import-header p{color:#748196;margin:2px 0 0;font-size:12px}.excel-import-close{color:#7c8799;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}.excel-import-close:hover{color:#334155;background:#f1f4f8}.excel-import-body{min-height:0;padding:20px 22px 16px;overflow-y:auto}.excel-import-step{align-items:center;gap:8px;margin-bottom:12px;display:flex}.excel-import-step>span{color:#3164e0;background:#eaf0ff;border-radius:50%;place-items:center;width:21px;height:21px;font-size:11px;font-weight:700;display:grid}.excel-import-step strong{font-size:13px}.excel-import-step small{color:#8a95a7;margin-left:auto;font-size:11px}.excel-import-dialog .excel-import-dropzone{box-sizing:border-box;cursor:pointer;text-align:center;background:#f8faff;border:1.5px dashed #a9bdf0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:142px;margin:0;padding:20px;transition:border-color .15s,background .15s;display:flex;position:relative}.excel-import-dropzone:hover{background:#f2f6ff;border-color:#3164e0}.excel-import-dialog .excel-import-dropzone.has-file{text-align:left;background:#f5f9ff;border-style:solid;grid-template-columns:44px minmax(0,1fr);justify-content:stretch;gap:14px;min-height:76px;padding:14px 16px;display:grid}.excel-import-dropzone.is-busy{opacity:.65;cursor:wait}.excel-import-upload-icon{color:#3164e0;background:#e9f0ff;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.excel-import-file-info{flex-direction:column;gap:5px;min-width:0;max-width:100%;display:flex}.excel-import-file-info strong{color:#25324a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.excel-import-file-info small{color:#7b879a;font-size:11px}.excel-import-dropzone input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.excel-import-preview{margin-top:20px}.excel-import-choices{border:1px solid #e2e8f2;border-radius:10px;overflow:hidden}.excel-import-dialog .excel-import-sheet{cursor:pointer;border-bottom:1px solid #eef1f6;align-items:center;gap:10px;min-height:44px;margin:0;padding:8px 13px;display:flex}.excel-import-sheet:last-child{border-bottom:0}.excel-import-sheet.is-selected{background:#f3f7ff}.excel-import-dialog .excel-import-sheet input[type=radio]{accent-color:#3164e0;width:16px;height:16px;box-shadow:none;border:0;border-radius:50%;flex:none;margin:0;padding:0}.excel-import-all{border-bottom:1px solid #dfe7f3}.excel-import-search{color:#8491a5;border-bottom:1px solid #e9edf5;align-items:center;gap:8px;padding:8px 12px;display:flex}.excel-import-dialog .excel-import-search input{flex:1;min-width:0;height:32px;margin:0;padding:0 8px;font-size:12px}.excel-import-search span{flex:none;font-size:11px}.excel-import-sheet-list{max-height:min(300px,34vh);overflow-y:auto}.excel-import-sheet-number{color:#5774ae;background:#eef3fc;border-radius:5px;flex:none;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.excel-import-sheet strong{color:#344158;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.excel-import-sheet small{color:#8994a5;flex:none;margin-left:auto;font-size:11px}.excel-import-empty{color:#8491a5;text-align:center;margin:0;padding:20px;font-size:12px}.excel-import-error{color:#aa302b;overflow-wrap:anywhere;background:#fff4f2;border:1px solid #f2c7c3;border-radius:8px;margin:14px 0 0;padding:10px 12px;font-size:12px;line-height:1.5}.excel-import-note{color:#8692a4;margin:15px 0 0;font-size:11px}.excel-import-actions{background:#fbfcfe;border-top:1px solid #e8edf5;flex:none;margin:0;padding:14px 22px}.excel-import-actions .primary{min-width:140px}@media (width<=560px){.excel-import-header,.excel-import-body{padding:17px}.excel-import-actions{padding:13px 17px}.excel-import-sheet small{display:none}}.excel-grid-wrap{background:var(--yt-table-bg,#fff);scrollbar-color:#bdc8d9 transparent;scrollbar-width:thin;flex:1;min-height:0;overflow:auto}.excel-grid{width:max-content;min-width:100%;color:var(--yt-table-text,#25324a);font-size:13px}.excel-grid-row{grid-template-columns:48px repeat(var(--excel-column-count), 112px);display:grid}.excel-grid-corner,.excel-grid-column-header,.excel-grid-row-header{z-index:2;background:var(--yt-header-bg,#f3f6fb);height:34px;color:var(--yt-text,#5e6f86);border-bottom:1px solid #d9e0ea;border-right:1px solid #d9e0ea;place-items:center;font-size:12px;font-weight:600;display:grid;position:sticky}.excel-grid-corner{z-index:4;left:0}.excel-grid-column-header{top:0}.excel-grid-row-header{z-index:3;height:34px;left:0}.excel-grid-cell{box-sizing:border-box;width:112px;height:34px;color:inherit;font:inherit;background:0 0;border:1px solid #e1e6ee;border-top:0;border-left:0;border-radius:0;outline:0;padding:0 8px}.excel-grid-cell:hover{background:#4f7de00f}.excel-grid-cell:focus,.excel-grid-cell.active{box-shadow:inset 0 0 0 2px var(--yt-primary,#3164e0);background:0 0}.excel-grid-statusbar{justify-content:space-between}.excel-toolbar .toolbar-primary-actions{display:none}.excel-workspace-main .excel-sheet-tabs{order:3;justify-content:flex-start;height:38px;padding:0 12px}.excel-workspace-main .excel-sheet-tabs .view-status{margin-left:auto}.excel-workspace-main .excel-sheet-label{display:none}.excel-workspace-main .excel-sheet-tabs .view-tab-list{height:100%}.excel-workspace-main .excel-sheet-tabs .view-tab,.excel-workspace-main .excel-sheet-tabs .excel-new-sheet-button{height:30px}.excel-workspace-main .excel-sheet-tabs .view-tab-list{align-items:center;gap:0}.excel-workspace-main .excel-sheet-tabs .view-tab,.excel-workspace-main .excel-sheet-tabs .excel-new-sheet-button{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:0 10px}.excel-workspace-main .excel-sheet-tabs .view-tab:hover,.excel-workspace-main .excel-sheet-tabs .excel-new-sheet-button:hover{background:color-mix(in srgb, var(--yt-primary,#3164e0) 6%, transparent)}.excel-workspace-main .excel-sheet-tabs .view-tab.active{border-bottom-color:var(--yt-primary,#3164e0);background:0 0}.excel-workspace-main .excel-sheet-tabs .excel-sheet-tab-icon,.excel-workspace-main .excel-toolbar{display:none}.excel-workspace-main .univer-excel-surface{order:2}.excel-workspace-main .excel-grid-statusbar{display:none}.univer-excel-surface{position:relative}.univer-excel-actions{z-index:9999;position:fixed;top:60px;right:16px}.univer-excel-actions button{color:#41516a;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dce4ef;border-radius:6px;align-items:center;gap:5px;height:30px;padding:0 12px;font-size:12px;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.univer-excel-actions button:hover{color:#2f61df;background:#f1f5ff;border-color:#2f61df}.univer-excel-cell-type{color:#41516a;background:#fff;border:1px solid #dce4ef;border-radius:6px;align-items:center;gap:6px;height:30px;margin-right:6px;padding:0 8px;font-size:12px;display:inline-flex}.univer-excel-cell-type select{color:#2f61df;cursor:pointer;background:0 0;border:0;outline:0;font-size:12px}.univer-excel-date-editor{z-index:10020;background:#fff;border:1px solid #cfd9e8;border-radius:8px;align-items:center;gap:6px;padding:8px;display:flex;position:fixed;box-shadow:0 10px 28px #1e345233}.univer-excel-date-editor>span{color:#708096;font-size:11px}.univer-excel-date-editor input{color:#24344d;height:30px;font:inherit;border:1px solid #d6deea;border-radius:5px;padding:0 7px}.univer-excel-date-editor button{color:#41516a;cursor:pointer;background:#fff;border:1px solid #d6deea;border-radius:5px;height:30px;padding:0 9px}.univer-excel-date-editor button:first-of-type{color:#fff;background:#3164e0;border-color:#3164e0}.univer-excel-option-picker{z-index:10021;background:#fff;border:1px solid #cfd9e8;border-radius:8px;flex-direction:column;gap:8px;width:240px;max-height:min(320px,100vh - 16px);padding:10px;display:flex;position:fixed;box-shadow:0 10px 28px #1e345233}.univer-excel-option-picker-title{justify-content:space-between;align-items:center;gap:6px;font-size:12px;display:flex}.univer-excel-option-picker-title button,.univer-excel-option-clear{color:#3164e0;cursor:pointer;background:0 0;border:0}.univer-excel-option-picker>input{border:1px solid #d8e0ef;border-radius:6px;width:100%;height:32px;padding:0 8px}.univer-excel-option-list{overscroll-behavior:contain;gap:2px;min-height:0;display:grid;overflow-y:auto}.univer-excel-option-list button{color:#172033;text-align:left;cursor:pointer;overflow-wrap:anywhere;background:#fff;border:0;border-radius:5px;padding:7px 8px}.univer-excel-option-list button:hover,.univer-excel-option-list button.is-selected{color:#2257c8;background:#edf3ff}.univer-excel-option-editor{z-index:82}.univer-excel-lookup-editor{z-index:80;background:#fff;border:1px solid #d8e0ef;border-radius:10px;gap:11px;width:min(520px,100% - 36px);max-height:min(680px,100% - 96px);padding:16px;display:grid;position:absolute;top:74px;right:18px;overflow:auto;box-shadow:0 12px 32px #0f172a2e}.univer-excel-lookup-title{color:#172033;font-weight:600}.univer-excel-lookup-title span{color:#718096;margin-left:8px;font-size:12px;font-weight:400}.univer-excel-lookup-editor label{color:#475569;grid-template-columns:108px 1fr;align-items:center;gap:8px;font-size:13px;display:grid}.univer-excel-lookup-editor input,.univer-excel-lookup-editor select{color:#172033;background:#fff;border:1px solid #d8e0ef;border-radius:6px;min-width:0;height:34px;padding:0 9px}.univer-excel-lookup-source{border-bottom:1px solid #edf1f7;padding-bottom:4px}.univer-excel-lookup-condition-header{color:#334155;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.univer-excel-lookup-condition-header button{color:#3164e0;cursor:pointer;background:#f5f8ff;border:1px solid #cbd9f5;border-radius:6px;height:30px;padding:0 10px}.univer-excel-lookup-condition-header button:disabled{opacity:.5;cursor:default}.univer-excel-lookup-help{color:#7b879b;font-size:12px;line-height:1.45}.univer-excel-lookup-conditions{gap:8px;display:grid}.univer-excel-lookup-condition{background:#fafcff;border:1px solid #e3e9f3;border-radius:7px;grid-template-columns:52px minmax(130px,1fr) 66px minmax(120px,1fr) auto;align-items:center;gap:6px;padding:8px;display:grid}.univer-excel-lookup-condition-index{color:#64748b;font-size:12px}.univer-excel-lookup-arrow{color:#7b879b;text-align:center;font-size:11px}.univer-excel-lookup-remove{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #f1caca;border-radius:5px;height:28px;padding:0 7px}.univer-excel-lookup-remove:disabled{opacity:.5;cursor:default}.univer-excel-lookup-error{color:#dc2626;font-size:12px}.univer-excel-lookup-actions{justify-content:flex-end;gap:8px;display:flex}.univer-excel-lookup-actions button{cursor:pointer;background:#fff;border:1px solid #d8e0ef;border-radius:6px;height:32px;padding:0 14px}.univer-excel-lookup-actions button:last-child{color:#fff;background:#3164e0;border-color:#3164e0}.univer-excel-lookup-actions button:disabled{opacity:.55;cursor:default}@media (width<=680px){.univer-excel-lookup-editor{width:calc(100% - 20px);right:10px}.univer-excel-lookup-condition{grid-template-columns:52px 1fr auto}.univer-excel-lookup-condition input{grid-column:2/-1}.univer-excel-lookup-condition .univer-excel-lookup-arrow{grid-area:3/1}.univer-excel-lookup-condition select{grid-area:3/2/auto/-1}.univer-excel-lookup-condition .univer-excel-lookup-remove{grid-area:1/3}}.derived-picker-overlay{pointer-events:none;background:0 0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.derived-picker-hint{z-index:1000;color:#fff;pointer-events:auto;background:#2f61df;border-radius:8px;align-items:center;gap:16px;padding:10px 16px;font-size:13px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #2f61df59}.derived-picker-hint button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:4px;padding:4px 12px;font-size:13px}.derived-picker-hint button:hover{background:#ffffff26}.grid-wrap{min-height:0;padding:0 0 0 var(--grid-start-offset);scrollbar-color:#bdc8d9 transparent;scrollbar-width:thin;background:#fff;flex:1;overflow:auto}.grid-wrap::-webkit-scrollbar{width:10px;height:10px}.grid-wrap::-webkit-scrollbar-thumb{background:#bdc8d9;border:3px solid #fff;border-radius:99px}table{border-collapse:separate;border-spacing:0;color:#293344;width:max-content;font-size:13px}.column-resizer{cursor:col-resize;z-index:5;width:6px;height:100%;position:absolute;top:0;right:-3px}.column-resizer:hover,.column-resizer:active{background:#4e78e8}td{text-align:left;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #edf0f4;border-right:1px solid #edf0f4;min-width:118px;padding:0}th{z-index:2;color:#435269;cursor:default;background:#f8fafc;border-bottom:1px solid #dfe6ef;border-right:1px solid #e8edf3;height:46px;padding:7px 10px;font-size:12px;font-weight:600;position:sticky;top:0}th:hover{background:#f3f7fc}th small{color:#96a2b4;align-items:center;gap:4px;margin-top:3px;font-size:10px;font-weight:400;display:flex}.field-type-dot{background:#8ca8e9;border-radius:50%;width:5px;height:5px}.column-header-content{justify-content:space-between;align-items:center;gap:4px;min-width:0;display:flex}.column-header-title{min-width:0;color:inherit;font-size:inherit;font-weight:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex;overflow:hidden}.column-header-title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.column-header-title em{color:#3164e0;font-size:12px;font-style:normal}.column-menu-button{color:#8b98aa;opacity:0;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;width:22px;height:22px;padding:0;display:grid}th:hover .column-menu-button,.column-menu-button:focus-visible{opacity:1}.column-menu-button:hover{color:#3164e0;background:#e7eefb}td{height:var(--row-height,40px)}.grid-wrap td.cell-saving,.mobile-record-fields>div.cell-saving{position:relative}.grid-wrap td.cell-saving:after,.mobile-record-fields>div.cell-saving:after{content:"保存中…";z-index:3;color:#3164e0;pointer-events:none;background:#edf3ff;border-radius:999px;padding:2px 5px;font-size:10px;line-height:1.2;position:absolute;top:4px;right:5px}tbody tr{transition:background .12s}tbody tr.grid-virtual-spacer td{min-width:0;height:auto;background:0 0!important;border:0!important;padding:0!important}tbody tr:not(.aggregate-parent-row):hover td{background:0 0}tbody tr.grid-row-selected td{background:#f0f5ff}tbody tr.grid-row-selected:hover td{background:0 0}tbody tr.grid-row-optimistic td,.mobile-record-cards article.grid-row-optimistic{opacity:.62}td>span{line-height:var(--row-height,40px);white-space:nowrap;text-overflow:ellipsis;padding:0 10px;display:block;overflow:hidden}td input,td select{width:100%;height:calc(var(--row-height,40px) - 1px);color:#35445a;background:0 0;border:0;outline:0;padding:0 10px;font-size:13px}td input:focus,td select:focus{background:0 0;box-shadow:inset 0 0 0 2px #4e78e8,0 0 0 2px #4e78e814}.compact-cell-value{width:100%;height:calc(var(--row-height,40px) - 1px);color:#34435a;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0 10px;display:block;overflow:hidden}.compact-cell-value:hover{background:0 0}.compact-cell-value.is-empty{color:#a7b1c0}.grid-wrap input[type=checkbox]{appearance:none;color:#58708f;cursor:pointer;vertical-align:middle;border:1px solid;border-radius:3px;flex:none;width:16px;height:16px;margin:0 10px;padding:0;background:0 0!important}.grid-wrap input[type=checkbox]:checked{border-color:var(--yt-primary,#3164e0);background:0 0!important}.grid-wrap input[type=checkbox]:checked:after{content:"✓";color:var(--yt-primary,#3164e0);text-align:center;font-size:13px;font-weight:700;line-height:14px;display:block}.grid-wrap input[type=checkbox]:disabled{cursor:default;opacity:.65}.row-number{z-index:3;color:#99a3b2;width:48px;min-width:48px;position:sticky;left:0;text-align:center!important;background:#fafbfc!important;padding:0!important}.row-control-column>input{margin:0!important}.row-hover-controls{width:100%;height:100%;padding:0;line-height:normal;display:none;position:relative}.row-hover-controls input{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0!important}tbody tr:hover .row-control-column.selectable .row-index-label,tbody tr.grid-row-selected .row-control-column.selectable .row-index-label{display:none}tbody tr:hover .row-control-column.selectable .row-hover-controls,tbody tr.grid-row-selected .row-control-column.selectable .row-hover-controls{display:block}.add-field-column{width:72px;min-width:72px;text-align:center!important;background:#f8fafc!important;padding:0!important}th.add-field-column{z-index:2}.add-field-column button{color:#718096;background:0 0;border:0;place-items:center;width:100%;height:100%;display:grid}.add-field-column button:hover:not(:disabled){color:#3164e0;background:#edf2f8}.add-field-column button:disabled{cursor:not-allowed;opacity:.42}.grid-wrap .frozen-column{z-index:2;background:inherit;position:sticky;left:48px;box-shadow:2px 0 4px #1e293b14}.grid-wrap th.frozen-column{z-index:4;background:#f8fafc}.grid-new-row td{background:#fbfcfe;height:42px;padding:0 12px}.grid-new-row button{color:#4771cf;background:0 0;border:0;align-items:center;gap:6px;font-size:12px;display:inline-flex}.grid-new-row button:hover{color:#2457c3}.grid-wrap table{color:#000;border-top:1px solid #5182bb;border-left:1px solid #5182bb;font-family:Verdana,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600}.grid-wrap thead th,.grid-wrap th.frozen-column,.grid-wrap thead th.row-number,.grid-wrap thead th.add-field-column{color:#fff;vertical-align:middle;border-color:#fff;height:38px;padding:5px 10px;font-family:Verdana,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700;background:#5182bb!important}.grid-wrap thead th:hover{background:#4877ad!important}.grid-wrap thead th small{display:none}.grid-wrap .column-header-content{align-items:center;min-height:27px}.grid-wrap .column-header-title{line-height:1.2}.grid-wrap .column-header-title em,.grid-wrap .column-menu-button{color:#fff}.grid-wrap .column-menu-button:hover{color:#fff;background:#ffffff29}.grid-wrap thead .add-field-column button,.grid-wrap thead .add-field-column button:hover:not(:disabled){color:#fff}.grid-wrap tbody td{color:#000;border-color:#5182bb;font-family:Verdana,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600}.grid-wrap tbody td.grid-cell-selected{box-shadow:inset 0 0 0 1px #4778e8;background:#e7efff!important}.grid-wrap tbody td.grid-cell-selected input,.grid-wrap tbody td.grid-cell-selected select,.grid-wrap tbody tr:not(.aggregate-parent-row):hover td,.grid-wrap tbody tr.grid-row-selected td,.grid-wrap tbody tr.grid-row-selected:hover td{background:0 0}.grid-wrap tbody td.row-number{color:#24415f;background:#fff!important}.grid-wrap tbody td.add-field-column{background:#f7f9fc!important}.grid-wrap td>span,.grid-wrap td input,.grid-wrap td select,.grid-wrap .compact-cell-value{color:#000;font-family:Verdana,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600}.table-statusbar{color:#8995a7;background:#fbfcfe;border-top:1px solid #e8edf3;flex:none;justify-content:space-between;align-items:center;gap:10px;min-height:32px;padding:0 18px;font-size:11px;display:flex}.grid-clipboard-notice{z-index:80;color:#245cc9;background:#fff;border:1px solid #cfe0ff;border-radius:10px;align-items:center;gap:8px;max-width:min(420px,100vw - 32px);padding:10px 14px;font-size:13px;font-weight:600;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 30px #223a622e}.table-status-save,.table-status-error{align-items:center;gap:5px;display:inline-flex}.table-status-save{color:#7f8d9f}.table-status-error{color:#c44942}.table-load-more{color:#3164e0;background:0 0;border:0;padding:0;font-size:11px}.table-load-more:disabled{color:#9aa5b5}.grid-loading-overlay{z-index:8;pointer-events:none;background:#ffffffbd;align-content:start;gap:1px;padding-top:46px;display:grid;position:absolute;inset:0 0 32px}.grid-skeleton-row{height:var(--row-height,40px);background:linear-gradient(90deg,#f7f9fc 20%,#eef2f7 45%,#f7f9fc 70%) 0 0/220% 100%;border-bottom:1px solid #edf0f4;animation:1.2s infinite grid-skeleton-shimmer}@keyframes grid-skeleton-shimmer{to{background-position:-120% 0}}.mobile-record-cards{display:none}.empty{text-align:center;color:#9aa3b1;padding:76px 20px;font-size:13px}.calendar-grid{border:1px solid #e3e7ed;grid-template-columns:repeat(7,minmax(130px,1fr));display:grid;overflow-x:auto}.calendar-grid>strong,.calendar-grid>section{border-bottom:1px solid #e3e7ed;border-right:1px solid #e3e7ed;min-width:130px;padding:7px}.calendar-grid>strong{text-align:center;background:#f8f9fb}.calendar-grid>section{min-height:104px}.calendar-grid section>small{color:#667085;margin-bottom:5px;display:block}.calendar-grid section>button{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%;margin:3px 0;display:block;overflow:hidden}.calendar-outside{opacity:.55;background:#fafbfc}.center{background:#f7f8fa;justify-content:center;align-items:center;gap:10px;height:100vh;display:flex}.error-card{flex-direction:column}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#b42318;background:#fff4f2;border:1px solid #ffdbd5;border-radius:7px;justify-content:space-between;margin:12px 18px 0;padding:10px 12px;font-size:13px;display:flex}.error button{color:inherit;background:0 0;border:0}.overlay{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a233257;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border:1px solid #e5e8ee;border-radius:12px;width:min(430px,100%);padding:22px;box-shadow:0 22px 64px #141f3438}.field-dialog{width:min(760px,94vw);max-height:min(780px,88vh);overflow-y:auto}.drawer-overlay{justify-content:flex-end;align-items:stretch;padding:0;animation:.2s ease-out drawer-overlay-enter;display:flex}.field-drawer{border:0;width:min(480px,100vw);height:100%;max-height:none;padding:0 24px;overflow-y:auto}.field-drawer,.record-detail-drawer{border-left:1px solid #dfe5ee;border-radius:12px 0 0 12px;animation:.22s cubic-bezier(.22,1,.36,1) drawer-enter;box-shadow:-14px 0 36px #1c2a402e}.drawer-overlay.is-closing,.record-detail-backdrop.is-closing{pointer-events:none;animation:.18s ease-in forwards drawer-overlay-exit}.field-drawer.is-closing,.record-detail-drawer.is-closing{animation:.18s cubic-bezier(.4,0,1,1) forwards drawer-exit}.drawer-header{z-index:4;background:#fffffff7;border-bottom:1px solid #e7ebf1;justify-content:space-between;align-items:center;height:64px;margin:0 -24px;padding:0 20px 0 24px;display:flex;position:sticky;top:0}.dialog .drawer-header h2{margin:0;font-size:18px}.dialog .drawer-close-button{color:#667085;background:0 0;border-color:#0000;place-items:center;width:32px;padding:0;display:grid}.dialog .drawer-close-button:hover:not(:disabled){color:#293449;background:#f1f4f8;border-color:#0000}.field-drawer>label:first-of-type{margin-top:20px}.field-drawer .dialog-actions{z-index:4;background:#fffffffa;border-top:1px solid #e7ebf1;align-items:center;min-height:60px;margin:24px -24px 0;padding:14px 24px;position:sticky;bottom:0}.derived-drawer-overlay{justify-content:flex-end;align-items:stretch;padding:0;display:flex}.derived-drawer{border:0;border-left:1px solid #dfe5ee;border-radius:12px 0 0 12px;flex-direction:column;width:min(760px,94vw);height:100%;max-height:none;padding:24px;animation:.22s cubic-bezier(.22,1,.36,1) drawer-enter;display:flex;overflow:hidden;box-shadow:-14px 0 36px #1c2a402e}.derived-drawer-content{flex:auto;min-height:0;padding:0 6px 12px 0;overflow:hidden auto}.derived-drawer .formula-field-list{gap:12px;display:grid}.derived-field-card{background:#fbfcff;border:1px solid #dfe6f2;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;padding:12px;display:flex}.derived-field-range{align-items:center;gap:5px;min-width:0;display:flex}.derived-field-range input{width:160px}.derived-range-details{color:#52709e;flex:1 0 100%;min-width:0;font-size:12px}.derived-range-details summary{cursor:pointer;width:fit-content}.derived-range-tags{flex-wrap:wrap;gap:6px;max-height:120px;padding-top:8px;display:flex;overflow-y:auto}.derived-range-tag{background:#fff;border:1px solid #d9e4f7;border-radius:6px;align-items:center;gap:5px;padding:3px 7px;display:inline-flex}.derived-range-tag button{background:0 0;border:0;padding:0 2px}.derived-filter-section{border-top:1px solid #dfe6f2;margin-top:20px;padding-top:16px}.derived-filter-heading{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.derived-filter-logic{align-items:center;gap:10px;margin-bottom:10px;font-size:13px;display:flex}.derived-filter-warning{color:#805300;background:#fff8e9;border:1px solid #f4d28c;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 10px;padding:9px 11px;font-size:12px;display:flex}.derived-filter-warning button{color:#805300;background:#fff;border-color:#e9bd64}.derived-filter-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.derived-filter-row select:first-child{flex:180px;min-width:120px}.derived-filter-row select:nth-child(2){flex:0 0 105px}.derived-filter-row input{flex:160px;min-width:100px}@media (width<=640px){.derived-field-card>input{flex-basis:100%!important}.derived-filter-row{flex-wrap:wrap}.derived-filter-row input{flex-basis:100%}}.derived-drawer>.dialog-actions{z-index:2;background:#fffffffa;border-top:1px solid #e7ebf1;flex:none;margin:12px -24px -24px;padding:14px 24px;position:sticky;bottom:0}@media (width<=640px){.derived-drawer{border-radius:0;width:100vw;padding:18px 16px}.derived-drawer>.dialog-actions{margin-inline:-16px;padding-inline:16px}}@keyframes drawer-enter{0%{opacity:.86;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes drawer-exit{0%{opacity:1;transform:translate(0)}to{opacity:.88;transform:translate(28px)}}@keyframes drawer-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes drawer-overlay-exit{0%{opacity:1}to{opacity:0}}@media (width<=640px){.field-drawer{border-radius:0;width:100vw;height:100svh;padding-inline:16px}.drawer-header{margin-inline:-16px;padding-inline:16px 12px}.field-drawer .dialog-actions{margin-inline:-16px;padding-inline:16px}}.dialog h2{color:#20293a;margin:0 0 18px;font-size:18px}.dialog label{color:#5e6879;margin-top:14px;font-size:13px;display:block}.dialog input,.dialog select{background:#fff;border:1px solid #dfe4ec;border-radius:6px;outline:0;width:100%;height:36px;margin-top:6px;padding:0 10px;display:block}.dialog input:focus,.dialog select:focus{border-color:#4e78e8;box-shadow:0 0 0 3px #eaf0ff}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.record-detail-backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a233257;justify-content:flex-end;animation:.2s ease-out drawer-overlay-enter;display:flex;position:fixed;inset:0}.record-detail-drawer{background:#fff;outline:0;flex-direction:column;width:min(480px,100vw);height:100%;display:flex;overflow:hidden}.record-detail-header,.record-detail-footer{box-sizing:border-box;border-bottom:1px solid #e6ebf2;flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:12px 24px;display:flex}.record-detail-header small{color:#7b8798;font-size:12px}.record-detail-header h2{color:#27334a;text-overflow:ellipsis;white-space:nowrap;max-width:310px;margin:3px 0 0;font-size:17px;overflow:hidden}.record-detail-nav{gap:5px;display:flex}.record-detail-tabs{background:#fff;border-bottom:1px solid #e6ebf2;gap:4px;padding:8px 24px;display:flex}.record-detail-tabs button{color:#69778d;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:13px}.record-detail-tabs button.active{color:#2864c7;background:#edf3ff;font-weight:600}.record-detail-body{flex:1;min-height:0;padding:20px 24px;overflow-y:auto}.record-detail-body section+section{margin-top:22px}.record-detail-body h3{color:#43536c;margin:0 0 9px;font-size:13px}.record-detail-fields{gap:10px;display:grid}.record-detail-field{background:#fff;border:1px solid #e5eaf2;border-radius:8px;gap:6px;padding:10px;display:grid}.record-detail-field>div:first-child{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.record-detail-field strong{color:#425069;min-width:0;font-size:12px}.record-detail-field small{color:#8a96a8;flex:none;font-size:11px}.record-detail-field-error{color:#ad332c!important}.record-detail-field input:not([type=checkbox]),.record-detail-field select,.record-detail-field textarea{box-sizing:border-box;background:#fff;border:1px solid #dbe3ef;border-radius:6px;width:100%;min-height:34px;padding:7px 9px}.record-detail-field textarea{resize:vertical;min-height:82px}.record-detail-system{padding-top:4px}.record-detail-system>button{color:#536885;background:0 0;border:0;padding:4px 0;font-size:12px}.record-detail-meta{color:#6f7d91;grid-template-columns:92px minmax(0,1fr);gap:8px;padding:6px 2px;font-size:12px;display:grid}.record-detail-meta code{color:#58677d;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.record-detail-error{color:#ad332c;background:#fff5f4;border:1px solid #f0c5c0;border-radius:8px;margin-bottom:14px;padding:10px;font-size:12px}.record-detail-error p{margin:0 0 8px}.record-detail-error button{margin-right:7px}.record-detail-footer{background:#fff;border-top:1px solid #e6ebf2;border-bottom:0;justify-content:flex-end;min-height:60px}.record-activity-list,.record-comment-list{gap:10px;display:grid}.record-activity-list article,.record-comment-list article{background:#fff;border:1px solid #e5eaf2;border-radius:8px;gap:5px;padding:11px;display:grid}.record-activity-list article>small,.record-comment-list article small{color:#8591a3;font-size:11px}.record-activity-list article p,.record-comment-list article p{color:#425069;white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px}.record-activity-change{color:#6a7890;grid-template-columns:86px minmax(0,1fr);gap:8px;font-size:12px;display:grid}.record-activity-change span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.record-comment-list article.deleted{color:#8a96a8;background:#f8f9fb}.record-comment-list article textarea,.record-detail-comment-composer textarea{box-sizing:border-box;resize:vertical;border:1px solid #dbe3ef;border-radius:7px;width:100%;min-height:72px;padding:8px}.record-comment-list article button{margin-right:6px}.record-detail-comment-composer{background:#fff;border-top:1px solid #e6ebf2;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:10px 24px;display:grid}.record-detail-comment-composer small{color:#ad332c;grid-column:1/-1}.view-config-dialog{width:min(620px,94vw);max-height:min(720px,82vh);overflow-y:auto}.view-config-list{gap:4px;max-height:420px;padding:2px 0;display:grid;overflow-y:auto}.view-config-list .checkbox-line{border-radius:6px;align-items:center;gap:8px;min-height:34px;margin:0;padding:0 8px;display:flex}.view-config-list .checkbox-line:hover{background:#f6f8fc}.view-config-list input{width:auto;height:auto;margin:0}.view-config-list small{color:#8a95a6;margin-left:auto}.filter-dialog .filter-row{grid-template-columns:minmax(110px,1fr) minmax(92px,.75fr) minmax(120px,1fr) 32px;align-items:end;gap:7px;margin-top:10px;display:grid}.toolbar-popover{z-index:45;box-sizing:border-box;border-radius:10px;padding:16px;animation:.14s ease-out toolbar-popover-enter;position:fixed;overflow-y:auto;box-shadow:0 10px 28px #1f2b4233,0 2px 7px #1f2b421a}.toolbar-popover h2{margin-bottom:6px;font-size:15px}.toolbar-popover>.hint{margin:0}.filter-empty{color:#7b8798;margin:16px 0 8px;font-size:13px}.toolbar-popover .dialog-actions{background:#fffffffa;border-top:1px solid #e7ebf1;margin:16px -16px -16px;padding:12px 16px;position:sticky;bottom:-16px}.field-order-list{margin-top:12px}.field-order-row{border-radius:6px;align-items:center;gap:8px;min-height:38px;display:flex}.field-order-row:hover{background:#f6f8fc}.field-order-row .checkbox-line{background:0 0;flex:1;min-width:0}.field-order-actions{flex:none;gap:3px;padding-right:5px;display:flex}.field-order-actions .icon{width:28px;height:28px;padding:0}@keyframes toolbar-popover-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.filter-dialog .filter-row select,.filter-dialog .filter-row input,.view-config-dialog .filter-row select{min-width:0;margin-top:0}.view-config-dialog .filter-row{grid-template-columns:minmax(130px,1fr) 92px auto auto 32px;align-items:center;gap:7px;margin-top:9px;display:grid}.view-config-dialog .filter-row button{white-space:nowrap}.view-config-error{color:#b42318;margin:10px 0 0;font-size:12px}.dialog button:disabled{opacity:.48;cursor:not-allowed}.delete-table-dialog{width:min(470px,100%)}.delete-table-dialog h2{margin-bottom:10px}.delete-table-dialog p{color:#667085;margin:0;font-size:13px;line-height:1.7}.delete-table-icon{color:#c53b32;background:#fff0ee;border-radius:10px;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid}.dialog .primary-danger,.dialog .primary-danger:hover{color:#fff;background:#c53b32;border-color:#c53b32;align-items:center;gap:6px;display:inline-flex}.workflow-delete-confirm-backdrop{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a23326b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.workflow-delete-confirm{width:min(440px,100%)}.workflow-delete-confirm h2{margin-bottom:10px}.workflow-delete-confirm-icon{color:#c53b32;background:#fff0ee;border-radius:10px;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid}.workflow-delete-confirm-description{color:#667085;overflow-wrap:anywhere;font-size:13px;line-height:1.7}.workflow-delete-confirm-warning,.workflow-delete-confirm-error{border-radius:7px;margin:12px 0 0;padding:9px 10px;font-size:12px;line-height:1.6}.workflow-delete-confirm-warning{color:#8a5b00;background:#fff8e9;border:1px solid #f3d99c}.workflow-delete-confirm-error{color:#b42318;background:#fff3f2;border:1px solid #f7c8c4}.workflow-delete-confirm .dialog-actions{margin-top:20px}.table-action-notice{z-index:50;color:#16784a;background:#effaf3;border:1px solid #b8e3ca;border-radius:9px;align-items:center;gap:8px;max-width:min(440px,100vw - 32px);min-height:42px;padding:9px 10px 9px 13px;font-size:13px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 30px #17203329}.table-action-notice.tone-error{color:#b42318;background:#fff3f1;border-color:#f3c9c4}.table-action-notice button{width:26px;height:26px;color:inherit;background:0 0;border:0;border-radius:5px;flex:none}.option-editor{margin-top:14px}.option-row{flex-wrap:wrap;align-items:center;gap:7px;margin-top:7px;display:flex}.option-row input{margin-top:0}.option-row .icon{flex:none}.detail-column{flex-wrap:nowrap}.detail-column>input,.detail-column>select{margin-top:0}.detail-column>input{flex:140px;width:auto;min-width:100px}.detail-column>select{flex:none;width:auto;max-width:190px}.detail-column .detail-options-trigger{flex:none}.detail-column-extras{flex-shrink:0;flex-basis:100%}.detail-column-extras input[type=text]{text-align:center;flex:none;width:64px;margin-top:0}.detail-intro{color:#4a5a80;background:#f2f6ff;border:1px solid #dbe6ff;border-radius:8px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.7}.detail-intro p{margin:0}.extras-hint{color:#8993a3;white-space:nowrap;flex:none;font-size:12px}.attachment-cell{flex-direction:column;gap:6px;padding:6px;display:flex}.attachment-upload{cursor:pointer;color:#3164e0;background:#f8fafd;border:1px dashed #b9c4d6;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.attachment-upload:hover{background:#f2f6ff;border-color:#3164e0}.attachment-upload.disabled{cursor:not-allowed;opacity:.6}.attachment-upload span{font-size:13px;font-weight:500}.attachment-upload small{color:#9aa3b1;font-size:11px}.attachment-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.attachment-list li{color:#5d6778;background:#f6f8fb;border:1px solid #e7eaf0;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:7px 9px;display:flex}.attachment-list li a{text-overflow:ellipsis;white-space:nowrap;color:#2f61df;flex:1;min-width:0;font-size:13px;text-decoration:none;overflow:hidden}.attachment-list li a:hover{text-decoration:underline}.attachment-list li button{color:#8a94a6;background:0 0;border:0;border-radius:4px;padding:2px;display:flex}.attachment-list li button:hover{color:#d92d20;background:#ffeded}.attachment-compact{height:var(--row-height,40px);align-items:center;gap:6px;min-width:0;padding:0 10px;display:flex;overflow:hidden}.attachment-chip{color:#2f61df;background:#eef3ff;border-radius:12px;flex:none;align-items:center;gap:4px;max-width:150px;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.attachment-chip a{text-overflow:ellipsis;white-space:nowrap;color:#2f61df;align-items:center;gap:4px;min-width:0;text-decoration:none;display:inline-flex;overflow:hidden}.attachment-chip a:hover{text-decoration:underline}.attachment-chip a span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-chip button{color:#7a869a;background:0 0;border:0;padding:0;display:inline-flex}.attachment-chip button:hover{color:#d92d20}.attachment-chip.add{cursor:pointer;color:#8a94a6;background:#fff;border:1px dashed #b9c4d6}.attachment-chip.add:hover{color:#2f61df;background:#f5f8ff;border-color:#2f61df}.attachment-chip input[type=file]{display:none}.add-option{margin-top:8px;color:#3164e0!important;border:0!important;padding:4px 0!important}.detail-options-trigger{white-space:nowrap;color:#3164e0!important;background:#f7f9ff!important;border-color:#cbd8ff!important}.detail-options-overlay{z-index:30}.detail-options-dialog{background:#fff;border-radius:12px;width:min(480px,92vw);padding:20px;box-shadow:0 22px 64px #141f343d}.detail-options-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.detail-options-header h3{color:#20293a;margin:0;font-size:17px}.detail-options-header p{color:#8993a3;margin:5px 0 0;font-size:12px}.detail-options-list{max-height:46vh;padding:5px 2px;overflow-y:auto}.detail-options-list .option-row input{flex:1}.hint{color:#9aa3b1;margin-top:5px;font-size:11px;display:block}.formula-launcher{justify-content:center;align-items:center;width:100%;margin-top:6px;color:#3164e0!important;background:#f4f7ff!important;border-color:#cbd8ff!important;display:flex!important}.inline-config{border-top:1px solid #edf0f4;margin-top:14px;padding-top:12px}.reference-option-config{margin-bottom:12px}.reference-condition{color:#667085;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:center;gap:7px;margin-top:8px;font-size:12px;display:grid}.reference-condition select{margin-top:0}.checkbox-line{align-items:center;gap:7px;color:#4d596c!important;margin-top:10px!important;display:flex!important}.checkbox-line input{width:auto!important;height:auto!important;margin:0!important}.formula-editor{background:#fff;border-radius:12px;flex-direction:column;width:min(1000px,94vw);height:min(760px,90vh);display:flex;overflow:hidden;box-shadow:0 22px 70px #141f344d}.formula-editor-header{border-bottom:1px solid #e8ebf0;flex:none;justify-content:space-between;align-items:center;height:68px;padding:0 20px;display:flex}.formula-editor-header h2{margin:0;font-size:18px}.formula-editor-header p{color:#8993a3;margin:4px 0 0;font-size:12px}.formula-rich-editor{box-sizing:border-box;color:#273248;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;outline:0;height:112px;padding:14px 16px;font:15px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-y:auto}.formula-rich-editor:focus{box-shadow:inset 0 0 0 2px #3164e01f}.formula-rich-editor:empty:before{color:#a3abb8;content:attr(data-placeholder);pointer-events:none}.formula-rich-editor .formula-field-token{color:#245dcc;vertical-align:middle;white-space:nowrap;background:#eaf1ff;border:1px solid #b9cdfb;border-radius:5px;padding:1px 6px;font-family:inherit;line-height:1.45;display:inline-block}.formula-editor-input{box-sizing:border-box;background:#fff;border-bottom:1px solid #e8ebf0;flex:none;height:148px}.formula-editor-input>span{color:#9aa3b1;padding:0 16px;font-size:12px;display:block}.formula-editor-body{grid-template-columns:230px minmax(0,1fr);width:100%;min-height:0;display:grid;overflow:hidden}.formula-editor-sidebar{background:#fbfcfe;border-right:1px solid #e8ebf0;min-height:0;padding:14px 10px;overflow:auto}.formula-editor-sidebar>strong,.formula-help-detail>strong{font-size:13px}.formula-editor-sidebar>p{color:#8993a3;margin:4px 0 8px;font-size:12px}.formula-field-list{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.formula-field-list button{color:#3164e0;background:#eff4ff;border:1px solid #d8e2ff;border-radius:6px;padding:6px 8px;font-size:12px}.formula-field-list-vertical{gap:3px;margin-top:6px;display:grid}.formula-field-list-vertical button{text-align:left;color:#34445b;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:7px 8px;display:flex}.formula-field-list-vertical button:hover{background:#eef3ff}.formula-field-list-vertical small{color:#8998ad}.formula-section-title{margin-top:18px;display:block}.formula-function-list{gap:9px;margin-top:7px;display:grid}.formula-function-list>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;display:grid}.formula-function-list>div>small{color:#7485a3;grid-column:1/-1;padding:2px 7px;font-size:11px}.formula-function-list button{text-align:left;color:#34445b;background:0 0;border:0;border-radius:5px;padding:6px 7px;font:12px ui-monospace,SFMono-Regular,Consolas,monospace}.formula-function-list button:hover,.formula-function-list button.selected{color:#2860df;background:#eaf0ff}.formula-field-list small{color:#8494b5;margin-left:4px}.formula-help{background:#fff;min-width:0;padding:20px 24px;overflow:auto}.formula-help-detail h3{color:#273248;margin:0;font-size:20px;font-weight:500}.formula-help-detail h4{color:#273248;margin:22px 0 8px;font-size:13px}.formula-help-detail>p{color:#53627a;margin:7px 0 0;font-size:13px}.formula-help code{color:#42516a;white-space:pre-wrap;background:#f3f4f6;border-radius:6px;padding:2px 5px;font:13px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace;display:block;overflow-x:auto}.formula-help-note,.formula-help-all{color:#53627a;border-top:1px solid #edf0f4;margin-top:24px;padding-top:14px;font-size:12px}.formula-help-note p,.formula-help-all p{margin:6px 0 0;line-height:1.6}.formula-help-note code,.formula-help-all code{padding:1px 4px;font-size:12px;display:inline}.formula-editor-actions{border-top:1px solid #e8ebf0;flex:none;justify-content:flex-end;align-items:center;gap:8px;height:60px;padding:0 18px;display:flex}.field-menu button{align-items:center;display:flex}.table-context-menu{z-index:40;background:#fff;border:1px solid #e6eaf0;border-radius:10px;width:176px;padding:6px;position:fixed;box-shadow:0 12px 30px #1720332e}.table-context-menu button{gap:7px}.table-context-menu button:focus-visible{outline-offset:-2px;outline:2px solid #4e78e8;background:#eef3ff!important}.field-menu button:hover{background:#f2f5fb!important}.field-menu button:disabled{opacity:.4}.relation-setup,.default-value-setup{display:none}@media (width<=900px){.table-surface{--grid-start-offset:12px}.body{grid-template-columns:165px minmax(0,1fr)}.body.apps-collapsed{grid-template-columns:52px minmax(0,1fr)}.tables{display:none}.mobile-table-bar{background:#fafbfc;border-bottom:1px solid #e7ebf2;flex:none;align-items:center;gap:7px;min-height:46px;padding:7px 12px;display:flex}.mobile-workspace-nav{background:#fafbfc;border-bottom:1px solid #e7ebf2;flex-direction:column;flex:none;gap:7px;padding:7px 12px;display:flex}.mobile-workspace-tabs{gap:5px;display:flex;overflow-x:auto}.mobile-workspace-tabs button{color:#627087;background:#fff;border:1px solid #dce2ea;border-radius:7px;flex:none;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:11px;display:inline-flex}.mobile-workspace-tabs button.active{color:#2f61df;background:#eaf0ff;border-color:#9bb1ea;font-weight:600}.mobile-workspace-tabs button:disabled{opacity:.55;cursor:not-allowed}.mobile-workspace-controls{align-items:center;gap:7px;display:flex}.workspace-create-menu.mobile{background:0 0;border:0;padding:0}.workspace-create-menu.mobile .workspace-create-popover{left:auto;right:0}.mobile-table-select{color:#5c687a;flex:1;align-items:center;gap:7px;min-width:0;display:flex}.mobile-table-select select{color:#344054;background:#fff;border:1px solid #dce2ea;border-radius:7px;width:100%;min-width:0;height:32px;padding:0 28px 0 9px}.mobile-table-action{color:#536178;background:#fff;border:1px solid #dce2ea;border-radius:7px;flex:none;place-items:center;width:34px;height:32px;display:grid}.mobile-table-action:disabled{opacity:.45;cursor:not-allowed}.toolbar{align-items:flex-end;min-height:116px}.actions input{width:130px}.view-tabs{padding:0 12px}.view-status{display:none}.table-toolbar,.selection-toolbar{padding:9px 12px}.row-height-control>span,.row-height-control button:not(.active),.toolbar-add-field{display:none}.toolbar-search{width:160px}.selection-toolbar>div:first-child span{display:none}}@media (width<=600px){.record-detail-drawer{border-radius:0;width:100%}.record-detail-header,.record-detail-footer,.record-detail-tabs{padding-inline:16px}.record-detail-body{padding:16px}.record-detail-comment-composer{padding-inline:16px}.view-config-dialog{width:min(100%,94vw);max-height:calc(100vh - 32px)}.filter-dialog .filter-row{grid-template-columns:1fr 1fr 32px}.filter-dialog .filter-row>:nth-child(3){grid-column:1/span 2}.view-config-dialog .filter-row{grid-template-columns:minmax(0,1fr) 86px 32px}.view-config-dialog .filter-row>:nth-child(3),.view-config-dialog .filter-row>:nth-child(4){grid-column:auto}header{padding:0 12px}.apps{display:none}.body{display:block}.mobile-table-bar,.mobile-workspace-nav{padding:7px 10px}.table-action-notice{bottom:12px;right:12px}.toolbar{flex-direction:column;justify-content:center;align-items:flex-start;padding:0 12px}.toolbar>div:first-child,.actions{padding-bottom:0}.actions{padding-top:6px}.grid-wrap{padding:0}.view-tab{padding:0 9px}.view-tab-editing{min-width:112px}.view-tab-edit-input{width:94px}.view-tab svg,.new-view-button svg{width:13px}.new-view-button{padding:0 8px;font-size:0}.new-view-button svg{font-size:initial}.table-toolbar,.selection-toolbar{gap:8px;min-height:52px;padding:8px 10px}.toolbar-primary-actions{gap:5px}.row-height-control{display:none}.toolbar-primary-actions>button{width:32px;padding:0;font-size:0}.toolbar-primary-actions>button svg{width:16px;height:16px}.toolbar-primary-actions .toolbar-add-record{width:auto;padding:0 10px;font-size:12px}.toolbar-search{width:32px;padding:0 8px}.toolbar-search input,.toolbar-search button{display:none}.toolbar-more-button{width:32px;padding:0;font-size:0}.toolbar-more-button svg{width:18px;height:18px}.selection-toolbar strong{font-size:12px}.selection-toolbar-actions{gap:4px}.selection-toolbar-actions button{height:30px;padding:0 7px;font-size:11px}.selection-toolbar-actions button svg{width:15px;height:15px}.table-statusbar{padding:0 10px}.table-surface .grid-wrap{display:none}.mobile-record-cards{background:#f6f8fc;gap:10px;padding:12px;display:grid;overflow:auto}.mobile-record-cards article{background:#fff;border:1px solid #e1e7f0;border-radius:11px;overflow:hidden;box-shadow:0 3px 10px #2035590a}.mobile-record-cards article.selected{border-color:#9db8f4;box-shadow:0 0 0 2px #4270dc1a}.mobile-record-cards article header{color:#75849a;background:#fbfcfe;border-bottom:1px solid #edf0f5;align-items:center;gap:8px;height:38px;padding:0 10px;font-size:12px;display:flex}.mobile-record-index{color:#3867cd;background:#edf3ff;border:0;border-radius:5px;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.mobile-record-cards header span{flex:1}.mobile-record-cards header input{width:15px;height:15px}.mobile-record-fields{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mobile-record-fields>div{border-bottom:1px solid #edf0f4;border-right:1px solid #edf0f4;min-width:0;padding:10px}.mobile-record-fields>div:nth-child(2n){border-right:0}.mobile-record-fields small{color:#9aa5b5;margin-bottom:4px;font-size:10px;display:block}.mobile-record-fields .compact-cell-value{color:#394960;height:28px;padding:0;font-size:12px}.mobile-record-fields input,.mobile-record-fields select{color:#34445b;border:1px solid #b8caf0;border-radius:5px;width:100%;height:28px;padding:0 6px;font-size:12px}.mobile-add-record{color:#3867cd;background:#fff;border:1px dashed #9db8f4;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:40px;font-size:13px;display:inline-flex}.grid-loading-overlay{padding-top:0;inset:0 0 32px}.formula-editor-body{grid-template-columns:1fr}.formula-editor-sidebar{border-bottom:1px solid #e8ebf0;border-right:0;max-height:42%}.detail-column{flex-wrap:wrap}.detail-column>input{flex-basis:100%}}.form-designer{color:#273248;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;background:#f4f6fa!important;padding:0!important}.aggregate-parent-row td{color:#24457f;cursor:pointer;font-weight:650;background:#f1f5ff!important}.active-view-button{color:#2860df!important;background:#eef3ff!important;border-color:#9eb7f3!important}.aggregate-parent-row .row-number{color:#2e63df}.aggregate-child-row td:first-child{padding-left:12px;background:#fbfcff!important}.aggregate-batch-dialog{background:#fff;border-radius:14px;flex-direction:column;width:min(1180px,96vw);height:min(760px,92vh);display:flex;overflow:hidden;box-shadow:0 24px 70px #16233a40}.aggregate-batch-header{border-bottom:1px solid #e7eaf0;justify-content:space-between;align-items:center;min-height:72px;padding:0 22px;display:flex}.aggregate-batch-header h2{margin:0;font-size:18px}.aggregate-batch-header p{color:#8a95a7;margin:5px 0 0;font-size:12px}.aggregate-batch-header>button{color:#788397;background:0 0;border:0;font-size:22px}.aggregate-batch-body{background:#f6f8fb;flex:1;padding:18px;overflow:auto}.aggregate-batch-row{background:#fff;border:1px solid #e1e6ee;border-radius:11px;margin-bottom:12px;padding:15px}.aggregate-batch-row>strong{color:#2d3b53;font-size:13px}.aggregate-batch-fields{grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;margin-top:12px;display:grid}.aggregate-batch-fields>div>span{color:#4b586e;margin-bottom:6px;font-size:12px;display:block}.aggregate-batch-fields small{color:#97a2b2}.aggregate-batch-fields .locked input,.aggregate-batch-fields .locked select{color:#7f8998;background:#f1f3f6!important}.aggregate-batch-fields input,.aggregate-batch-fields select{border:1px solid #dce2eb;border-radius:7px;width:100%;height:36px;padding:0 9px}.remove-batch-row{color:#d0473d;background:0 0;border:0;margin-top:10px;font-size:12px}.add-batch-row{color:#2e62df;background:#f5f8ff;border:1px dashed #9fb7ef;border-radius:9px;width:100%;height:40px}.aggregate-batch-actions{border-top:1px solid #e7eaf0;flex:none;justify-content:flex-end;align-items:center;gap:8px;height:64px;padding:0 20px;display:flex}.aggregate-batch-actions button{color:#47546a;background:#fff;border:1px solid #d9dfe8;border-radius:7px;height:34px;padding:0 15px}.aggregate-batch-actions .primary{color:#fff;background:#3164e0;border-color:#3164e0}@media (width<=800px){.aggregate-batch-fields{grid-template-columns:1fr}.aggregate-batch-dialog{border-radius:0;width:100vw;height:100vh}}.form-designer button{font:inherit}.form-designer-topbar{background:#fff;border-bottom:1px solid #e4e8ef;flex:none;justify-content:center;align-items:center;height:52px;padding:0 18px;display:flex;position:relative}.form-mode-switch{background:#f1f3f7;border-radius:8px;padding:3px;display:flex}.form-mode-switch button{color:#606b7d;background:0 0;border:0;border-radius:6px;height:30px;padding:0 14px;font-size:13px}.form-mode-switch button.active{color:#245fe5;background:#fff;font-weight:600;box-shadow:0 1px 4px #21304b24}.form-device-switch{gap:4px;display:flex;position:absolute;left:18px}.form-device-switch button{color:#68758a;background:#fff;border:1px solid #dde4ef;border-radius:6px;height:28px;padding:0 9px;font-size:12px}.form-device-switch button.active{color:#245fe5;background:#eff4ff;border-color:#9ab5f0}.form-save-button{color:#fff;background:#2f64e5;border:0;border-radius:7px;height:32px;padding:0 15px;font-size:13px;font-weight:600;position:absolute;right:18px}.form-save-button:disabled{opacity:.55}.form-save-notice{color:#168451;background:#eaf8f0;border-radius:6px;padding:6px 10px;font-size:12px;position:absolute;right:132px}.form-save-notice.error{color:#c23a31;background:#fff0ee}.form-dirty-notice{color:#a76b00;background:#fff8e6;border-radius:6px;padding:6px 10px;font-size:12px;position:absolute;right:132px}.form-dirty-notice+.form-save-notice{right:238px}.form-api-docs{color:#5f6d82;margin-top:10px;font-size:12px}.form-api-docs summary{cursor:pointer;color:#3164e0}.form-api-docs pre{white-space:pre-wrap;word-break:break-word;background:#f5f8ff;border-radius:6px;margin:8px 0 0;padding:9px;overflow:auto}.form-api-key-row{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.form-api-key-row button{color:#bd443c;background:#fff7f6;border:1px solid #efc6c2;border-radius:5px;min-height:26px;padding:0 8px;font-size:12px}.form-designer-grid{flex:1;grid-template-columns:260px minmax(520px,1fr) 280px;min-height:0;display:grid}.form-fill-mode .form-field-panel,.form-fill-mode .form-settings-panel{display:none}.form-fill-mode .form-designer-grid{grid-template-columns:minmax(0,1fr)}.form-fill-mode .form-canvas-block{cursor:default}.public-field.is-readonly :is(input,select,textarea,button){pointer-events:none;opacity:.72}.public-field-error{color:#c23a31;margin-top:5px;font-size:12px;font-weight:400;display:block}.form-fill-notice{color:#168451;text-align:center;margin:12px 0 0;font-size:13px}.form-fill-notice.error{color:#c23a31}.form-field-panel,.form-settings-panel{background:#fff;min-width:0;padding:20px 16px;overflow:auto}.form-field-panel{border-right:1px solid #e3e7ee}.form-settings-panel{border-left:1px solid #e3e7ee}.form-panel-heading{color:#26334b;justify-content:space-between;align-items:center;font-size:14px;display:flex}.form-panel-heading span{color:#8b96a8;font-size:12px;font-weight:400}.form-field-panel>p{color:#929daf;margin:8px 0 16px;font-size:12px;line-height:1.6}.form-field-list{flex-direction:column;gap:7px;display:flex}.form-field-library-actions,.form-field-create>div:last-of-type{grid-template-columns:1fr 1fr;gap:7px;display:grid}.form-field-library-actions button,.form-field-create button{color:#3164e0;background:#f8faff;border:1px solid #d6e1f4;border-radius:7px;min-height:32px;font-size:12px}.form-field-library-actions button:disabled,.form-field-create button:disabled{cursor:not-allowed;opacity:.55}.form-field-library-actions .danger{color:#bd443c;background:snow;border-color:#f1d1ce}.form-field-search{color:#697991;gap:5px;margin:13px 0;font-size:12px;display:grid}.form-field-search input,.form-field-create select{box-sizing:border-box;color:#30425d;background:#fff;border:1px solid #d8e2f1;border-radius:7px;width:100%;min-height:34px;padding:7px 9px}.form-field-search input:focus,.form-field-create select:focus{border-color:#7da4f7;outline:0;box-shadow:0 0 0 3px #4c7cea1f}.form-field-create{background:#f7faff;border:1px solid #d9e4f8;border-radius:9px;gap:8px;margin:0 0 16px;padding:11px;display:grid}.form-field-create strong,.form-field-create small{display:block}.form-field-create strong{color:#344d75;font-size:13px}.form-field-create small{color:#798aa2;margin-top:3px;font-size:11px}.form-field-create-error{color:#bd443c;margin:0;font-size:12px;line-height:1.45}.form-field-category{gap:7px;display:grid}.form-field-category+.form-field-category{margin-top:10px}.form-field-category>strong{color:#7c8ca3;letter-spacing:.04em;font-size:11px;font-weight:650}.form-field-search-empty{color:#8996aa;text-align:center;margin:5px 0;font-size:12px}.form-component-library{color:#344159;border-top:1px solid #e8ecf2;margin-top:22px;padding-top:16px;font-size:13px}.form-component-library>div{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:10px;display:grid}.form-component-library button{color:#46607f;cursor:grab;background:#f8faff;border:1px solid #dce4f1;border-radius:7px;min-height:32px;font-size:12px}.form-component-library button:active{cursor:grabbing}.form-component-library button:hover{color:#245fe5;background:#eff4ff;border-color:#8caaf1}.form-field-item{background:#f6f7f9;border:1px solid #0000;border-radius:9px;align-items:center;transition:all .15s;display:flex}.form-field-item:hover{background:#f1f4f9}.form-field-item.selected{background:#eff4ff;border-color:#cad8fb}.form-field-item .form-order-buttons,.form-field-item.selected>div:not(.form-component-library){display:none}.form-field-list .form-field-item>div{display:none!important}.form-field-editor-card{background:#fff;border:1px solid #d7e3fb;border-radius:12px;margin:10px 8px 16px;overflow:hidden;box-shadow:0 8px 22px #274c8c14}.form-field-editor-head{color:#2b4772;text-align:left;background:linear-gradient(135deg,#f8fbff,#eff5ff);border:0;outline:0;justify-content:space-between;align-items:center;width:100%;min-height:54px;padding:11px 14px;transition:background .16s;display:flex}.form-field-editor-head:hover{background:#eaf2ff}.form-field-editor-head:focus-visible{outline-offset:-2px;outline:2px solid #84a9ff}.form-field-editor-head strong,.form-field-editor-head small{display:block}.form-field-editor-head strong{font-size:13px}.form-field-editor-head small{color:#72839a;margin-top:3px;font-size:11px;font-weight:400}.form-field-editor-head>span:last-child{color:#3164e0;background:#ffffffe0;border-radius:999px;padding:5px 8px;font-size:12px}.form-field-inline-settings{background:#fff;grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.form-setting-caption{color:#7a899e;letter-spacing:.04em;grid-column:1/-1;margin-bottom:-2px;font-size:11px;font-weight:650}.form-field-inline-settings label{color:#536278;margin:0;font-size:12px;font-weight:500}.form-field-inline-settings label input:not([type=checkbox]),.form-field-inline-settings label textarea,.form-field-inline-settings label select{box-sizing:border-box;color:#293c58;background:#fff;border:1px solid #dce5f4;border-radius:8px;width:100%;min-height:36px;margin-top:6px;padding:8px 10px;transition:border-color .16s,box-shadow .16s}.form-field-inline-settings label textarea{resize:vertical;min-height:72px}.form-field-inline-settings label input:not([type=checkbox]):focus,.form-field-inline-settings label textarea:focus,.form-field-inline-settings label select:focus{border-color:#7da4f7;outline:0;box-shadow:0 0 0 3px #4c7cea1f}.form-field-inline-settings .form-condition-field{grid-column:1/-1;grid-template-columns:1fr auto;gap:0;display:grid}.form-field-inline-settings .form-condition-field>small{color:#8b99ab;align-self:center;font-size:11px;font-weight:400}.form-field-inline-settings .form-condition-field select{grid-column:1/-1}.form-field-inline-settings .checkbox-line{color:#40516b;background:#f6f8fc;border-radius:8px;grid-column:1/-1;align-items:center;gap:7px;min-height:36px;padding:0 10px;display:flex}.form-field-inline-settings .checkbox-line input{accent-color:#3164e0}.form-field-inline-settings .form-condition-detail{grid-column:1/-1}.form-field-inline-settings>button{color:#bd443c;background:snow;border:1px solid #f0d2cf;border-radius:8px;grid-column:1/-1;height:34px;margin-top:2px;font-size:12px;transition:background .16s,border-color .16s}.form-field-inline-settings>button:hover{background:#fff1f0;border-color:#e9aca7}.form-field-layout-settings{padding:12px}.form-field-layout-settings label{color:#536278;margin:0 0 10px;font-size:12px;display:block}.form-field-layout-settings select{background:#fff;border:1px solid #d6e0f0;border-radius:6px;width:100%;height:34px;margin-top:5px;display:block}.public-detail-table-wrap{background:#f8faff;border:1px solid #dce5f6;border-radius:10px;margin-top:9px;padding:10px;overflow-x:auto}.public-detail-table{border-collapse:collapse;background:#fff;width:100%;min-width:560px}.public-detail-table th,.public-detail-table td{color:#536278;text-align:left;border:1px solid #e1e8f2;padding:7px;font-size:12px}.public-detail-table th{background:#f2f6ff;font-weight:600}.public-detail-table input,.public-detail-table select{border:1px solid #d5dfef;border-radius:5px;width:100%;min-width:90px;height:32px;padding:0 7px}.public-form-page{box-sizing:border-box;width:100%;min-width:0}.public-form-page>form{box-sizing:border-box;max-width:100%}.public-detail-table td:last-child button{color:#bd443c;background:0 0;border:0;font-size:18px}.public-detail-add{color:#3164e0;background:#fff;border:1px dashed #9ab5f5;border-radius:7px;height:34px;margin-top:9px;padding:0 12px}@media (width<=600px){.public-form-page{padding-inline:12px!important}.public-form-page>form{width:100%!important;padding:18px!important}.public-detail-table-wrap{padding:8px;overflow:visible}.public-detail-table,.public-detail-table tbody,.public-detail-table tr,.public-detail-table td{box-sizing:border-box;width:100%;min-width:0;display:block}.public-detail-table thead{display:none}.public-detail-table tbody{gap:10px;display:grid}.public-detail-table tr{background:#fff;border:1px solid #e1e8f2;border-radius:8px;overflow:hidden}.public-detail-table td{border:0;border-bottom:1px solid #edf1f6;grid-template-columns:minmax(72px,34%) minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.public-detail-table td:before{color:#72819a;content:attr(data-label);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.public-detail-table td:last-child{border-bottom:0;justify-content:flex-end;padding:4px 7px;display:flex}.public-detail-table td:last-child:before{display:none}.public-detail-table input,.public-detail-table select{width:100%;min-width:0}}.aggregate-form-preview{background:#f6f9ff;border:1px solid #b9caf0;border-radius:11px;margin-top:26px;padding:14px}.aggregate-form-preview:hover{border-color:#789df0}.aggregate-form-preview-head,.aggregate-form-preview-row>div:first-child{color:#395676;justify-content:space-between;align-items:center;font-size:13px;display:flex}.aggregate-form-preview-head span{color:#8796aa;font-size:12px}.aggregate-form-preview>p{color:#7f8fa5;margin:10px 0;font-size:12px}.aggregate-form-drop-hint{text-align:center;background:#fff;border:1px dashed #9ab5f5;border-radius:8px;padding:18px 12px}.aggregate-form-preview-row{background:#fff;border:1px solid #d7e2f3;border-radius:9px;margin-top:12px;padding:12px}.aggregate-form-preview-field{border:1px solid #0000;border-radius:8px;padding:0 7px 7px}.aggregate-form-preview-field:hover,.aggregate-form-preview-field.active{background:#f5f8ff;border-color:#92b0f5}.aggregate-inline-field-settings{background:#eef4ff;border-top:1px solid #cfdbf3;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;padding:13px;display:grid}.aggregate-inline-field-settings-head{color:#2b4772;grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.aggregate-inline-field-settings-head button{color:#3164e0;background:0 0;border:0}.aggregate-inline-field-settings label{color:#536278;margin:0;font-size:12px}.aggregate-inline-field-settings input:not([type=checkbox]),.aggregate-inline-field-settings textarea,.aggregate-inline-field-settings select{background:#fff;border:1px solid #d6e0f0;border-radius:6px;width:100%;margin-top:5px;padding:7px 8px;display:block}.aggregate-inline-field-settings .checkbox-line{align-items:center;gap:6px;display:flex}.aggregate-form-preview-row button{color:#bd443c;background:0 0;border:0;font-size:12px}.aggregate-form-preview-add{color:#3164e0;background:#fff;border:1px dashed #9ab5f5;border-radius:7px;height:34px;margin-top:12px;padding:0 12px}.form-field-toggle{color:#354159;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:9px;min-width:0;padding:9px;display:flex}.form-field-toggle>span:last-child{min-width:0}.form-field-toggle strong,.form-field-toggle small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.form-field-toggle strong{font-size:13px;font-weight:500}.form-field-toggle small{color:#929daf;margin-top:3px;font-size:11px}.form-checkbox{color:#fff;background:#fff;border:1px solid #bec7d5;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;font-size:11px;display:grid!important}.selected .form-checkbox{background:#3164e0;border-color:#3164e0}.form-order-buttons{gap:2px;padding-right:6px;display:flex}.form-order-buttons button{color:#6f7d91;background:0 0;border:0;border-radius:5px;width:24px;height:24px}.form-order-buttons button:hover{color:#245fe5;background:#dfe9ff}.form-order-buttons button:disabled{opacity:.25}.form-canvas{background:linear-gradient(#225eea 0 190px,#f3f6fb 190px);min-height:0;padding:42px 36px 72px;display:block;overflow:auto}.form-cover{color:#ffffffe0;letter-spacing:.3px;justify-content:center;align-items:flex-start;height:100px;font-size:12px;display:flex}.form-cover span{background:#ffffff1f;border:1px solid #ffffff47;border-radius:99px;padding:7px 12px}.form-paper{box-sizing:border-box;background:#fff;border:1px solid #e1e7f1;border-radius:16px;flex:none;width:min(680px,100%);min-height:460px;margin:-42px auto 0;padding:38px 42px;overflow:visible;box-shadow:0 18px 46px #24395d26;height:auto!important}.form-paper:after{clear:both;content:"";display:block}.form-device-mobile{transition:width .18s}.form-paper h1{color:#1f2b42;text-align:center;letter-spacing:-.4px;margin:0;font-size:26px}.form-paper>p{color:#8a96a9;text-align:center;margin:10px 0 30px;font-size:13px;line-height:1.7}.form-logo{object-fit:contain;max-width:120px;max-height:72px;margin:0 auto 14px;display:block}.form-canvas-block{cursor:grab;border:1px solid #0000;border-radius:8px;min-height:10px;position:relative}.form-canvas-block:hover,.form-canvas-block.active{background:#eef4ff73;border-color:#92b0f5}.form-canvas-block h2{color:#26344c;margin:24px 0 8px;font-size:18px}.form-rich-text{color:#657087;margin:12px 0;line-height:1.7}.form-content-image{object-fit:contain;border-radius:10px;max-width:100%;max-height:280px;margin:16px auto;display:block}.form-image-placeholder{color:#8290a5;text-align:center;border:1px dashed #b9c9e8;border-radius:9px;margin:16px 0;padding:34px 12px;font-size:12px}.form-paper label{color:#344159;margin-top:20px;font-size:13px;font-weight:550;display:block}.form-paper input,.form-paper select,.form-paper textarea{background:#fff!important;border-color:#dbe2ed!important;border-radius:8px!important}.form-paper input:focus,.form-paper select:focus,.form-paper textarea:focus{border-color:#4779e8!important;outline:2px solid #c3d3ff!important}.form-empty{color:#98a3b5;text-align:center;border:1px dashed #ced7e6;border-radius:12px;margin:26px 0;padding:52px 20px;font-size:13px}.form-preview-submit{color:#fff;background:#3164e0;border:0;border-radius:9px;width:100%;height:44px;margin-top:28px;font-size:14px;font-weight:600}.form-settings-panel label{color:#4c586d;margin-top:18px;font-size:12px;display:block}.form-block-settings,.form-theme-settings{background:#f8faff;border:1px solid #dfe6f2;border-radius:10px;margin-top:20px;padding:13px}.form-block-settings>strong,.form-theme-settings>strong{color:#2d3d58;font-size:13px}.form-block-settings button{color:#bd443c;background:#fff7f6;border:1px solid #f0c9c5;border-radius:7px;width:100%;height:32px;margin-top:10px;font-size:12px}.form-theme-settings input[type=color]{height:32px;padding:3px}.form-theme-color-setting{margin-top:18px}.form-theme-color-setting>label{margin-top:0}.form-theme-color-actions{grid-template-columns:minmax(0,1fr) 36px auto auto;align-items:center;gap:7px;margin-top:8px;display:grid}.form-theme-color-actions input[type=range]{width:100%;margin:0}.form-theme-color-actions span{color:#748299;text-align:right;font-size:11px}.form-theme-color-actions button{color:#536278;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d9e2f1;border-radius:7px;height:30px;padding:0 8px;font-size:11px}.form-theme-color-actions button:first-of-type{color:#3164e0;background:#f5f8ff;border-color:#bfd0f6}.form-theme-image-setting{margin-top:18px}.form-theme-image-setting>label{margin-top:0}.form-theme-image-actions{gap:8px;margin-top:8px;display:flex}.form-theme-upload{cursor:pointer;background:#f4f7ff;border:1px solid #b8caf2;border-radius:7px;justify-content:center;align-items:center;width:auto;height:32px;padding:0 11px;font-size:12px;color:#3164e0!important;margin:0!important;display:inline-flex!important}.form-theme-upload input{opacity:0;pointer-events:none;position:absolute;border:0!important;width:1px!important;height:1px!important;padding:0!important}.form-theme-image-actions button{color:#bd443c;cursor:pointer;background:snow;border:1px solid #e5d5d2;border-radius:7px;height:32px;padding:0 10px;font-size:12px}.form-settings-panel label input,.form-settings-panel label textarea{color:#2e394d;resize:vertical;background:#fff;border:1px solid #dde3ec;border-radius:8px;outline:0;width:100%;margin-top:7px;padding:9px 10px;display:block}.form-settings-panel label input{height:36px}.form-settings-panel label input:focus,.form-settings-panel label textarea:focus{border-color:#5780e9;box-shadow:0 0 0 3px #edf2ff}.form-share-card{background:#f8faff;border:1px solid #dfe6f2;border-radius:10px;margin-top:24px;padding:14px}.form-share-card strong{color:#2c3951;font-size:13px}.form-publication-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.form-publication-status{border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.form-publication-status.draft{color:#6f7b8f;background:#eff2f6}.form-publication-status.published{color:#167849;background:#e8f6ee}.form-publication-status.disabled{color:#a85d1b;background:#fff3e8}.form-publication-issues{color:#b53c35;margin:10px 0 0;padding-left:18px;font-size:12px;line-height:1.6}.form-publication-disable{color:#b74339!important;background:#fff8f7!important;border-color:#efd1cc!important}.form-publication-card button:disabled{cursor:not-allowed;opacity:.55}.form-submission-policy{color:#43516a;border:0;border-top:1px solid #e6ebf3;gap:7px;margin:14px 0;padding:10px 0 0;display:grid}.form-submission-policy legend{color:#34415a;padding:0;font-size:13px;font-weight:650}.form-submission-policy label{justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.form-submission-policy label.checkbox-line{justify-content:flex-start}.form-submission-policy select{min-width:104px}.form-submission-policy small{color:#75829a;line-height:1.45}.form-submission-policy small[role=alert]{color:#b74339}.form-public-field-hint,.form-public-field-error{font-size:11px;line-height:1.5;display:block}.form-public-field-hint{color:#73829a}.form-public-field-error{color:#b53c35}.form-publication-confirm-backdrop{z-index:80;background:#19243761;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.form-publication-confirm{background:#fff;border-radius:12px;width:min(420px,100%);padding:22px;box-shadow:0 18px 48px #1b263c38}.form-publication-confirm h2{color:#2c3951;margin:0;font-size:18px}.form-publication-confirm p{color:#65738a;margin:10px 0 18px;font-size:13px;line-height:1.65}.form-publication-confirm .dialog-actions{margin-top:0}.form-publication-confirm .danger{color:#fff;background:#c84d43;border:1px solid #d46a61}.form-share-card p{color:#7f8b9e;margin:7px 0 12px;font-size:12px;line-height:1.6}.form-share-card .form-share-notice{color:#c23a31;margin:8px 0 0}.form-share-card input{color:#7a8799;background:#fff;border:1px solid #dce3ee;border-radius:6px;width:100%;height:32px;padding:0 8px;font-size:11px}.form-share-card button{color:#2860df;background:#eef3ff;border:1px solid #c9d7fa;border-radius:7px;width:100%;height:34px;margin-top:8px;font-size:13px;font-weight:600}.form-settings-tip{color:#818da0;background:#f4f6f9;border-radius:8px;margin-top:16px;padding:11px;font-size:12px;line-height:1.6}@media (width<=1100px){.form-designer-grid{grid-template-columns:220px minmax(460px,1fr) 240px}.form-canvas{padding-left:24px;padding-right:24px}.form-paper{padding:32px}}@media (width<=800px){.form-designer-grid{display:block;overflow:auto}.form-field-panel,.form-settings-panel{border:0;border-bottom:1px solid #e3e7ee}.form-field-panel{max-height:300px}.form-canvas{min-height:620px}.form-paper{padding:26px 20px}.form-designer-topbar{justify-content:flex-start}.form-save-button{right:12px}}.workflow-drawer{z-index:40;background:#fff;border-left:1px solid #e7e9ee;flex-direction:column;width:min(400px,94vw);display:flex;position:fixed;top:56px;bottom:0;right:0;box-shadow:-14px 0 36px #141f341f}.workflow-drawer-header{border-bottom:1px solid #e7e9ee;align-items:center;gap:8px;height:52px;padding:0 14px;display:flex}.workflow-drawer-header h3{color:#20293a;margin:0;font-size:15px}.workflow-table-name{color:#9aa3b1;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.workflow-drawer-body{flex:1;padding:12px;overflow:auto}.workflow-empty{color:#9aa3b1;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:42px 16px;display:flex}.workflow-empty p{color:#5a6679;margin:4px 0 0;font-size:14px;font-weight:600}.workflow-empty span{font-size:12px}.workflow-error{color:#b42318;background:#fff0f0;border:1px solid #ffcaca;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 12px;font-size:12px;display:flex}.workflow-error button{color:inherit;background:0 0;border:0;font-size:12px}.workflow-card{background:#fff;border:1px solid #e7e9ee;border-radius:10px;margin-bottom:10px;padding:12px}.workflow-card-head{align-items:center;gap:8px;display:flex}.workflow-card-name{text-overflow:ellipsis;white-space:nowrap;color:#25324a;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.workflow-card-trigger{color:#3164e0;background:#eef3ff;border-radius:6px;margin-top:6px;padding:3px 8px;font-size:12px;display:inline-block}.workflow-card-steps{color:#5a6679;flex-direction:column;gap:4px;margin-top:8px;font-size:12px;display:flex}.workflow-card-steps span{color:#9aa3b1;margin-left:6px}.workflow-card-actions{gap:6px;margin-top:10px;display:flex}.workflow-card-actions button{color:#3c4759;background:#fff;border:1px solid #dce2ea;border-radius:6px;height:28px;padding:0 10px;font-size:12px}.workflow-card-actions button:hover{background:#f5f8ff;border-color:#aebee0}.workflow-card-actions button.danger{color:#d92d20;border-color:#f3c4c0}.workflow-card-actions button.danger:hover{background:#fff2f0}.workflow-switch{border:0;border-radius:10px;flex:none;width:34px;height:20px;transition:background .15s;position:relative}.workflow-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #141f3440}.workflow-switch.on{background:#3164e0}.workflow-switch.on:after{left:16px}.workflow-switch.off{background:#d4dae3}.workflow-drawer-footer{border-top:1px solid #e7e9ee;padding:12px}.workflow-drawer-footer .primary{justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.workflow-schedule{gap:8px;margin-top:6px;display:flex}.workflow-schedule select,.workflow-schedule input{flex:1;width:auto}.workflow-note{color:#9aa3b1;margin:8px 0 0;font-size:12px;line-height:1.6}.workflow-step{background:#fbfcfe;border:1px solid #e7e9ee;border-radius:10px;margin-top:10px;padding:12px}.workflow-step-head{align-items:center;gap:8px;display:flex}.workflow-step-index{color:#2f61df;background:#eaf0ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:600;display:flex}.workflow-step-head select{flex:1;margin-top:0}.workflow-step-config{border-top:1px dashed #e3e7ee;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.workflow-step-config select{margin-top:0}.workflow-http{gap:8px;display:flex}.workflow-http select{flex:none;width:90px;margin-top:0}.workflow-http input{flex:1;margin-top:0}.workflow-filters{flex-direction:column;gap:6px;margin-top:6px;display:flex}.workflow-filter-row{align-items:center;gap:6px;display:flex}.workflow-filter-row select,.workflow-filter-row input{margin-top:0}.workflow-filter-row select:first-child{flex:1.4}.workflow-filter-row select:nth-child(2){flex:1}.workflow-filter-row select:nth-child(3),.workflow-filter-row input{flex:1.4}.workflow-filter-row .icon{flex:none}.wf-trigger-filter-shortcut{background:#f8faff;border:1px solid #dbe4f3;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:stretch;gap:12px;margin:6px 0 10px;padding:9px 10px;display:flex}.wf-trigger-filter-shortcut p{color:#748198;margin:3px 0 0;font-size:11px}.wf-trigger-filter-shortcut-control{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.wf-trigger-filter-shortcut-control select{flex:1;min-width:0;margin:0}.wf-trigger-filter-shortcut-control .wf-button{min-height:32px;padding-inline:10px}.workflow-side-item{align-items:center;gap:7px;display:flex}.workflow-side-item .wf-dot{background:#d4dae3;border-radius:50%;flex:none;width:7px;height:7px}.workflow-side-item .wf-dot.on{background:#2f9e44}.workflow-side-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.workflow-side-hint{color:#9aa3b1;text-align:center;background:#f6f8fb;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin:8px 2px 0;padding:10px 8px;font-size:12px;line-height:1.6;display:flex}.workflow-side-hint.error{color:#b42318;background:#fff0f0;border:1px solid #ffcaca}.workflow-side-hint.error button{color:inherit;background:0 0;border:0;font-size:12px;text-decoration:underline}.workflow-delete-button{color:#d92d20!important;border-color:#f3c4c0!important}.workflow-delete-button:hover{background:#fff2f0!important}.workflow-enabled-line{margin-top:14px}.workflow-canvas-empty{color:#a0a8b6;background:#f7f8fa;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;min-height:0;display:flex}.wf-canvas-top{background:#fff;border-bottom:1px solid #e5e8ee;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:0 18px;display:flex}.wf-canvas-title,.wf-canvas-actions,.wf-enable{align-items:center;gap:8px;display:flex}.wf-canvas-title{color:#3164e0;min-width:0}.wf-canvas-title input{color:#25324a;background:0 0;border:0;outline:0;width:210px;height:32px;margin:0;font-size:14px;font-weight:600}.wf-table-name{color:#9aa3b1;border-left:1px solid #e5e8ee;padding-left:10px;font-size:12px}.wf-canvas-actions{flex-shrink:0}.wf-enable{color:#5a6679;font-size:12px}.wf-log-btn{color:#5a6679;background:0 0;border:0;font-size:12px}.wf-canvas-body{flex:1;padding:38px 24px 80px;position:relative;overflow:auto}.wf-flow{flex-direction:column;gap:48px;width:min(520px,100%);margin:0 auto;display:flex;position:relative}.wf-node{z-index:1;cursor:pointer;background:#fff;border:1px solid #e7e9ee;border-radius:10px;align-items:center;gap:12px;min-height:70px;padding:14px 16px 14px 56px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;box-shadow:0 4px 12px #141f340f}.wf-node:hover{border-color:#adc1f4;transform:translateY(-1px);box-shadow:0 7px 18px #3164e01f}.wf-node-num{color:#8f99a8;font-size:12px;position:absolute;left:19px}.wf-node-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wf-node-icon.orange{color:#ed7b0f;background:#fff0df}.wf-node-icon.purple{color:#7655cf;background:#f0eaff}.wf-node-icon.blue{color:#3164e0;background:#e7f0ff}.wf-node-icon.teal{color:#0d9b91;background:#e2f7f4}.wf-node-icon.light-blue{color:#44a2de;background:#e8f5ff}.wf-node-icon.green{color:#2f9e44;background:#e5f7ea}.wf-node-icon.yellow{color:#bd8600;background:#fff6d9}.wf-node-sub{text-overflow:ellipsis;white-space:nowrap;color:#8b95a5;margin-top:4px;font-size:11px;overflow:hidden}.wf-node-edit{color:#a4adba}.wf-node:hover .wf-node-edit{color:#3164e0}.wf-add-step-box{text-align:center;width:min(520px,100%);margin:30px auto 0}.wf-add-step{color:#647188;background:#fff;border:1px dashed #b7c2d3;border-radius:7px;align-items:center;gap:5px;height:32px;padding:0 14px;font-size:12px;display:inline-flex}.workflow-log-body{color:#9aa3b1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex}.workflow-log-body span{font-size:12px}.workflow-canvas-empty{color:#9aa3b1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:24px;display:flex}.workflow-canvas-empty p{color:#5a6679;margin:2px 0 0;font-size:15px;font-weight:600}.workflow-canvas-empty span{font-size:12px}.workflow-canvas-empty .primary{align-items:center;gap:6px;margin-top:6px;display:inline-flex}.wf-canvas{background:#f4f6f9;flex-direction:column;height:100%;display:flex}.wf-canvas-top{background:#fff;border-bottom:1px solid #e5e8ee;flex:none;justify-content:space-between;align-items:center;gap:16px;height:58px;padding:0 24px;display:flex}.wf-canvas-title{align-items:center;gap:8px;min-width:0;display:flex}.wf-canvas-title svg{color:#2f61df;flex:none}.wf-canvas-title input{color:#20293a;background:0 0;border:0;outline:0;min-width:120px;font-size:15px;font-weight:600}.wf-canvas-title input:focus{border-bottom:1px solid #b9c6ea}.wf-table-name{color:#9aa3b1;text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:220px;font-size:12px;overflow:hidden}.wf-canvas-actions{align-items:center;gap:10px;display:flex}.wf-enable{color:#4d596c;align-items:center;gap:6px;font-size:13px;display:flex}.wf-log-btn{color:#3c4759;background:#fff;border:1px solid #dce2ea;border-radius:6px;height:32px;padding:0 10px;font-size:13px}.wf-log-btn:hover{background:#f5f8ff;border-color:#aebee0}.wf-canvas-body{flex:1;padding:20px;overflow:auto}.wf-flow{flex-direction:column;gap:16px;max-width:520px;margin:0 auto;padding:26px 46px;display:flex;position:relative}.wf-flow:before{content:"";background:#dfe5ef;width:2px;position:absolute;top:16px;bottom:16px;left:39px}.wf-node{background:#fff;border:1px solid #e6eaf0;border-radius:10px;align-items:center;gap:12px;padding:13px 16px;display:flex;position:relative;box-shadow:0 2px 8px #1720330d}.wf-node[title]{cursor:pointer}.wf-node:hover{border-color:#b9c6ea;box-shadow:0 4px 14px #1720331a}.wf-node-num{color:#8a94a6;background:#fff;border:2px solid #dfe5ef;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:flex;position:absolute;top:50%;left:-33px;transform:translateY(-50%)}.wf-node-icon{color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.wf-node-icon.orange{background:#ef7b3d}.wf-node-icon.purple{background:#7c5cff}.wf-node-icon.blue{background:#2f6fea}.wf-node-icon.teal{background:#00a39d}.wf-node-icon.light-blue{background:#4aa8ff}.wf-node-text{flex:1;min-width:0}.wf-node-title{color:#232c3d;font-size:14px;font-weight:600}.wf-node-sub{color:#8a94a6;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.wf-node-edit{color:#9aa3b1;flex:none;padding:4px;display:flex}.wf-add-step-box{text-align:center;max-width:520px;margin:0 auto;padding:6px 46px 28px}.wf-add-step{color:#5a6679;background:#fff;border:1px dashed #c3cbd8;border-radius:8px;align-items:center;gap:6px;padding:9px 18px;font-size:13px;display:inline-flex}.wf-add-step:hover{color:#3164e0;background:#f7f9ff;border-color:#3164e0}.workflow-node-dialog{width:min(520px,92vw)}.workflow-name-dialog{width:min(420px,92vw)}.workflow-log-dialog{width:min(520px,92vw)}.workflow-log-header{justify-content:space-between;align-items:center;display:flex}.workflow-log-header h2{margin:0}.workflow-log-body{color:#9aa3b1;text-align:center;border:1px dashed #e2e7f0;border-radius:10px;flex-direction:column;align-items:center;gap:8px;margin-top:14px;padding:30px 12px;display:flex}.workflow-log-body p{color:#5a6679;margin:0;font-size:14px;font-weight:600}.workflow-log-body span{max-width:380px;font-size:12px;line-height:1.6}.wf-editor{background:#f5f7fb;min-width:0}.wf-editor .wf-canvas-top{z-index:4;min-height:60px;padding:0 22px;box-shadow:0 1px #1f2d4c0a}.wf-editor-body{flex:1;min-height:0;display:flex;overflow:hidden}.wf-graph-viewport{background-color:#f5f7fb;background-image:radial-gradient(#dce3ef 1px,#0000 1px);background-size:18px 18px;flex:1;min-width:0;padding:46px 72px 100px;position:relative;overflow:auto}.wf-graph-toolbar{z-index:3;background:#fffffff0;border:1px solid #e3e8f1;border-radius:8px;align-items:center;gap:4px;width:max-content;margin:0 0 14px auto;padding:4px;display:flex;position:sticky;top:0;box-shadow:0 5px 16px #1d2c4a1a}.wf-graph-toolbar button{color:#58677f;background:0 0;border:0;border-radius:5px;min-width:27px;height:27px;padding:0 7px;font-size:12px}.wf-graph-toolbar button:hover{color:#2f61df;background:#edf3ff}.wf-graph-toolbar span{text-align:center;color:#77849a;min-width:38px;font-size:11px}.wf-flowchart{transform-origin:top;gap:0;width:360px;max-width:none;min-height:420px;margin:0 auto;padding:20px 0 50px;transition:transform .16s}.wf-flowchart:before{display:none}.wf-step-wrap,.wf-loop-wrap{flex-direction:column;align-items:center;width:100%;display:flex}.wf-graph-node{cursor:pointer;border:1px solid #dfe6f1;border-radius:12px;width:100%;min-height:82px;padding:14px 14px 14px 16px;transition:border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 8px 22px #1a2f5314}.wf-graph-node:hover{border-color:#8daaf0;transform:translateY(-1px);box-shadow:0 10px 24px #2f61df29}.wf-graph-node.selected{border-color:#2f61df;box-shadow:0 0 0 3px #2f61df26,0 12px 26px #2f61df2e}.wf-port{z-index:2;background:#fff;border:2px solid #8aa2c7;border-radius:50%;width:10px;height:10px;position:absolute;left:50%;transform:translate(-50%)}.wf-port-top{top:-6px}.wf-port-bottom{bottom:-6px}.wf-graph-node.selected .wf-port{background:#eaf0ff;border-color:#2f61df}.wf-node-menu{align-items:center;gap:2px;display:none}.wf-graph-node:hover .wf-node-menu,.wf-graph-node.selected .wf-node-menu{display:flex}.wf-node-menu button{color:#7a889f;background:#f5f7fb;border:0;border-radius:5px;place-items:center;width:26px;height:26px;padding:0;display:grid}.wf-node-menu button:hover{color:#2f61df;background:#edf3ff}.wf-node-menu button:last-child:hover{color:#d92d20;background:#fff0ef}.wf-connector{justify-content:center;align-items:center;width:100%;height:48px;display:flex;position:relative}.wf-connector:before{content:"";background:#9badc5;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.wf-connector:after{content:"";border-bottom:2px solid #9badc5;border-right:2px solid #9badc5;width:8px;height:8px;position:absolute;bottom:2px;left:calc(50% - 4px);transform:rotate(45deg)}.wf-connector span{z-index:1;color:#8290a5;white-space:nowrap;background:#f5f7fb;border-radius:4px;padding:2px 6px;font-size:10px;position:absolute;top:50%;left:calc(50% + 13px);transform:translateY(-50%)}.wf-connector button{z-index:2;color:#637390;opacity:.72;background:#fff;border:1px solid #a9b8ce;border-radius:50%;place-items:center;width:25px;height:25px;padding:0;display:grid;position:relative;box-shadow:0 2px 5px #1d325614}.wf-connector button:hover{color:#fff;opacity:1;background:#2f61df;border-color:#2f61df;transform:scale(1.08)}.wf-flow-end{color:#556984;background:#fff;border:1px dashed #9aaccc;border-radius:7px;align-items:center;gap:5px;width:auto;height:32px;margin-top:4px;padding:0 13px;font-size:12px;display:inline-flex}.wf-flow-end:hover{color:#2f61df;background:#f4f7ff;border-color:#2f61df}.wf-step-palette{z-index:6;background:#fff;border:1px solid #d9e2f0;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(520px,100% - 20px);margin:-6px auto 20px;padding:12px;display:grid;position:sticky;top:56px;box-shadow:0 16px 35px #2032522e}.wf-step-palette>div{color:#30405b;grid-column:1/-1;justify-content:space-between;align-items:center;padding:0 3px 5px;font-size:13px;display:flex}.wf-step-palette>div button{color:#8390a4;background:0 0;border:0;border-radius:5px;width:24px;height:24px;font-size:18px}.wf-step-palette>button{color:#4a5b75;text-align:left;background:#fff;border:1px solid #edf0f5;border-radius:7px;align-items:center;gap:7px;min-width:0;height:38px;padding:0 8px;font-size:12px;display:flex}.wf-step-palette>button:hover{color:#2f61df;background:#f5f8ff;border-color:#a9bced}.wf-step-palette .wf-node-icon{border-radius:6px;width:24px;height:24px}.wf-run-badge{z-index:3;color:#718097;background:#edf1f6;border-radius:99px;padding:2px 6px;font-size:10px;position:absolute;bottom:-10px;right:14px}.wf-graph-node.run-succeeded{border-color:#69b886;box-shadow:0 0 0 3px #37a6611f}.wf-graph-node.run-succeeded .wf-run-badge{color:#248945;background:#e6f6ea}.wf-graph-node.run-failed{border-color:#ec8d84;box-shadow:0 0 0 3px #d2382e1f}.wf-graph-node.run-failed .wf-run-badge{color:#c5372b;background:#fff0ef}.wf-graph-node.run-running{border-color:#6b95ed;box-shadow:0 0 0 3px #2f61df1f}.wf-graph-node.run-waiting .wf-run-badge{color:#ae7800;background:#fff6db}.wf-run-item{cursor:pointer}.wf-run-item.selected{border-color:#8faaf0;box-shadow:0 0 0 2px #2f61df1c}.wf-run-detail{text-align:left;background:#f6f8fb;border-radius:7px;gap:6px;margin-top:10px;padding:8px;display:grid}.wf-run-detail>div{color:#596881;grid-template-columns:1fr auto;gap:4px 10px;font-size:11px;display:grid}.wf-run-detail>div>span{color:#2f61df}.wf-run-detail p{color:#c5372b;grid-column:1/-1;margin:0;font-size:11px;line-height:1.45}.wf-minimap{z-index:4;background:#ffffffe6;border:1px solid #dde5f0;border-radius:9px;flex-direction:column;align-items:center;gap:7px;width:92px;min-height:112px;padding:12px 14px;display:flex;position:sticky;bottom:12px;left:12px;box-shadow:0 6px 16px #2336561a}.wf-minimap:before{content:"";background:#bfcce0;width:1px;position:absolute;top:19px;bottom:19px;left:50%}.wf-minimap span{z-index:1;background:#b9c8e4;border-radius:2px;width:42px;height:7px;position:relative}.wf-minimap .minimap-trigger{background:#f0a65f}.wf-minimap .purple{background:#a88ce9}.wf-minimap .blue{background:#79a4eb}.wf-minimap .teal,.wf-minimap .green{background:#62bea8}.wf-minimap .yellow{background:#e0b94e}.wf-condition-node{background:linear-gradient(135deg,#fffdf4,#fff);border-radius:20px;width:240px;min-height:94px;margin:0 auto}.wf-condition-node .wf-node-icon{color:#bd8600;background:#fff3cf}.wf-loop-wrap{background:#e9fbf78c;border:1px dashed #65b8a8;border-radius:16px;margin:3px 0;padding:12px}.wf-loop-wrap>.wf-connector{width:calc(100% + 24px)}.wf-loop-node{background:#fff;border-color:#a9dfd5}.wf-loop-caption{color:#15917f;margin-top:5px;font-size:10px;font-weight:600}.wf-loop-body-preview{flex-wrap:wrap;gap:5px;width:calc(100% - 24px);margin:10px 12px 0;display:flex}.wf-loop-body-preview span{color:#158472;background:#e3f7f2;border-radius:99px;padding:3px 7px;font-size:10px}.wf-config-rail{background:#fff;border-left:1px solid #e0e6ef;width:400px;min-width:400px;overflow:hidden;box-shadow:-8px 0 22px #2436520d}.wf-config-rail-inner{height:100%;overflow:auto}.wf-config-empty{color:#8592a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:42px 30px;display:flex}.wf-config-empty svg{color:#8ca9eb}.wf-config-empty strong{color:#53627a;font-size:14px}.wf-config-empty span{max-width:230px;font-size:12px;line-height:1.7}.wf-config-rail .overlay{background:0 0;width:auto;min-height:100%;padding:0;display:block;position:static}.wf-config-rail .workflow-node-dialog{width:auto;min-height:100%;box-shadow:none;border:0;border-radius:0;margin:0;padding:20px 22px 82px}.wf-config-rail .workflow-node-dialog h2{color:#25324a;border-bottom:1px solid #edf0f5;margin:0 0 20px;padding-bottom:14px;font-size:17px}.wf-config-rail .dialog-actions{z-index:3;background:#fffffff5;border-top:1px solid #e8ecf3;margin:25px -22px -82px;padding:13px 22px;position:sticky;bottom:-82px}.wf-config-rail label{color:#4e5d75;margin-bottom:16px;font-size:12px;font-weight:600}.wf-config-rail select,.wf-config-rail input,.wf-config-rail textarea{margin-top:6px}.wf-config-rail .workflow-step-config{margin-top:4px}.wf-config-rail .workflow-note{line-height:1.65}@media (width<=1180px){.wf-config-rail{z-index:10;position:absolute;top:0;bottom:0;right:0;box-shadow:-12px 0 34px #2436522e}.wf-editor-body{position:relative}}@media (width<=760px){.wf-editor .wf-canvas-top{flex-direction:column;align-items:flex-start;gap:7px;height:auto;min-height:62px;padding:10px 12px}.wf-canvas-actions{width:100%;overflow-x:auto}.wf-graph-viewport{padding:28px 24px 70px}.wf-config-rail{width:min(400px,100%);min-width:min(400px,100%)}}.wf-editor{--wf-primary:#2f61df;--wf-primary-hover:#244fc0;--wf-primary-soft:#eef3ff;--wf-border:#dce3ee;--wf-border-strong:#a9b8cf;--wf-text:#243149;--wf-muted:#77849a;--wf-danger:#cf3329;--wf-radius:8px;--wf-control-height:34px}.workspace-nav-item .workflow-side-item{border:1px solid #0000;border-radius:8px;flex:1;min-width:0;position:relative}.workspace-nav-item .workflow-side-item:hover{background:#f5f8ff;border-color:#dbe4f4}.workspace-nav-item .workflow-side-item.active{color:#244fc0;background:#edf3ff;border-color:#b8caf4;box-shadow:inset 3px 0 #2f61df}.workspace-nav-item>.icon{opacity:0;flex:none}.workspace-nav-item:hover>.icon,.workspace-nav-item:focus-within>.icon{opacity:1}.workflow-side-item .wf-dot{box-shadow:0 0 0 2px #fff}.workflow-side-item .wf-dot.on{box-shadow:0 0 0 2px #dff4e5}.wf-status-text{color:#8a95a6;flex:none;font-size:10px}.workflow-side-item .wf-dot.on+.wf-status-text{color:#258445}.wf-editor .wf-canvas-top{grid-template-rows:48px 60px;align-items:center;height:108px;min-height:108px;padding:10px 20px;display:grid}.wf-canvas-heading{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;min-width:220px;height:48px;display:grid}.wf-canvas-title{border-bottom:2px solid #3164e0;align-self:stretch}.wf-canvas-heading p{min-width:0;color:var(--wf-muted);text-overflow:ellipsis;white-space:nowrap;align-self:center;margin:0;font-size:11px;overflow:hidden}.wf-editor .wf-canvas-title input{border-bottom:1px solid #0000;width:clamp(150px,19vw,300px);height:30px;padding:0 4px}.wf-editor .wf-canvas-title input:hover:not(:disabled){border-bottom-color:#d5ddea}.wf-editor .wf-canvas-title input:focus{border-bottom-color:var(--wf-primary);box-shadow:none}.wf-unsaved{color:#9a6900;background:#fff3d6;border-radius:99px;flex:none;padding:2px 6px;font-size:10px;font-weight:600}.wf-canvas-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.wf-button{min-width:0;height:var(--wf-control-height);border:1px solid var(--wf-border);border-radius:var(--wf-radius);color:#46546b;background:#fff;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;line-height:1;transition:background .15s,border-color .15s,box-shadow .15s,transform 80ms;display:inline-flex}.wf-button:hover:not(:disabled){border-color:var(--wf-border-strong);background:#f7f9fc}.wf-button:active:not(:disabled){transform:translateY(1px)}.wf-button:disabled,.wf-graph-toolbar button:disabled{cursor:not-allowed;opacity:.48}.wf-button-primary{border-color:var(--wf-primary);background:var(--wf-primary);color:#fff;font-weight:600;box-shadow:0 3px 8px #2f61df33}.wf-button-primary:hover:not(:disabled){border-color:var(--wf-primary-hover);background:var(--wf-primary-hover)}.wf-button-danger{color:var(--wf-danger);background:#fff;border-color:#efbbb7}.wf-button-danger:hover:not(:disabled){background:#fff2f1;border-color:#df8d86}.wf-save-feedback{color:#7b8799;text-align:left;min-width:54px;font-size:11px}.wf-save-feedback.success{color:#258445}.wf-save-feedback.error{min-width:92px;color:var(--wf-danger)}.workflow-switch:focus-visible,.wf-button:focus-visible,.wf-graph-toolbar button:focus-visible,.wf-connector button:focus-visible,.wf-flow-end:focus-visible,.wf-step-palette button:focus-visible,.wf-graph-node:focus-visible,.workspace-nav-item button:focus-visible{outline:2px solid var(--wf-primary,#2f61df);outline-offset:2px}.wf-graph-viewport{background-color:#f7f9fc;background-image:radial-gradient(#dbe3ef .8px,#0000 .8px);padding:40px clamp(32px,5vw,88px) 100px}.wf-graph-toolbar{opacity:.72;box-shadow:0 3px 10px #1d2c4a14}.wf-graph-toolbar:hover,.wf-graph-toolbar:focus-within{opacity:1}.wf-graph-node{min-height:88px;padding-top:22px}.wf-graph-node:focus-visible{border-color:var(--wf-primary);box-shadow:0 0 0 3px #2f61df2b}.wf-trigger-node{background:linear-gradient(135deg,#fffaf4 0%,#fff 72%);border-color:#edbd89}.wf-action-node{background:#fff}.wf-node-kind{color:#8b97a8;letter-spacing:.08em;font-size:9px;font-weight:700;position:absolute;top:7px;left:16px}.wf-trigger-node .wf-node-kind{color:#bd681d}.wf-node-menu button.danger{color:#b53a31;margin-left:3px}.wf-node-menu button.danger:hover{color:#d12f24;background:#fff0ef}.wf-connector:before,.wf-connector:after{opacity:.86}.wf-empty-steps{color:#65738a;text-align:center;background:#ffffffb8;border:1px dashed #cfd9e8;border-radius:9px;flex-direction:column;gap:3px;width:100%;margin:2px 0 9px;padding:12px;font-size:11px;display:flex}.wf-empty-steps strong{color:#46556d;font-size:12px}.wf-minimap{opacity:.58;min-height:98px;box-shadow:0 3px 10px #23365612}.wf-minimap:hover{opacity:.9}.wf-config-rail{width:clamp(360px,29vw,420px);min-width:clamp(360px,29vw,420px)}.wf-config-rail-inner,.wf-config-rail .workflow-node-dialog,.wf-config-rail label,.wf-config-rail fieldset{min-width:0}.wf-config-rail label,.wf-config-rail p,.wf-config-rail legend,.wf-config-rail .wf-field-label{word-break:normal;overflow-wrap:break-word}.wf-config-rail .workflow-node-dialog{padding:0 22px 20px}.wf-config-header{background:#fbfcfe;border-bottom:1px solid #e8edf4;margin:0 -22px 20px;padding:18px 22px 16px}.wf-config-header>span{color:var(--wf-primary);letter-spacing:.08em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.wf-config-rail .workflow-node-dialog .wf-config-header h2{color:var(--wf-text);border:0;margin:0;padding:0;font-size:17px}.wf-config-header p{color:var(--wf-muted);margin:6px 0 0;font-size:11px;line-height:1.6}.wf-config-rail label,.wf-form-group{color:#4e5d75;margin-bottom:17px;font-size:12px;font-weight:600;display:block}.wf-field-label{display:block}.wf-field-label b{color:var(--wf-danger)}.wf-config-rail select,.wf-config-rail input:not([type=checkbox]),.wf-config-rail textarea{border:1px solid var(--wf-border);border-radius:var(--wf-radius);width:100%;min-height:36px;color:var(--wf-text);background:#fff;margin-top:7px;font-size:12px;font-weight:400;transition:border-color .15s,box-shadow .15s,background .15s}.wf-config-rail textarea{resize:vertical;min-height:92px;line-height:1.55}.wf-config-rail select:hover,.wf-config-rail input:not([type=checkbox]):hover,.wf-config-rail textarea:hover{border-color:#b5c1d2}.wf-config-rail select:focus,.wf-config-rail input:not([type=checkbox]):focus,.wf-config-rail textarea:focus{border-color:var(--wf-primary);outline:0;box-shadow:0 0 0 3px #2f61df1f}.wf-config-rail select:disabled,.wf-config-rail input:disabled,.wf-config-rail textarea:disabled{color:#97a1b0;background:#f4f6f9}.wf-config-rail .hint,.wf-form-group>.hint{color:#8793a5;margin-top:6px;font-size:10px;font-weight:400;line-height:1.55;display:block}.wf-config-rail .workflow-schedule,.wf-config-rail .workflow-http{margin-top:7px}.wf-config-rail .workflow-schedule select,.wf-config-rail .workflow-schedule input,.wf-config-rail .workflow-http select,.wf-config-rail .workflow-http input{margin-top:0}.wf-config-rail .workflow-step-config{background:#fafbfd;border:1px solid #e5eaf1;border-radius:9px;margin:4px 0 17px;padding:12px}.wf-config-rail .workflow-step-config legend{color:#4e5d75;padding:0 5px;font-size:12px;font-weight:600}.workflow-inline-card-editor{background:#f8faff;border:1px solid #dce5f4;border-radius:10px;gap:12px;margin:4px 0 17px;padding:12px;display:grid}.workflow-inline-card-editor>legend{color:#344159;padding:0 5px;font-size:12px;font-weight:600}.wf-card-component-picker{gap:7px;display:grid}.wf-card-component-picker>div{flex-wrap:wrap;gap:7px;display:flex}.wf-card-component-picker button{color:#315ecc;background:#fff;border:1px solid #cbd8ee;border-radius:7px;flex-direction:column;align-items:center;gap:2px;min-width:54px;padding:6px 8px;display:inline-flex}.wf-card-component-picker button:hover{background:#eef4ff;border-color:#86a5e8}.wf-card-component-picker button strong{font-size:14px;line-height:1}.wf-card-component-picker button small{font-size:10px}.wf-inline-card-preview{background:#fff;border:1px solid #b9c9e7;border-radius:9px;overflow:hidden;box-shadow:0 5px 14px #264b8714}.wf-inline-card-preview>header{color:#243b6b;background:#eaf1ff;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.wf-inline-card-preview>header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.wf-inline-card-preview>header span{color:#6f86b3;font-size:10px}.wf-inline-card-preview-body{gap:8px;min-height:64px;padding:10px 12px;display:grid}.wf-inline-card-preview-element p{color:#4e5d75;white-space:pre-wrap;margin:0;font-size:11px}.wf-inline-card-preview-element hr{border:0;border-top:1px solid #e2e8f3;margin:2px 0}.wf-inline-card-preview-element button{color:#315ecc;background:#f2f6ff;border:1px solid #b8c9ec;border-radius:6px;min-height:28px;padding:0 10px;font-size:11px}.wf-inline-card-preview-table{color:#4e5d75;border:1px dashed #c6d3e9;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px;font-size:11px;display:flex}.wf-inline-card-preview-table small{color:#8793a5}.wf-inline-card-empty{color:#9aa7bb;text-align:center;margin:0;font-size:11px}.wf-inline-card-element{border-top:1px solid #e2e8f3;gap:7px;padding-top:10px;display:grid}.wf-inline-card-element-head{color:#4e5d75;justify-content:space-between;align-items:center;font-size:11px;display:flex}.wf-inline-card-element-head button{color:#c24b52;background:0 0;border:0;font-size:10px}.wf-inline-card-element textarea,.wf-inline-card-element select{margin-top:0}.workflow-card-binding{gap:6px;margin-top:12px;display:grid}.workflow-card-binding>strong{color:#4e5d75;font-size:12px}.workflow-card-binding .wf-value-editor{margin-top:0}.wf-config-fields{border:0;min-width:0;margin:0;padding:0}.wf-runtime-section{background:#fbfcfe;border:1px solid #e5eaf1;border-radius:9px;gap:11px;margin:0 0 17px;padding:13px;display:grid}.wf-runtime-section>div h3{color:#344159;margin:0;font-size:12px}.wf-runtime-section>div p,.wf-runtime-section>p{color:#728096;margin:4px 0 0;font-size:11px;font-weight:400;line-height:1.55}.wf-runtime-section>label{margin:0}.wf-runtime-grid{grid-template-columns:minmax(110px,.75fr) minmax(0,1fr) minmax(92px,.7fr);gap:9px;display:grid}.wf-runtime-grid label{margin:0}.wf-selected-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.wf-selected-tags span,.wf-selected-tags b{color:#365889;background:#f3f7ff;border:1px solid #cddbf4;border-radius:999px;align-items:center;gap:4px;min-height:25px;padding:3px 7px;font-size:11px;font-weight:600;display:inline-flex}.wf-selected-tags span.invalid{color:#a43a3a;background:#fff7f7;border-color:#efc6c6}.wf-selected-tags button{width:16px;height:16px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.wf-selected-tags button:hover{background:#3053851f}.wf-selected-tags em{color:#7a879a;font-size:11px;font-style:normal;font-weight:400}.wf-runtime-pending{color:#996000;margin:0;font-size:11px;font-weight:400;line-height:1.5}.wf-runtime-draft-error{color:#b33a3a;max-width:250px;font-size:11px;line-height:1.4}.wf-config-rail .workflow-checkbox{margin-bottom:8px}.wf-config-rail .dialog-actions.wf-config-actions{z-index:5;background:#fffffff7;border-top:1px solid #e4e9f1;margin:24px -22px -20px;padding:13px 22px;position:sticky;bottom:0;box-shadow:0 -8px 18px #2436520d}.wf-config-actions .workflow-delete-button{margin-right:4px}.wf-trigger-dialog .wf-config-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wf-trigger-header-title{align-items:flex-start;gap:9px;min-width:0;display:flex}.wf-trigger-header-title .wf-node-icon{width:30px;height:30px;margin-top:1px}.wf-trigger-header-title>div>span{color:var(--wf-primary);letter-spacing:.08em;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.wf-config-close{color:#66748a;background:#fff;border:1px solid #dce4ef;border-radius:7px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.wf-config-close:hover{color:#33445f;background:#f5f8fc;border-color:#afbed3}.wf-config-close:focus-visible,.wf-connector button:focus-visible,.wf-flow-end:focus-visible{outline:2px solid var(--wf-primary);outline-offset:2px}.wf-trigger-section{background:#fbfcfe;border:1px solid #e5eaf1;border-radius:9px;margin:0 0 17px;padding:13px}.wf-trigger-section h3{color:#344159;margin:0 0 10px;font-size:12px}.wf-trigger-section>label:last-of-type{margin-bottom:0}.wf-trigger-section .workflow-filters{margin-top:2px}.wf-trigger-section .workflow-filter-row{grid-template-columns:minmax(0,1fr) minmax(88px,.8fr) minmax(0,1fr) auto}.wf-trigger-section-heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.wf-trigger-section-heading h3{margin:0}.wf-config-rail .wf-trigger-section-heading select{width:auto;min-height:30px;margin:0;padding-block:3px;font-size:11px}.wf-record-time-schedule{grid-template-columns:minmax(0,3fr) minmax(100px,2fr);gap:9px;display:grid}.wf-record-time-schedule label{margin:0}.wf-inline-notice{color:#64748a;margin-top:6px;font-size:11px;font-weight:400;line-height:1.55;display:block}.wf-trigger-readonly{gap:11px;display:grid}.wf-trigger-readonly>div{background:#fbfcfe;border:1px solid #e5eaf1;border-radius:8px;padding:11px 12px}.wf-trigger-readonly span{color:#728096;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.wf-trigger-readonly strong{color:#344159;font-size:12px;font-weight:600}.wf-trigger-readonly-empty{color:#7f8ca0;margin:0;font-size:12px;font-weight:400}.wf-trigger-readonly-filters{color:#4d5a70;margin:0;padding-left:16px;font-size:11px;line-height:1.65}@media (width<=760px){.wf-trigger-section .workflow-filter-row{grid-template-columns:minmax(0,1fr) minmax(88px,.8fr) 30px}.wf-trigger-section .workflow-filter-row>:nth-child(3){grid-column:1/span 2}.wf-record-time-schedule,.wf-runtime-grid{grid-template-columns:1fr}}.wf-config-rail.create-record-open{width:clamp(460px,38vw,590px);min-width:clamp(460px,38vw,590px)}.wf-config-rail:has(.create-record-config){width:clamp(460px,38vw,590px);min-width:clamp(460px,38vw,590px)}.wf-config-error,.wf-inline-error,.wf-mapping-error{color:var(--wf-danger);font-size:11px;line-height:1.5}.wf-config-error{background:#fff6f5;border:1px solid #f2c7c4;border-radius:7px;margin:-8px 0 16px;padding:9px 11px}.wf-inline-error{margin-top:6px;font-weight:400;display:block}.wf-create-record-mappings{margin:4px 0 18px}.wf-mapping-section-head{margin-bottom:8px}.wf-mapping-section-head h3{color:var(--wf-text);margin:0;font-size:13px}.wf-mapping-empty{color:#8a96a8;text-align:center;background:#fbfcfe;border:1px dashed #cfd8e7;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:74px;margin-bottom:10px;padding:16px;font-size:11px;display:flex}.wf-mapping-empty strong{color:#536176;font-size:12px}.wf-mapping-card{background:#f8f9fb;border:1px solid #e3e8f0;border-radius:9px;margin-bottom:7px;padding:8px;transition:border-color .15s,box-shadow .15s}.wf-mapping-card:focus-within{border-color:#aebfed;box-shadow:0 0 0 3px #2f61df12}.wf-mapping-card.invalid{background:#fff9f8;border-color:#efb5b1}.wf-mapping-row{grid-template-columns:minmax(104px,.7fr) minmax(0,1.3fr) auto;align-items:center;gap:8px;display:grid}.wf-field-type-icon{color:#4d68a8;background:#eaf0ff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:inline-flex}.wf-mapping-field{align-items:center;gap:6px;min-width:0;display:flex}.wf-mapping-field strong{color:#344056;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.wf-mapping-field strong b,.wf-mapping-field.invalid strong{color:var(--wf-danger)}.wf-config-rail .wf-mapping-field-select{width:100%;min-height:30px;margin:0;padding-block:3px;font-size:10px}.wf-mapping-remove{color:#8d98a8;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.wf-mapping-remove:hover,.wf-mapping-remove:focus-visible{color:var(--wf-danger);background:#feeceb}.wf-mapping-value{min-width:0}.wf-value-editor{min-width:0;position:relative}.wf-value-direct{align-items:center;gap:6px;display:flex}.wf-value-direct>input,.wf-value-direct>select,.wf-value-direct>textarea,.wf-value-direct>.wf-mapping-checkbox{flex:1;min-width:0;margin:0!important}.wf-value-direct textarea{resize:vertical;min-height:34px}.wf-variable-trigger,.wf-variable-selected>button{height:30px;color:var(--wf-primary);white-space:nowrap;background:#fff;border:1px solid #cbd7ec;border-radius:6px;flex:none;padding:0 8px;font-size:11px}.wf-variable-trigger:hover,.wf-variable-selected>button:hover{background:#f4f7ff;border-color:#8ea9e4}.wf-variable-selected{align-items:center;gap:5px;min-height:32px;display:flex}.wf-variable-selected .wf-variable-chip{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.wf-variable-selected>button:first-of-type{color:#738198}.wf-variable-panel{z-index:5;background:#fff;border:1px solid #cdd8ea;border-radius:8px;max-height:min(300px,48vh);padding:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 12px 28px #2031502e}.wf-variable-panel-head{gap:5px;display:flex}.wf-variable-panel-head input{flex:1;min-width:0;margin:0!important}.wf-variable-panel-head button{color:#728096;background:#f5f7fb;border:0;border-radius:6px;place-items:center;width:30px;height:30px;padding:0;display:grid}.wf-variable-panel section{margin-top:9px}.wf-variable-panel section>small{color:#65738a;font-size:10px;font-weight:700}.wf-variable-panel .wf-variable-picker{margin-top:4px}.wf-config-rail .wf-value-editor .wf-mapping-checkbox{color:#536176;align-items:center;gap:7px;margin:9px 0 0;font-size:11px;font-weight:500;display:flex}.wf-config-rail .wf-value-editor .wf-mapping-checkbox input{margin:0}.wf-config-rail .wf-mapping-multi{min-height:78px;padding-block:6px}.wf-variable-picker{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.wf-variable-chip{color:#536176;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #d8e0ec;border-radius:14px;align-items:center;gap:5px;max-width:100%;min-height:28px;padding:4px 8px;font-size:10px;display:inline-flex;overflow:hidden}.wf-variable-chip>span{color:#7084ad;font-size:9px;font-weight:700}.wf-variable-chip:hover{color:var(--wf-primary);border-color:#9db0df}.wf-variable-chip.selected{color:#254faa;background:#edf3ff;border-color:#87a4ea;box-shadow:0 0 0 2px #2f61df14}.wf-mapping-complex{color:#a35a13;background:#fff4e8;border-radius:6px;margin:8px 0 0;padding:8px 9px;font-size:10px;line-height:1.5}.wf-mapping-error{margin:8px 0 0}.wf-add-mapping{margin-top:9px;position:relative}.wf-add-mapping button{min-height:32px;color:var(--wf-primary);background:#f4f7ff;border:1px solid #b6c5ea;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.wf-add-mapping button:disabled{opacity:.45;cursor:not-allowed}.wf-field-picker{z-index:6;background:#fff;border:1px solid #cdd8ea;border-radius:8px;max-height:min(280px,44vh);padding:8px;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 12px 28px #2031502e}.wf-field-picker input{width:100%;margin:0!important}.wf-field-picker [role=listbox]{gap:2px;margin-top:6px;display:grid}.wf-field-picker [role=option]{color:#40506a;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;width:100%;min-height:32px;padding:0 7px;display:grid}.wf-field-picker [role=option]:hover,.wf-field-picker [role=option]:focus-visible{color:var(--wf-primary);background:#f0f5ff}.wf-field-picker [role=option] small{color:#8793a5;font-size:10px}.wf-field-picker p{color:#7c889a;margin:10px 4px;font-size:11px}@media (width<=1366px){.wf-config-rail{width:360px;min-width:360px}.wf-editor .wf-canvas-top{padding-inline:16px}.wf-button{padding-inline:9px}.wf-save-feedback{display:none}}@media (width<=1180px){.wf-config-rail{width:min(400px,44vw);min-width:min(400px,44vw)}.wf-config-rail.create-record-open{width:min(520px,54vw);min-width:min(520px,54vw)}.wf-config-rail:has(.create-record-config){width:min(520px,54vw);min-width:min(520px,54vw)}.wf-config-rail:before{content:"";z-index:-1;pointer-events:none;background:#1924381f;position:fixed;inset:0}}@media (width<=820px){.wf-editor .wf-canvas-top{flex-direction:column;align-items:stretch;gap:9px}.wf-canvas-actions{flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.wf-enable,.wf-button{flex:none}.wf-graph-viewport{padding:26px 24px 70px}.wf-config-rail{width:min(400px,100%);min-width:min(400px,100%)}.wf-config-rail.create-record-open{width:min(560px,100%);min-width:min(560px,100%)}.wf-config-rail:has(.create-record-config){width:min(560px,100%);min-width:min(560px,100%)}}@media (width<=520px){.wf-flowchart{width:min(340px,100vw - 70px)}.wf-graph-viewport{padding-inline:14px}.wf-node-menu{display:flex}.wf-minimap{display:none}.wf-config-rail .workflow-node-dialog{padding-inline:16px}.wf-config-rail{width:100%;min-width:100%}.wf-config-rail-inner{overscroll-behavior:contain}.wf-config-header,.wf-config-rail .dialog-actions.wf-config-actions{margin-inline:-16px;padding-inline:16px}.wf-mapping-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.wf-mapping-value,.wf-mapping-field-select{grid-column:1/-1}.wf-variable-panel{max-height:min(70vh,560px);position:fixed;inset:auto 10px 10px}.wf-field-picker{max-height:min(62vh,500px);position:fixed;bottom:10px;left:10px;right:10px}.wf-trigger-filter-shortcut{flex-direction:column;align-items:stretch}.wf-trigger-filter-shortcut-control{width:100%;min-width:0}.workflow-filter-row{flex-wrap:wrap}.workflow-filter-row select:first-child,.workflow-filter-row select:nth-child(2),.workflow-filter-row select:nth-child(3),.workflow-filter-row input{flex:calc(50% - 3px);min-width:0}}.manual-run-dialog{flex-direction:column;gap:16px;width:min(520px,100vw - 32px);max-height:min(720px,100vh - 32px);display:flex;overflow:auto}.manual-run-dialog:focus{outline:none}.manual-run-header,.manual-run-success,.manual-run-actions{align-items:center;display:flex}.manual-run-header{justify-content:space-between;gap:16px}.manual-run-header small{color:#6b7890;font-size:12px}.manual-run-header h2{margin:2px 0 0;font-size:20px}.manual-run-dialog>label{color:#46546a;gap:6px;font-size:13px;font-weight:600;display:grid}.manual-run-dialog select{min-height:38px}.manual-run-summary,.manual-run-context,.manual-run-success{background:#f8faff;border:1px solid #dfe6f1;border-radius:10px;padding:12px}.manual-run-summary{gap:4px;display:grid}.manual-run-summary span,.manual-run-context p,.manual-run-success span{color:#65738a;font-size:13px;line-height:1.5}.manual-run-context{background:#fff;gap:9px;display:grid}.manual-run-context h3{margin:0;font-size:14px}.manual-run-context label{color:#46546a;gap:6px;font-size:13px;font-weight:600;display:grid}.manual-run-context .hint{margin:0;font-weight:400}.manual-run-success{color:#1e7a43;background:#f1fbf4;border-color:#b8e4c7;gap:9px}.manual-run-success>div{flex:1;gap:2px;display:grid}.manual-run-success button{color:#2764d8;flex:none}.manual-run-actions{background:#fff;border-top:1px solid #e5eaf2;justify-content:flex-end;gap:8px;margin:0 -20px -20px;padding:12px 20px;position:sticky;bottom:-20px}.manual-run-dialog :is(button,select):focus-visible{outline-offset:2px;outline:2px solid #3164e0}.record-menu-hint{color:#718099;margin:6px 8px;font-size:12px;line-height:1.45}.wf-editor-body{position:relative}.wf-config-drawer-backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a233257;justify-content:flex-end;animation:.2s ease-out drawer-overlay-enter;display:flex;position:fixed;inset:0}.wf-editor .wf-canvas-top>.wf-canvas-heading{grid-row:1}.wf-editor .wf-canvas-top>.wf-canvas-actions{border-top:1px solid #e7ebf2;grid-row:2;min-height:60px;padding:0}.wf-editor .wf-canvas-top{justify-content:space-between;align-items:center;gap:14px;height:48px;min-height:48px;padding:0 20px;display:flex}.wf-editor .wf-canvas-title{border-bottom:2px solid #3164e0;align-self:stretch}.wf-editor .wf-canvas-actions{border-top:0;justify-content:flex-start;min-height:60px;padding:10px 20px}.wf-canvas-summary{color:var(--wf-muted);flex:none;font-size:11px}.wf-config-drawer-backdrop.is-closing{pointer-events:none;animation:.18s ease-in forwards drawer-overlay-exit}:is(.wf-config-rail.wf-config-drawer,.wf-config-rail.wf-config-drawer:has(.create-record-config)){border-left:1px solid #dfe5ee;border-radius:12px 0 0 12px;width:min(480px,100vw);min-width:0;height:100%;max-height:100vh;animation:.22s cubic-bezier(.22,1,.36,1) drawer-enter;position:relative;top:auto;bottom:auto;right:auto;box-shadow:-14px 0 36px #1c2a402e}.wf-config-rail.wf-config-drawer.is-closing{animation:.18s cubic-bezier(.4,0,1,1) forwards drawer-exit}.wf-step-header-copy{flex:1;min-width:0}.wf-config-header:has(.wf-step-header-copy){justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wf-config-header .wf-config-close{flex:none}.wf-config-rail.wf-config-drawer .workflow-node-dialog,.wf-config-rail.wf-config-drawer form,.wf-config-rail.wf-config-drawer select,.wf-config-rail.wf-config-drawer input:not([type=checkbox]),.wf-config-rail.wf-config-drawer textarea{width:100%;max-width:none}.wf-config-rail.wf-config-drawer .workflow-schedule select,.wf-config-rail.wf-config-drawer .workflow-schedule input{width:auto;min-width:0}@media (width<=640px){:is(.wf-config-rail.wf-config-drawer,.wf-config-rail.wf-config-drawer:has(.create-record-config)){border-radius:0;width:100vw}.manual-run-dialog{border-radius:0;width:100vw;min-height:100vh;max-height:100vh;padding:18px}.manual-run-actions{margin:0 -18px -18px;padding-inline:18px;bottom:-18px}}.workspace-boot{color:#25324a;background:#f7f8fa;flex-direction:column;height:100vh;min-height:620px;display:flex}.workspace-boot__header{background:#fff;border-bottom:1px solid #e4e9f1;flex:none;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.workspace-boot__brand{color:#20293a;align-items:center;gap:10px;font-size:16px;display:inline-flex}.workspace-boot__brand img{object-fit:contain;width:24px;height:24px}.workspace-boot__connection{color:#8793a5;align-items:center;gap:7px;font-size:12px;display:inline-flex}.workspace-boot__connection i{background:#4e7bea;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite workspace-boot-pulse;box-shadow:0 0 0 4px #4e7bea1f}.workspace-boot__body{flex:1;grid-template-columns:minmax(0,1fr);min-height:0;display:grid}.workspace-boot__apps,.workspace-boot__sidebar{background:#fff;border-right:1px solid #e4e9f1}.workspace-boot__apps{flex-direction:column;align-items:center;gap:13px;padding:18px 0;display:flex}.workspace-boot__apps,.workspace-boot__sidebar{display:none}.workspace-boot__apps span{background:#edf1f7;border-radius:8px;width:28px;height:28px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer;display:block}.workspace-boot__apps .workspace-boot__avatar{background:#e6edfc;border-radius:9px;width:30px;height:30px}.workspace-boot__sidebar{padding:20px 14px}.workspace-boot__line{background:#edf1f7;border-radius:5px;height:12px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer}.workspace-boot__line--title{width:72px;margin-bottom:22px}.workspace-boot__list{gap:12px;display:grid}.workspace-boot__list span{background:#f0f3f8;border-radius:7px;height:34px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer}.workspace-boot__list span:nth-child(2){width:88%}.workspace-boot__list span:nth-child(3){width:94%}.workspace-boot__list span:nth-child(4){width:78%}.workspace-boot__list span:nth-child(5){width:86%}.workspace-boot__main{background:#fbfcfe;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:clamp(28px,5vw,68px);display:flex}.workspace-boot__welcome{justify-content:center;align-items:center;gap:13px;width:min(480px,100%);margin:0 auto 30px;display:flex}.workspace-boot__spinner{color:#3164e0;background:#edf3ff;border:1px solid #cbdaf8;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.workspace-boot__welcome strong,.workspace-boot__welcome span{display:block}.workspace-boot__welcome strong{color:#2d4161;font-size:16px}.workspace-boot__welcome span{color:#8693a7;margin-top:5px;font-size:12px}.workspace-boot__toolbar{gap:9px;width:min(920px,100%);margin:0 auto 14px;display:flex}.workspace-boot__toolbar i{background:#edf1f7;border-radius:7px;width:74px;height:30px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer;display:block}.workspace-boot__toolbar i:first-child{width:126px}.workspace-boot__toolbar i:last-child{width:180px;margin-left:auto}.workspace-boot__grid{background:#fff;border:1px solid #e6ebf2;border-radius:10px;width:min(920px,100%);margin:0 auto;overflow:hidden}.workspace-boot__grid-head,.workspace-boot__grid-row{border-bottom:1px solid #edf0f5;grid-template-columns:1.4fr 1fr .8fr .9fr;align-items:center;gap:18px;min-height:46px;padding:0 18px;display:grid}.workspace-boot__grid-head{background:#f2f5f9}.workspace-boot__grid-head i,.workspace-boot__grid-row i{background:#e9eef5;border-radius:5px;height:10px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer;display:block}.workspace-boot__grid-head i{background:#dfe7f2;height:11px}.workspace-boot__grid-row:nth-child(3) i:nth-child(2),.workspace-boot__grid-row:nth-child(5) i:first-child{width:72%}.workspace-boot__grid-row:last-child{border-bottom:0}@keyframes workspace-skeleton-shimmer{0%,to{opacity:.62}50%{opacity:1}}@keyframes workspace-boot-pulse{0%,to{opacity:.42}50%{opacity:1}}.workspace-loading-label{align-items:center;gap:7px;display:inline-flex}.workspace-sidebar-skeleton{gap:7px;width:100%;margin-top:10px;display:grid}.workspace-sidebar-skeleton i{background:linear-gradient(90deg,#eef2f7 25%,#fafcff 45%,#eef2f7 65%) 0 0/240% 100%;border-radius:7px;height:32px;animation:1.5s ease-in-out infinite workspace-sidebar-shimmer;display:block}.workspace-sidebar-skeleton i:nth-child(2){width:88%}.workspace-sidebar-skeleton i:nth-child(3){width:94%}.workspace-sidebar-skeleton i:nth-child(4){width:76%}@keyframes workspace-sidebar-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.workspace-nav-empty{color:#687890;text-align:center;gap:5px;padding:34px 10px;display:grid}.workspace-nav-empty span{font-size:12px;font-weight:650}.workspace-nav-empty small{color:#9aa6b7;font-size:11px;line-height:1.5}main{position:relative}.workspace-transition{z-index:20;pointer-events:none;background:var(--yt-primary-soft,#e8eef8);height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.workspace-transition__bar{background:var(--yt-primary,#3164e0);width:0;animation:.9s cubic-bezier(.2,.75,.3,1) forwards workspace-transition-fill;position:absolute;top:0;bottom:0;left:0}.workspace-transition__label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes workspace-transition-fill{0%{opacity:.55;width:0}to{opacity:1;width:100%}}.workspace-info-notice{z-index:10;color:#8a641a;background:#fff9ea;border-bottom:1px solid #f0dfb5;flex:none;justify-content:space-between;align-items:center;gap:10px;min-height:32px;padding:0 20px;font-size:12px;display:flex;position:relative}.workspace-info-notice button{color:#7c5912;background:#fff;border:1px solid #e8c98a;border-radius:6px;padding:3px 8px;font-size:11px}.table-status-loading{color:#3164e0;align-items:center;gap:5px;display:inline-flex}.workspace-main-loading{z-index:8;background:#fbfcfef5;flex-direction:column;gap:18px;padding:clamp(36px,8vh,76px) clamp(20px,5vw,70px);display:flex;position:absolute;inset:34px 0 0}.workspace-main-loading__copy{color:#3164e0;align-items:center;gap:12px;width:min(450px,100%);margin:0 auto;display:flex}.workspace-main-loading__copy strong,.workspace-main-loading__copy span{display:block}.workspace-main-loading__copy strong{color:#30435f;font-size:15px}.workspace-main-loading__copy span{color:#8b98aa;margin-top:4px;font-size:12px}.workspace-main-loading__toolbar,.workspace-main-loading__grid{width:min(920px,100%);margin:0 auto}.workspace-main-loading__toolbar{gap:9px;display:flex}.workspace-main-loading__toolbar i{background:#eaf0f8;border-radius:7px;width:84px;height:30px;animation:1.7s ease-in-out infinite workspace-skeleton-shimmer;display:block}.workspace-main-loading__toolbar i:first-child{width:128px}.workspace-main-loading__toolbar i:last-child{width:170px;margin-left:auto}.workspace-main-loading__grid{background:#fff;border:1px solid #e3e9f1;border-radius:10px;overflow:hidden}.workspace-main-loading__grid i{background:linear-gradient(90deg,#f1f4f8 25%,#fbfcfe 45%,#f1f4f8 65%) 0 0/240% 100%;border-bottom:1px solid #edf1f5;height:46px;animation:1.6s ease-in-out infinite workspace-sidebar-shimmer;display:block}.workspace-main-loading__grid i:first-child{background-color:#e8eef6;height:38px}.workspace-main-loading__grid i:last-child{border-bottom:0}.workspace-main-empty{z-index:7;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px;display:flex;position:absolute;inset:34px 0 0}.workspace-main-empty__icon{color:#3164e0;background:#edf3ff;border:1px solid #cbdaf8;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.workspace-main-empty h2{color:#30435f;margin:4px 0 0;font-size:17px}.workspace-main-empty p{color:#8a97aa;margin:0 0 8px;font-size:13px}.workspace-main-empty .workspace-create-button{width:auto;min-width:112px;padding:0 16px}.grid-loading-overlay{align-content:start;gap:1px;padding-top:0}.mobile-workspace-nav{z-index:10;position:relative}.grid-loading-label{color:#6d7d95;background:#f8fafdeb;align-items:center;gap:7px;height:38px;padding:0 12px;font-size:12px;display:flex}.workflow-canvas-loading{background:#f7f8fa;justify-content:flex-start;align-items:stretch;gap:18px;padding:clamp(28px,6vh,56px) clamp(20px,7vw,88px)}.workflow-loading-heading{align-items:center;gap:10px;width:min(520px,100%);margin:0 auto;display:flex}.workflow-loading-copy{color:#7f8da1;text-align:center;width:min(520px,100%);margin:-6px auto 0;font-size:12px}.workflow-loading-heading i,.workflow-loading-heading span,.workflow-loading-node i{background:linear-gradient(90deg,#e9eef5 25%,#f9fbfd 45%,#e9eef5 65%) 0 0/240% 100%;border-radius:6px;animation:1.6s ease-in-out infinite workspace-sidebar-shimmer;display:block}.workflow-loading-heading i{border-radius:9px;width:34px;height:34px}.workflow-loading-heading span{width:190px;height:16px}.workflow-loading-flow{gap:22px;width:min(520px,100%);margin:0 auto;padding-top:8px;display:grid;position:relative}.workflow-loading-flow:before{content:"";background:#dce4ef;border-radius:2px;width:2px;position:absolute;top:28px;bottom:28px;left:24px}.workflow-loading-node{z-index:1;background:#fff;border:1px solid #e3e9f1;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:13px;min-height:72px;padding:14px 18px;display:grid;position:relative;box-shadow:0 4px 12px #141f340a}.workflow-loading-node i:first-child{border-radius:9px;width:32px;height:32px}.workflow-loading-node i:last-child{width:min(250px,70%);height:12px}@media (prefers-reduced-motion:reduce){.workspace-boot__apps span,.workspace-boot__line,.workspace-boot__list span,.workspace-boot__toolbar i,.workspace-boot__grid i,.workspace-boot__connection i,.workspace-sidebar-skeleton i,.workspace-main-loading__toolbar i,.workspace-main-loading__grid i,.workflow-loading-heading i,.workflow-loading-heading span,.workflow-loading-node i,.workspace-transition__bar{animation:none}.workspace-transition__bar{opacity:.7;width:100%}}@media (width<=900px){.workspace-boot__body{grid-template-columns:minmax(0,1fr)}.workspace-boot__sidebar{display:none}.workspace-boot__main{padding:30px 18px}.workspace-main-loading{padding:34px 16px;top:92px}.workspace-main-empty{inset:92px 0 0}}@media (width<=600px){.workspace-boot{height:100svh;min-height:100svh}.workspace-boot__header{padding-inline:12px}.workspace-boot__connection{font-size:11px}.workspace-boot__main{padding:24px 12px}.workspace-boot__toolbar i:nth-child(n+3){display:none}.workspace-boot__grid-head,.workspace-boot__grid-row{grid-template-columns:1.4fr 1fr .8fr;gap:10px;padding-inline:12px}.workspace-boot__grid-head i:last-child,.workspace-boot__grid-row i:last-child{display:none}.workspace-info-notice{padding-inline:12px}.workflow-canvas-loading{padding-inline:16px}}.shell[data-theme]{isolation:isolate;background:var(--yt-page-bg,#f7f8fa);color:var(--yt-text,#20293a);position:relative}.shell[data-theme][data-has-background=true]{background:0 0}.shell[data-theme]>.workspace-background-image{z-index:0;pointer-events:none;object-fit:cover;object-position:center;width:100%;height:100%;opacity:var(--yt-background-opacity,0);filter:blur(var(--yt-background-blur,0px));position:absolute;inset:0}.shell[data-theme]>header,.shell[data-theme]>.body{z-index:1;position:relative}.shell[data-theme]>header{z-index:20;color:var(--yt-topbar-text,#53627a)}.shell[data-theme]>header .brand,.shell[data-theme]>header .user{color:var(--yt-topbar-text,#53627a)}.shell[data-theme] .apps,.shell[data-theme] .apps .nav,.shell[data-theme] .apps .icon{color:var(--yt-apps-text,#687386)}.shell[data-theme] .tables,.shell[data-theme] .tables .nav,.shell[data-theme] .tables .icon,.shell[data-theme] .tables .workspace-nav-folder__header,.shell[data-theme] .tables .table-list-state{color:var(--yt-tables-text,#485366)}.shell[data-theme]>header,.shell[data-theme] .apps,.shell[data-theme] .tables,.shell[data-theme] .view-tabs,.shell[data-theme] .workspace-titlebar,.shell[data-theme] .table-toolbar,.shell[data-theme] .selection-toolbar,.shell[data-theme] .active-filter-summary,.shell[data-theme] .toolbar,.shell[data-theme] .workspace-create-menu{border-color:var(--yt-border,#e7e9ee);background-color:var(--yt-panel-bg,#fffffff0)}.shell[data-theme][data-has-background=true]>header,.shell[data-theme][data-has-background=true] .apps,.shell[data-theme][data-has-background=true] .tables,.shell[data-theme][data-has-background=true] .view-tabs,.shell[data-theme][data-has-background=true] .workspace-titlebar,.shell[data-theme][data-has-background=true] .table-toolbar,.shell[data-theme][data-has-background=true] .selection-toolbar,.shell[data-theme][data-has-background=true] .active-filter-summary,.shell[data-theme][data-has-background=true] .toolbar,.shell[data-theme][data-has-background=true] .wf-canvas-top,.shell[data-theme][data-has-background=true] .dashboard-canvas__actions{background-color:var(--yt-workspace-panel-bg,var(--yt-panel-bg,#fffffff0))}.shell[data-theme][data-has-background=true] .view-tabs,.shell[data-theme][data-has-background=true] .workspace-titlebar,.shell[data-theme][data-has-background=true] .table-toolbar,.shell[data-theme][data-has-background=true] .selection-toolbar,.shell[data-theme][data-has-background=true] .active-filter-summary,.shell[data-theme][data-has-background=true] .table-statusbar{background-color:var(--yt-table-bg,var(--yt-workspace-panel-bg,var(--yt-panel-bg,#fffffff0)))}.shell[data-theme][data-has-background=true] .apps{background-color:var(--yt-apps-panel-bg,var(--yt-workspace-panel-bg,var(--yt-panel-bg,#fffffff0)))}.shell[data-theme][data-has-background=true] .tables,.shell[data-theme][data-has-background=true] .tables .workspace-create-menu,.shell[data-theme][data-has-background=true] .tables .nav:not(:hover):not(.active),.shell[data-theme][data-has-background=true] .tables .workflow-side-item:not(:hover):not(.active),.shell[data-theme][data-has-background=true] .tables .workspace-nav-folder__header:not(:hover),.shell[data-theme][data-has-background=true] .tables .workspace-create-button:not(:hover){background-color:var(--yt-tables-panel-bg,var(--yt-workspace-panel-bg,var(--yt-panel-bg,#fffffff0)))}.shell[data-theme][data-has-background=true]>header{background-color:var(--yt-topbar-panel-bg,var(--yt-workspace-panel-bg,var(--yt-panel-bg,#fffffff0)))}.shell[data-theme][data-has-background=true] .toolbar-primary-actions>button:not(.primary),.shell[data-theme][data-has-background=true] .toolbar-more-button,.shell[data-theme][data-has-background=true] .selection-toolbar-actions button,.shell[data-theme][data-has-background=true] .toolbar-search,.shell[data-theme][data-has-background=true] .row-height-control{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme][data-has-background=true] .toolbar-add-field{background-color:var(--yt-table-bg,#fffffff0)!important}.shell[data-theme][data-has-background=true] .row-height-control button.active{background-color:var(--yt-sidebar-active-bg,var(--yt-primary-soft,#edf3ff))}.shell[data-theme] .grid-wrap th,.shell[data-theme] .grid-wrap .column-header-title em,.shell[data-theme] .grid-wrap .column-menu-button,.shell[data-theme] .grid-wrap thead .add-field-column button{color:var(--yt-header-text,var(--yt-on-primary,#fff))}.shell[data-theme][data-has-background=true]>header{-webkit-backdrop-filter:blur(var(--yt-topbar-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-topbar-glass,0px)) saturate(1.08)}.shell[data-theme][data-has-background=true] .apps{-webkit-backdrop-filter:blur(var(--yt-apps-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-apps-glass,0px)) saturate(1.08)}.shell[data-theme][data-has-background=true] .tables{-webkit-backdrop-filter:blur(var(--yt-tables-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-tables-glass,0px)) saturate(1.08)}.shell[data-theme][data-has-background=true] .view-tabs,.shell[data-theme][data-has-background=true] .table-toolbar,.shell[data-theme][data-has-background=true] .table-surface{-webkit-backdrop-filter:blur(var(--yt-table-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-table-glass,0px)) saturate(1.08)}.shell[data-theme][data-has-background=true] .grid-wrap th{-webkit-backdrop-filter:blur(var(--yt-header-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-header-glass,0px)) saturate(1.08)}.shell[data-theme][data-has-background=true] .nav.active,.shell[data-theme][data-has-background=true] .workflow-side-item.active,.shell[data-theme][data-has-background=true] .mobile-workspace-tabs button.active{-webkit-backdrop-filter:blur(var(--yt-sidebar-glass,0px)) saturate(1.08);backdrop-filter:blur(var(--yt-sidebar-glass,0px)) saturate(1.08)}.shell[data-theme] main,.shell[data-theme] .table-surface,.shell[data-theme] .grid-wrap,.shell[data-theme] .wf-canvas,.shell[data-theme] .wf-canvas-body,.shell[data-theme] .workflow-canvas-empty,.shell[data-theme] .workspace-main-empty,.shell[data-theme] .dashboard-workspace,.shell[data-theme] .dashboard-workspace__canvas{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .brand,.shell[data-theme] .toolbar h1,.shell[data-theme] .workspace-titlebar__title,.shell[data-theme] .wf-canvas-title,.shell[data-theme] .dashboard-workspace__canvas h2{color:var(--yt-primary,#3164e0)}.shell[data-theme] .icon:hover,.shell[data-theme] .nav:hover,.shell[data-theme] .workspace-nav-folder__header:hover,.shell[data-theme] .workspace-nav-folder.is-drag-over .workspace-nav-folder__header{background:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .nav.active,.shell[data-theme] .workspace-nav-root-dropzone,.shell[data-theme] .toolbar-filter.has-filters,.shell[data-theme] .view-tab.active,.shell[data-theme] .dashboard-workspace__items button.is-selected{border-color:var(--yt-primary-border,#b7c9f6);background:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .nav.active,.shell[data-theme] .workflow-side-item.active,.shell[data-theme] .mobile-workspace-tabs button.active{background:var(--yt-sidebar-active-bg,var(--yt-primary-soft,#edf3ff));color:var(--yt-sidebar-text,var(--yt-primary,#3164e0))}.shell[data-theme] .view-tab.active{border-bottom-color:var(--yt-primary,#3164e0)}.shell[data-theme] .actions .primary,.shell[data-theme] .dialog .primary,.shell[data-theme] .toolbar-primary-actions .primary,.shell[data-theme] .dashboard-workspace__primary,.shell[data-theme] .dashboard-canvas__actions>button:last-child{border-color:var(--yt-primary,#3164e0);background:var(--yt-primary,#3164e0);color:var(--yt-on-primary,#fff)}.shell[data-theme] .actions .primary:hover,.shell[data-theme] .dialog .primary:hover,.shell[data-theme] .toolbar-primary-actions .primary:hover,.shell[data-theme] .dashboard-workspace__primary:hover,.shell[data-theme] .dashboard-canvas__actions>button:last-child:hover{filter:brightness(.92)}.shell[data-theme] .grid-wrap td,.shell[data-theme] .grid-new-row td{border-color:var(--yt-border,#edf0f4);background:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .table-statusbar{border-color:var(--yt-border,#e8edf3);background:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .grid-wrap td.row-number{background:var(--yt-table-bg,#fffffff0)!important}.shell[data-theme] .grid-wrap th,.shell[data-theme] .add-field-column{border-color:var(--yt-border,#e8edf3);color:var(--yt-header-text,var(--yt-on-primary,#fff));background:var(--yt-grid-header-bg,#5182bb)!important}.shell[data-theme] .grid-wrap thead th:hover{filter:brightness(.92);background:var(--yt-grid-header-bg,#4877ad)!important}.shell[data-theme] .grid-wrap .column-header-title em,.shell[data-theme] .grid-wrap .column-menu-button,.shell[data-theme] .grid-wrap thead .add-field-column button{color:var(--yt-header-text,var(--yt-on-primary,#fff))}.shell[data-theme] .grid-wrap table{border-top-color:var(--yt-primary,#5182bb)!important;border-left-color:var(--yt-primary,#5182bb)!important}.shell[data-theme] tbody tr:not(.aggregate-parent-row):hover td{background:0 0}.shell[data-theme] tbody tr.grid-row-selected td{background:var(--yt-primary-soft,#f0f5ff)}.shell[data-theme] td input:focus,.shell[data-theme] td select:focus{box-shadow:inset 0 0 0 2px var(--yt-primary,#4e78e8), 0 0 0 2px var(--yt-primary-soft,#4e78e814)}.shell[data-theme] .grid-wrap td>span,.shell[data-theme] .grid-wrap td input,.shell[data-theme] .grid-wrap td select,.shell[data-theme] .grid-wrap .compact-cell-value{color:var(--yt-table-text,var(--yt-text,#25324a))}.shell[data-theme] .aggregate-parent-row td{background:var(--yt-primary-soft,#f1f5ff)!important}.shell[data-workspace-style=rounded] .view-tabs,.shell[data-workspace-style=rounded] .table-toolbar,.shell[data-workspace-style=rounded] .table-surface,.shell[data-workspace-style=rounded] .apps,.shell[data-workspace-style=rounded] .tables,.shell[data-workspace-style=rounded] .grid-wrap,.shell[data-workspace-style=rounded] .grid-wrap table,.shell[data-workspace-style=rounded] .wf-node,.shell[data-workspace-style=rounded] .dashboard-card{border-radius:12px}.shell[data-workspace-style=rounded] .grid-wrap table{overflow:hidden}.shell[data-workspace-style=soft] .view-tabs,.shell[data-workspace-style=soft] .table-toolbar,.shell[data-workspace-style=soft] .table-surface,.shell[data-workspace-style=soft] .apps,.shell[data-workspace-style=soft] .tables,.shell[data-workspace-style=soft] .grid-wrap,.shell[data-workspace-style=soft] .grid-wrap table,.shell[data-workspace-style=soft] .wf-node,.shell[data-workspace-style=soft] .dashboard-card{border-radius:6px}.shell[data-workspace-style=soft] .grid-wrap table{overflow:hidden}.shell[data-workspace-style=square] .view-tabs,.shell[data-workspace-style=square] .table-toolbar,.shell[data-workspace-style=square] .table-surface,.shell[data-workspace-style=square] .apps,.shell[data-workspace-style=square] .tables,.shell[data-workspace-style=square] .grid-wrap,.shell[data-workspace-style=square] .grid-wrap table,.shell[data-workspace-style=square] .wf-node,.shell[data-workspace-style=square] .dashboard-card{border-radius:0}.shell[data-workspace-style=rounded] .nav,.shell[data-workspace-style=rounded] .workflow-side-item,.shell[data-workspace-style=rounded] .workspace-create-button,.shell[data-workspace-style=rounded] .toolbar-primary-actions>button,.shell[data-workspace-style=rounded] .toolbar-more-button,.shell[data-workspace-style=rounded] .toolbar-search,.shell[data-workspace-style=rounded] .view-tab,.shell[data-workspace-style=rounded] .new-view-button{border-radius:10px}.shell[data-workspace-style=soft] .nav,.shell[data-workspace-style=soft] .workflow-side-item,.shell[data-workspace-style=soft] .workspace-create-button,.shell[data-workspace-style=soft] .toolbar-primary-actions>button,.shell[data-workspace-style=soft] .toolbar-more-button,.shell[data-workspace-style=soft] .toolbar-search,.shell[data-workspace-style=soft] .view-tab,.shell[data-workspace-style=soft] .new-view-button{border-radius:6px}.shell[data-workspace-style=square] .nav,.shell[data-workspace-style=square] .workflow-side-item,.shell[data-workspace-style=square] .workspace-create-button,.shell[data-workspace-style=square] .toolbar-primary-actions>button,.shell[data-workspace-style=square] .toolbar-more-button,.shell[data-workspace-style=square] .toolbar-search,.shell[data-workspace-style=square] .view-tab,.shell[data-workspace-style=square] .new-view-button{border-radius:0}.shell[data-theme] .wf-canvas-top,.shell[data-theme] .wf-node,.shell[data-theme] .wf-add-step,.shell[data-theme] .dashboard-workspace__list,.shell[data-theme] .dashboard-card,.shell[data-theme] .dashboard-workspace__actions button,.shell[data-theme] .dashboard-config,.shell[data-theme] .dashboard-library{border-color:var(--yt-border,#e7e9ee);background:var(--yt-panel-bg,#fffffff0)}.shell[data-theme] .wf-node:hover,.shell[data-theme] .wf-add-step:hover{border-color:var(--yt-primary-border,#adc1f4);color:var(--yt-primary,#3164e0)}.shell[data-theme] .wf-canvas-title input:focus{box-shadow:0 0 0 2px var(--yt-primary-soft,#edf3ff)}.shell[data-theme] .dashboard-workspace__primary,.shell[data-theme] .dashboard-canvas__actions>button:last-child{color:var(--yt-on-primary,#fff)}.shell .user{align-items:center;display:flex}.appearance-trigger{border:1px solid var(--yt-border,#dce4ef);min-height:32px;color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#f4f7ff);border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:12px;display:inline-flex}.appearance-trigger:hover,.appearance-trigger[aria-expanded=true]{border-color:var(--yt-primary-border,#9db7f5);background:var(--yt-primary-soft,#eaf0ff)}.appearance-trigger:disabled{cursor:not-allowed;opacity:.5}.appearance-backdrop{z-index:120;background:#121c2d47;justify-content:flex-end;animation:.18s ease-out appearance-backdrop-in;display:flex;position:fixed;inset:0}.appearance-drawer{border-left:1px solid var(--yt-border,#dce4ef);color:#26364e;background:#fff;flex-direction:column;width:min(430px,94vw);height:100%;animation:.22s cubic-bezier(.22,1,.36,1) appearance-drawer-in;display:flex;overflow:hidden;box-shadow:-18px 0 45px #192a4633}.appearance-drawer__header{border-bottom:1px solid #e7ebf2;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 22px 18px;display:flex}.appearance-drawer__eyebrow{color:var(--yt-primary,#3164e0);align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.appearance-drawer__header h2{color:#1f2e46;margin:8px 0 0;font-size:20px}.appearance-drawer__header p{color:#71809a;margin:6px 0 0;font-size:12px;line-height:1.5}.appearance-drawer__close{color:#65748b;background:#fff;border:1px solid #dbe3ef;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.appearance-drawer__close:hover{border-color:var(--yt-primary-border,#a9c0ef);color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#f5f8ff)}.appearance-drawer__body{flex:1;min-height:0;padding:0 22px 24px;overflow-y:auto}.appearance-mode-switch{background:#f6f8fb;border:1px solid #dce4ef;border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:16px 0 0;padding:4px;display:grid}.appearance-mode-switch button{color:#64738a;background:0 0;border:0;border-radius:6px;min-height:32px;font-size:12px}.appearance-mode-switch button:hover{color:var(--yt-primary,#3164e0)}.appearance-mode-switch button.is-selected{color:var(--yt-primary,#3164e0);background:#fff;font-weight:650;box-shadow:0 1px 3px #2036541f}.appearance-drawer[data-adjustment-mode=simple] .appearance-detailed-section,.appearance-drawer[data-adjustment-mode=detailed] .appearance-global-glass{display:none}.appearance-section{border-bottom:1px solid #edf0f5;padding:20px 0}.appearance-section:last-child{border-bottom:0}.appearance-section__heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.appearance-section__heading h3{color:#30435f;margin:0;font-size:14px}.appearance-section__heading p{color:#7a879b;margin:5px 0 0;font-size:12px;line-height:1.5}.appearance-auto-save{color:#2b7d56;background:#eaf8ef;border-radius:999px;flex:none;padding:4px 7px;font-size:10px;font-weight:650}.appearance-presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.appearance-presets button{color:#465770;text-align:left;background:#fbfcfe;border:1px solid #dce4ef;border-radius:9px;align-items:center;gap:8px;min-height:48px;padding:7px 9px;font-size:12px;display:flex}.appearance-presets button:hover{border-color:var(--yt-primary-border,#a9c0ef);background:var(--yt-primary-soft,#f5f8ff)}.appearance-presets button.is-selected{border-color:var(--yt-primary,#3164e0);color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#edf3ff);box-shadow:0 0 0 2px var(--yt-primary-soft,#3164e01f)}.appearance-presets button svg{flex:none;margin-left:auto}.appearance-preset-swatch{border:1px solid #1f2d461a;border-radius:7px;flex:none;width:25px;height:25px}.appearance-color-control,.appearance-range-control{color:#465770;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;display:flex}.appearance-color-input{align-items:center;gap:8px;display:inline-flex}.appearance-color-input input{cursor:pointer;background:#fff;border:1px solid #d4ddea;border-radius:7px;width:34px;height:28px;padding:2px}.appearance-color-input code{color:#7a879b;min-width:70px;font:11px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.appearance-style-control{color:#465770;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;display:flex}.appearance-style-control>div{gap:4px;display:inline-flex}.appearance-style-control button{color:#64738a;background:#fff;border:1px solid #d4ddea;border-radius:6px;min-width:48px;min-height:28px;padding:0 8px;font-size:11px}.appearance-style-control button:hover{border-color:var(--yt-primary-border,#a9c0ef);color:var(--yt-primary,#3164e0)}.appearance-style-control button.is-selected{border-color:var(--yt-primary,#3164e0);color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#edf3ff);font-weight:650}.appearance-background-empty{color:#7b8aa0;background:#f8faff;border:1px dashed #cbd7e8;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:76px;margin-top:14px;font-size:12px;display:flex}.appearance-background-preview{background:#f5f7fb;border:1px solid #dce4ef;border-radius:10px;height:110px;margin-top:14px;position:relative;overflow:hidden}.appearance-background-preview img{object-fit:cover;width:100%;height:100%;display:block}.appearance-background-remove{color:#fff;background:#202b3dad;border:1px solid #ffffffb3;border-radius:6px;min-height:28px;padding:0 9px;font-size:11px;position:absolute;bottom:8px;right:8px}.appearance-background-remove:hover{background:#202b3dd6}.appearance-file-input{display:none}.appearance-upload-button{width:100%;min-height:36px;color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#f4f7ff);border:1px solid #cbd8ec;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:12px;display:inline-flex}.appearance-upload-button:hover:not(:disabled){border-color:var(--yt-primary-border,#9db7f5)}.appearance-upload-button:disabled{cursor:wait;opacity:.6}.table-profile{position:relative}.table-profile-trigger{color:#274665;cursor:pointer;background:#fff;border:1px solid #d6e1ee;border-radius:999px;align-items:center;gap:7px;height:34px;padding:3px 9px 3px 4px;font-size:12px;font-weight:600;display:inline-flex}.table-profile-trigger img,.table-profile-trigger>span{object-fit:cover;border-radius:50%;width:26px;height:26px}.table-profile-trigger>span{color:#fff;background:linear-gradient(135deg,#2876da,#21b6c6);place-items:center;font-size:11px;display:grid}.table-profile-chevron{color:#89a0b8;transition:transform .16s}.table-profile-chevron.open{transform:rotate(90deg)}.table-profile-modal{z-index:90;position:fixed;inset:0}.table-profile-dismiss{cursor:default;background:0 0;border:0;position:absolute;inset:0}.table-profile-drawer{color:#1f2937;background:#f7faff;border:1px solid #16365c24;border-radius:22px;width:330px;max-height:calc(100vh - 84px);position:absolute;top:68px;right:24px;overflow:auto;box-shadow:0 28px 90px #000a1e6b}.table-profile-cover{background:linear-gradient(135deg,#163f73,#2176a7 48%,#49b5bc) 50%/cover;height:126px;position:relative}.table-profile-cover:before{content:"";background:linear-gradient(#0413272e,#041327b3);position:absolute;inset:0}.table-profile-close{z-index:2;color:#fff;background:#07192f59;border:1px solid #ffffff6b;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:14px;right:14px}.table-profile-cover-edit{z-index:2;color:#fff;background:#07192f6b;border:1px solid #ffffff80;border-radius:999px;padding:7px 12px;font-size:11px;position:absolute;bottom:14px;right:16px}.table-profile-body{padding:0 18px 18px}.table-profile-identity{z-index:3;align-items:flex-end;gap:11px;margin-top:-34px;display:flex;position:relative}.table-profile-avatar-large{flex:none;position:relative}.table-profile-avatar-large>img,.table-profile-avatar-large>span{object-fit:cover;color:#fff;background:linear-gradient(135deg,#2876da,#21b6c6);border:4px solid #f7faff;border-radius:50%;place-items:center;width:66px;height:66px;font-size:22px;display:grid;box-shadow:0 8px 22px #09274d47}.table-profile-avatar-large>button{color:#fff;background:#2563eb;border:2px solid #f7faff;border-radius:50%;place-items:center;width:25px;height:25px;padding:0;font-size:10px;display:grid;position:absolute;bottom:1px;right:-3px}.table-profile-identity>div:last-child{min-width:0;padding-bottom:10px}.table-profile-identity strong{color:#102a4c;font-size:18px}.table-profile-identity p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:12px;overflow:hidden}.table-profile-identity p span{color:#7392b5}.table-profile-section{margin-top:16px}.table-profile-section>header{color:#1f3c60;background:0 0;justify-content:space-between;height:auto;margin-bottom:10px;padding:0;display:flex}.table-profile-section>header strong{font-size:13px}.table-profile-section>header small{color:#8b9bb0;font-size:10px;font-weight:500}.table-profile-info{background:#fff;border:1px solid #dce5f0;border-radius:14px;overflow:hidden}.table-profile-info>div{border-bottom:1px solid #e8eef5;justify-content:space-between;align-items:center;gap:18px;padding:10px 12px;display:flex}.table-profile-info>div:last-child{border:0}.table-profile-info span{color:#8a9aaf;font-size:10px}.table-profile-info strong{color:#294562;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.table-profile-info>div:nth-child(2){align-items:flex-start}.table-profile-info>div:nth-child(2) strong{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;min-width:0;line-height:1.5;overflow:visible}.table-profile-usage{background:#edf4ff;border:1px solid #dce5f0;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:14px 15px;display:flex}.table-profile-usage span{gap:4px;display:grid}.table-profile-usage span strong{color:#1f3c60;font-size:12px}.table-profile-usage small{color:#8092a8;font-size:10px}.table-profile-usage>strong{color:#2563eb;font-size:17px}.table-profile-actions{gap:8px;margin-top:18px;display:grid}.table-profile-actions a{color:#315477;background:#fff;border:1px solid #dce5f0;border-radius:12px;padding:12px 15px;font-size:12px;text-decoration:none}.table-profile-security{background:#fff;border:1px solid #dce5f0;border-radius:14px;gap:12px;margin-top:12px;padding:12px;display:grid}.table-profile-security span{gap:4px;display:grid}.table-profile-security span strong{color:#1f3c60;font-size:13px}.table-profile-security small{color:#8b9bb0;font-size:10px}.table-profile-security>a{color:#2563eb;background:#f5f8ff;border:1px solid #c8d8ed;border-radius:8px;padding:8px 12px;font-size:11px;text-decoration:none}@media (width<=640px){.table-profile-drawer{width:min(330px,100vw - 24px);max-height:calc(100vh - 70px);top:58px;right:12px}}.table-profile-security>button{color:#2563eb;background:#f5f8ff;border:1px solid #c8d8ed;border-radius:8px;padding:8px 12px;font-size:11px}.table-profile-password{border-top:1px solid #e8eef5;gap:8px;margin-top:4px;padding-top:10px;display:grid}.table-profile-password input{color:#294562;background:#fff;border:1px solid #dce5f0;border-radius:7px;width:100%;height:32px;padding:0 9px;font-size:11px}.table-profile-password p{color:#c43f3f;margin:0;font-size:10px}.table-profile-password>div{justify-content:flex-end;gap:7px;display:flex}.table-profile-password>div button{color:#315477;background:#fff;border:1px solid #c8d8ed;border-radius:7px;height:28px;padding:0 10px;font-size:10px}.table-profile-password>div button[type=submit]{color:#fff;background:#2563eb;border-color:#2563eb}.global-product-shell{background:#f4f7fb;grid-template-rows:58px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.global-product-header{z-index:100;background:#fffffff5;border-bottom:1px solid #dce4ef;justify-content:space-between;align-items:center;min-width:0;padding:0 18px;display:flex;position:relative;box-shadow:0 1px 8px #213d660f}.global-product-brand{align-items:center;gap:12px;height:100%;display:flex}.global-product-brand>span{background:#dce4ef;width:1px;height:28px}.global-product-brand a{text-decoration:none}.global-product-brand__root{place-items:center;width:34px;height:34px;display:grid}.global-product-brand__root img{object-fit:contain;width:30px;height:30px}.global-product-brand__app{color:#193556;grid-template:auto auto/34px auto;align-items:center;column-gap:9px;display:grid}.global-product-brand__app img{object-fit:contain;grid-row:1/3;width:32px;height:32px}.global-product-brand__app b{align-self:end;font-size:14px;line-height:1.1}.global-product-brand__app small{color:#8292a7;align-self:start;margin-top:3px;font-size:9px;line-height:1}.global-product-user{align-items:center;gap:8px;display:flex}.global-product-user>button{color:#536b85;background:#fff;border:1px solid #d6e1ee;border-radius:8px;height:32px;padding:0 11px;font-size:11px}.global-product-content{min-width:0;min-height:0;overflow:hidden}.global-product-content>*{height:100%!important;min-height:0!important}.global-product-shell .table-profile-drawer{top:52px}.global-product-shell--card .cb-library-header{display:none}.global-product-shell--card .cb-library-page{min-height:0;overflow:auto}.global-product-shell--starfield .app-root{height:100%}.appearance-help{color:#8995a7;margin:8px 0 0;font-size:11px;line-height:1.5}.appearance-range-control{gap:8px;margin-top:16px;display:grid}.appearance-range-control>span{justify-content:space-between;gap:12px;display:flex}.appearance-range-control b{color:#465770;font-weight:600}.appearance-range-control output{color:var(--yt-primary,#3164e0);font-variant-numeric:tabular-nums}.appearance-range-control input{width:100%;accent-color:var(--yt-primary,#3164e0);cursor:pointer}.appearance-range-control input:disabled{cursor:not-allowed;opacity:.42}.appearance-toggle-control{color:#465770;align-items:flex-start;gap:9px;margin-top:16px;font-size:12px;display:flex}.appearance-toggle-control input{width:16px;height:16px;accent-color:var(--yt-primary,#3164e0);margin:0}.appearance-toggle-control span{gap:3px;display:grid}.appearance-toggle-control b{font-weight:600}.appearance-toggle-control small{color:#8995a7;font-size:11px;line-height:1.4}.appearance-error{color:#b42318;background:#fff3f2;border:1px solid #f2c4c0;border-radius:7px;margin:9px 0 0;padding:8px 9px;font-size:11px;line-height:1.5}.appearance-warning{color:#9a640d;margin:9px 0 0;font-size:11px;line-height:1.5}.appearance-live-preview{background-position:50%;background-size:cover;border:1px solid #dce4ef;border-radius:11px;align-content:center;gap:9px;min-height:126px;margin:20px 0 4px;padding:14px;display:grid;position:relative;overflow:hidden}.appearance-live-preview__image{z-index:0;pointer-events:none;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.appearance-live-preview>span,.appearance-live-preview>div{z-index:1;position:relative}.appearance-live-preview>span{color:#25324a;background:#ffffffdb;border-radius:999px;width:max-content;padding:3px 6px;font-size:11px;font-weight:700}.appearance-live-preview.has-image>span{box-shadow:0 1px 3px #00000029}.appearance-live-preview>div{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:5px 8px;width:min(220px,100%);padding:10px;display:grid}.appearance-live-preview>div b{font-size:12px}.appearance-live-preview>div i{opacity:.75;border-radius:99px;width:100%;height:5px}.appearance-live-preview>div small{color:#65748b;grid-column:1/-1;font-size:10px}.appearance-drawer__footer{background:#fff;border-top:1px solid #e7ebf2;align-items:center;gap:10px;padding:13px 22px;display:flex}.appearance-drawer__footer>span{color:#8995a7;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:11px;overflow:hidden}.appearance-drawer__footer button{color:#53647c;white-space:nowrap;background:#fff;border:1px solid #d5deeb;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-height:34px;padding:0 11px;font-size:12px;display:inline-flex}.appearance-drawer__footer button:hover{border-color:var(--yt-primary-border,#a9c0ef);color:var(--yt-primary,#3164e0);background:var(--yt-primary-soft,#f5f8ff)}.appearance-drawer__footer button.primary{border-color:var(--yt-primary,#3164e0);color:var(--yt-on-primary,#fff);background:var(--yt-primary,#3164e0)}.appearance-drawer__footer button.primary:hover{filter:brightness(.92)}.appearance-save-error{margin:0 22px 10px}@keyframes appearance-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes appearance-drawer-in{0%{opacity:.5;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media (width<=640px){.appearance-trigger{justify-content:center;width:34px;padding:0}.appearance-trigger>span{display:none}.appearance-drawer{width:100%}.appearance-drawer__header{padding:20px 16px 16px}.appearance-drawer__body,.appearance-drawer__footer{padding-inline:16px}.appearance-save-error{margin-inline:16px}}@media (prefers-reduced-motion:reduce){.appearance-backdrop,.appearance-drawer{animation:none}}.shell[data-theme] .wf-editor{--wf-primary:var(--yt-primary,#2f61df);--wf-primary-hover:var(--yt-primary,#2f61df);--wf-primary-soft:var(--yt-primary-soft,#eef3ff);--wf-border:var(--yt-border,#dce3ee);--wf-border-strong:var(--yt-primary-border,#a9b8cf);--wf-text:var(--yt-text,#243149);--wf-muted:var(--yt-muted,#77849a)}.shell[data-theme] .wf-button-primary,.shell[data-theme] .wf-connector button:hover{color:var(--yt-on-primary,#fff)}.shell[data-theme] .wf-connector button:hover{border-color:var(--yt-primary,#3164e0);background-color:var(--yt-primary,#3164e0)}.shell[data-theme] .wf-editor,.shell[data-theme] .wf-graph-viewport{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .wf-graph-toolbar,.shell[data-theme] .wf-step-palette,.shell[data-theme] .wf-config-rail,.shell[data-theme] .wf-config-rail .workflow-node-dialog,.shell[data-theme] .wf-minimap{border-color:var(--yt-border,#e3e8f1);background-color:var(--yt-panel-bg,#fffffff0)}.shell[data-theme] .wf-graph-toolbar button:hover,.shell[data-theme] .wf-step-palette>button:hover,.shell[data-theme] .wf-graph-node:hover,.shell[data-theme] .wf-graph-node.selected,.shell[data-theme] .wf-flow-end:hover{border-color:var(--yt-primary-border,#a9bced);background-color:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .wf-action-node,.shell[data-theme] .wf-loop-node,.shell[data-theme] .wf-graph-node,.shell[data-theme] .wf-connector button,.shell[data-theme] .wf-flow-end{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .wf-trigger-node,.shell[data-theme] .wf-condition-node{background:linear-gradient(135deg, var(--yt-table-bg,#fffffff0), var(--yt-panel-bg,#fffffff0))}.shell[data-theme] .wf-loop-wrap{border-color:var(--yt-primary-border,#a9dfd5);background-color:var(--yt-primary-soft,#e9fbf78c)}.shell[data-theme] .wf-config-rail .dialog-actions{border-color:var(--yt-border,#e8ecf3);background-color:var(--yt-panel-bg,#fffffff0)}.shell[data-theme] .wf-config-empty,.shell[data-theme] .wf-graph-toolbar span,.shell[data-theme] .wf-node-sub,.shell[data-theme] .wf-connector span{color:var(--yt-muted,#77849a)}.shell[data-theme] .wf-node-title,.shell[data-theme] .wf-step-palette>div,.shell[data-theme] .wf-step-palette>button,.shell[data-theme] .wf-config-rail .workflow-node-dialog h2,.shell[data-theme] .wf-config-rail label,.shell[data-theme] .wf-config-rail legend{color:var(--yt-text,#25324a)}.shell[data-theme] .dashboard-workspace__list,.shell[data-theme] .dashboard-workspace__canvas,.shell[data-theme] .dashboard-canvas__editor,.shell[data-theme] .dashboard-library,.shell[data-theme] .dashboard-workspace__list-menu,.shell[data-theme] .dashboard-card__menu,.shell[data-theme] .dashboard-workspace__dialog,.shell[data-theme] .dashboard-workspace__blank,.shell[data-theme] .dashboard-date-range__panel,.shell[data-theme] .dashboard-config,.shell[data-theme] .dashboard-detail-drawer,.shell[data-theme] .dashboard-print-preview,.shell[data-theme] .dashboard-table-wrap,.shell[data-theme] .dashboard-pivot-wrap,.shell[data-theme] .dashboard-slicer__panel,.shell[data-theme] .dashboard-card{border-color:var(--yt-border,#e1e8f1);background-color:var(--yt-panel-bg,#fffffff0);color:var(--yt-text,#25324a)}.shell[data-theme] .dashboard-workspace__canvas-header,.shell[data-theme] .dashboard-canvas__toolbar,.shell[data-theme] .dashboard-canvas__actions,.shell[data-theme] .dashboard-card>header,.shell[data-theme] .dashboard-workspace__blank,.shell[data-theme] .dashboard-config__group,.shell[data-theme] .dashboard-detail-drawer>header{border-color:var(--yt-border,#e7ebf2)}.shell[data-theme] .dashboard-canvas__actions button:not(.dashboard-workspace__primary){border-color:var(--yt-border,#dbe2ec);background-color:var(--yt-panel-bg,#fffffff0);color:var(--yt-text,#465770)}.shell[data-theme] .dashboard-canvas__actions button:not(.dashboard-workspace__primary):hover:not(:disabled){border-color:var(--yt-primary-border,#b7c9f6);background-color:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .dashboard-workspace__items>.dashboard-workspace__list-item>button:hover,.shell[data-theme] .dashboard-workspace__actions button:not(.dashboard-workspace__danger-link):hover,.shell[data-theme] .dashboard-library button:hover,.shell[data-theme] .dashboard-date-range__quick button:hover,.shell[data-theme] .dashboard-slicer__options label:hover{background-color:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .dashboard-workspace__items>.dashboard-workspace__list-item>button.is-selected,.shell[data-theme] .dashboard-date-range__quick button.is-selected{border-color:var(--yt-primary-border,#b7c9f6);background-color:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .dashboard-table-wrap table,.shell[data-theme] .dashboard-pivot,.shell[data-theme] .dashboard-detail-drawer table{color:var(--yt-text,#25324a)}.shell[data-theme] .dashboard-table-wrap th,.shell[data-theme] .dashboard-pivot th,.shell[data-theme] .dashboard-detail-drawer th{background-color:var(--yt-table-header-bg,#f8fafcf5);border-color:var(--yt-border,#edf0f5);color:var(--yt-text,#40516b)}.shell[data-theme] .dashboard-table-wrap td,.shell[data-theme] .dashboard-pivot td,.shell[data-theme] .dashboard-detail-drawer td{background-color:var(--yt-table-bg,#fffffff0);border-color:var(--yt-border,#edf0f5)}.shell[data-theme] .dashboard-pivot th:first-child,.shell[data-theme] .dashboard-pivot td:first-child{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .dashboard-slicer__options label,.shell[data-theme] .dashboard-config__buttons button:not(.dashboard-workspace__danger){border-color:var(--yt-border,#dbe2ec);background-color:var(--yt-panel-bg,#fffffff0)}.shell[data-theme] .dashboard-library input,.shell[data-theme] .dashboard-config input,.shell[data-theme] .dashboard-config select,.shell[data-theme] .dashboard-config textarea,.shell[data-theme] .dashboard-date-range__panel input,.shell[data-theme] .dashboard-refresh-select select,.shell[data-theme] .dashboard-slicer>input{border-color:var(--yt-border,#cfd8e6);background-color:var(--yt-table-bg,#fffffff0);color:var(--yt-text,#25324a)}.shell[data-theme] .dashboard-config-close,.shell[data-theme] .dashboard-workspace__list-toggle,.shell[data-theme] .dashboard-workspace__mobile-selector{border-color:var(--yt-border,#dbe2ec);background-color:var(--yt-panel-bg,#fffffff0);color:var(--yt-text,#53647c)}.shell[data-theme] .dashboard-workspace__list-menu button:not(.dashboard-workspace__danger-link):hover,.shell[data-theme] .dashboard-card__menu button:not(.dashboard-workspace__danger-link):hover{background-color:var(--yt-primary-soft,#edf3ff);color:var(--yt-primary,#3164e0)}.shell[data-theme] .dashboard-workspace__canvas,.shell[data-theme] .dashboard-workspace__blank,.shell[data-theme] .dashboard-card,.shell[data-theme] .dashboard-table-wrap,.shell[data-theme] .dashboard-pivot-wrap,.shell[data-theme] .dashboard-slicer__panel{background-color:var(--yt-table-bg,#fffffff0)}.shell[data-theme] .dashboard-card--text-plain{box-shadow:none;background:0 0;border-color:#0000}.shell[data-theme] .dashboard-workspace__list-menu button:not(.dashboard-workspace__danger-link),.shell[data-theme] .dashboard-card__menu button:not(.dashboard-workspace__danger-link){color:var(--yt-text,#53647c);background:0 0;border-color:#0000}.shell[data-theme] .dashboard-workspace__danger,.shell[data-theme] .dashboard-workspace__danger-link{color:#c73737;border-color:#efbbb7}.shell[data-theme] .dashboard-workspace__danger{color:#fff;background-color:#c73737}.shell[data-theme] .dashboard-workspace__danger:hover:not(:disabled){color:#fff;background-color:#ad2929;border-color:#ad2929}.shell[data-theme] .dashboard-workspace__danger-link:hover{color:#b12727;background-color:#fff0ef}.shell[data-theme] .grid-wrap td,.shell[data-theme] .wf-node-title,.shell[data-theme] .wf-step-palette>div,.shell[data-theme] .dashboard-card>header,.shell[data-theme] .dashboard-text,.shell[data-theme] .dashboard-ranking,.shell[data-theme] .dashboard-slicer,.shell[data-theme] .dashboard-bars>div,.shell[data-theme] .dashboard-combo__legend,.shell[data-theme] .dashboard-combo__item,.shell[data-theme] .dashboard-table-wrap td,.shell[data-theme] .dashboard-pivot td{color:var(--yt-text,#25324a)}.shell[data-theme] .dashboard-metric strong,.shell[data-theme] .dashboard-progress strong,.shell[data-theme] .dashboard-ranking b,.shell[data-theme] .dashboard-table-wrap a,.shell[data-theme] .dashboard-slicer__actions button,.shell[data-theme] .dashboard-slicer__panel>button{color:var(--yt-primary,#3164e0)}.shell[data-theme] .wf-node-sub,.shell[data-theme] .dashboard-card__description,.shell[data-theme] .dashboard-workspace__canvas-header p,.shell[data-theme] .dashboard-workspace__status,.shell[data-theme] .dashboard-workspace__empty-list,.shell[data-theme] .dashboard-refresh-status{color:var(--yt-muted,#6b778c)}.shell[data-theme] .dashboard-library-backdrop,.shell[data-theme] .dashboard-config-backdrop,.shell[data-theme] .dashboard-detail-backdrop{background-color:#121c2d47}body[data-workspace-theme] .toolbar-popover,body[data-workspace-theme] .table-context-menu{border-color:var(--yt-border,#e6eaf0);background-color:var(--yt-panel-bg,#fffffff0);color:var(--yt-text,#25324a)}body[data-workspace-theme] .toolbar-popover .dialog-actions{border-color:var(--yt-border,#e7ebf1);background-color:var(--yt-panel-bg,#fffffff0)}body[data-workspace-theme] .field-menu button:hover{background-color:var(--yt-primary-soft,#f2f5fb)!important;color:var(--yt-primary,#3164e0)!important}body[data-workspace-theme] .toolbar-popover .primary{border-color:var(--yt-primary,#3164e0);background-color:var(--yt-primary,#3164e0);color:var(--yt-on-primary,#fff)}@media print{.shell[data-theme]>.workspace-background-image{display:none}}.showcase-brand img,.login-brand img{content:url(/assets/yintong-logo-IJNh4R3F.png)}.starfield-shell,.starfield-editor{color:#1e2a44;background:linear-gradient(135deg,#f5f7ff,#eef4ff);min-height:100vh}.starfield-topbar,.starfield-editorbar{background:#fff;border-bottom:1px solid #e5eaf5;justify-content:space-between;align-items:center;padding:28px 42px;display:flex}.starfield-kicker{letter-spacing:.2em;color:#6e7ea5;font-size:11px}.starfield-topbar h1{margin:6px 0;font-size:32px}.starfield-topbar p{color:#71809d;margin:0}.starfield-primary{color:#fff;cursor:pointer;background:#4b62d8;border:0;border-radius:10px;padding:10px 16px;font-weight:700}.starfield-apps{max-width:1100px;margin:30px auto;padding:0 24px}.starfield-section-title{justify-content:space-between;align-items:center;display:flex}.starfield-section-title span{color:#7b88a2}.starfield-app-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e6f1;border-radius:14px;flex-direction:column;gap:8px;width:280px;margin:12px 12px 0 0;padding:20px;display:flex;box-shadow:0 8px 24px #556aa00d}.starfield-app-card small,.starfield-app-card span{color:#72809a}.starfield-empty{text-align:center;background:#fff;border:1px dashed #c9d3ed;border-radius:16px;padding:64px}.starfield-empty p{color:#74819c}.starfield-editorbar{padding:14px 22px}.starfield-back{color:#53658d;cursor:pointer;background:0 0;border:0}.starfield-editorbar>div{align-items:center;gap:12px;display:flex}.starfield-status{background:#eef1f8;border-radius:999px;padding:4px 9px;font-size:12px}.starfield-status.published{color:#27834c;background:#e5f7ec}.starfield-editor-actions button{cursor:pointer;background:#fff;border:1px solid #d7deed;border-radius:8px;margin-left:8px;padding:8px 13px}.starfield-editor-actions .starfield-primary{border-color:#4b62d8}.starfield-workspace{grid-template-columns:240px minmax(420px,1fr) 280px;min-height:calc(100vh - 73px);display:grid}.starfield-panel{background:#fff;border-right:1px solid #e3e8f3;padding:18px}.starfield-inspector{border-left:1px solid #e3e8f3;border-right:0}.starfield-panel h3{margin:0 0 14px}.starfield-library input,.starfield-inspector input,.starfield-inspector select{box-sizing:border-box;border:1px solid #dbe2ef;border-radius:8px;width:100%;margin:6px 0 12px;padding:9px}.starfield-categories{flex-wrap:wrap;gap:6px;display:flex}.starfield-categories button{color:#667493;cursor:pointer;background:#f4f6fb;border:0;border-radius:6px;padding:5px 8px}.starfield-categories button.active{color:#425bd0;background:#e5eafe}.starfield-manifests{gap:7px;margin-top:14px;display:grid}.starfield-manifests button{text-align:left;cursor:grab;background:#fff;border:1px solid #e5e9f2;border-radius:8px;grid-template-rows:1fr 1fr;grid-template-columns:26px 1fr;align-items:center;padding:8px;display:grid}.starfield-manifests button span{color:#5064cf;grid-row:1/3;font-size:18px}.starfield-manifests button small{color:#8a96ad}.starfield-team{color:#6e7c99;border-top:1px solid #edf0f6;margin-top:22px;padding-top:14px}.starfield-canvas-wrap{padding:18px 24px}.starfield-pages{gap:8px;margin-bottom:14px;display:flex}.starfield-pages button{color:#697795;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 12px}.starfield-pages button.active{color:#405bd1;background:#fff;box-shadow:0 2px 8px #4b62d812}.starfield-canvas{background-color:#f9faff;background-image:linear-gradient(#e9edf8 1px,#0000 1px),linear-gradient(90deg,#e9edf8 1px,#0000 1px);background-size:8.333% 42px;border:1px solid #e1e6f2;border-radius:14px;grid-template-columns:repeat(12,minmax(0,1fr));align-content:start;gap:12px;min-height:620px;padding:22px;display:grid;position:relative}.starfield-gridhint{color:#9aa6bd;grid-column:1/-1;font-size:12px}.starfield-instance{cursor:pointer;background:#fff;border:1px solid #dce3f1;border-radius:10px;grid-column:span 4;padding:16px;position:relative;box-shadow:0 5px 14px #5069a00f}.starfield-instance.selected{border:2px solid #536bd9;padding:15px}.starfield-instance-type{color:#7583a0;margin-bottom:9px;font-size:11px;display:block}.starfield-instance strong{font-size:16px}.starfield-skeleton,.starfield-container-slot{color:#8290a9;background:#f4f6fb;border-radius:7px;margin-top:14px;padding:12px;font-size:12px}.starfield-canvas-empty{color:#98a4ba;grid-column:1/-1;place-self:center}.starfield-inspector-heading{justify-content:space-between;align-items:center;display:flex}.starfield-inspector-heading button{color:#d25858;cursor:pointer;background:#fff0f0;border:0;border-radius:6px;padding:6px 9px}.starfield-inspector label{color:#687793;font-size:12px;display:block}.starfield-binding{color:#63718e;background:#f6f8fc;border-radius:8px;margin-top:18px;padding:12px}.starfield-binding small,.starfield-inspector-empty{color:#8b97ad;line-height:1.6}.starfield-toast{color:#fff;background:#202b45;border-radius:8px;padding:10px 18px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #1d2b4a33}@media (width<=900px){.starfield-workspace{grid-template-columns:200px 1fr}.starfield-inspector{display:none}.starfield-topbar,.starfield-editorbar{padding:20px}.starfield-canvas-wrap{padding:12px}}.starfield-library-page{color:#1e2a44;background:#f5f7ff;min-height:100vh}.starfield-library-page .starfield-topbar>div:last-child{align-items:center;gap:10px;display:flex}.starfield-secondary{color:#4b5e86;background:#fff;border:1px solid #d7deed;border-radius:9px;padding:9px 14px}.starfield-library-toolbar{justify-content:space-between;gap:20px;max-width:1100px;margin:26px auto 0;padding:0 24px;display:flex}.starfield-library-toolbar nav{flex-wrap:wrap;gap:6px;display:flex}.starfield-library-toolbar button{color:#687793;cursor:pointer;background:#fff;border:0;border-radius:8px;padding:9px 14px}.starfield-library-toolbar button.active{color:#435bd2;background:#e6ebff}.starfield-library-toolbar input{border:1px solid #dce3f0;border-radius:8px;width:240px;padding:9px 12px}.starfield-component-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;max-width:1100px;margin:16px auto;padding:0 24px;display:grid}.starfield-component-card{background:#fff;border:1px solid #e2e7f1;border-radius:13px;grid-template-columns:44px 1fr;gap:12px;padding:18px;display:grid}.starfield-component-card h3{margin:0 0 3px}.starfield-component-card p,.starfield-component-card small{color:#7b88a1;margin:0;font-size:12px}.starfield-component-icon{color:#4c62d5;background:#eef1ff;border-radius:10px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:700;display:grid}.starfield-component-card footer{border-top:1px solid #edf0f6;grid-column:1/-1;gap:8px;padding-top:10px;display:flex}.starfield-component-card footer button{color:#586987;cursor:pointer;background:#f5f7fb;border:0;border-radius:6px;padding:6px 9px}.starfield-modal{z-index:20;background:#17243b66;place-items:center;display:grid;position:fixed;inset:0}.starfield-modal section{background:#fff;border-radius:14px;width:min(620px,100vw - 36px);max-height:80vh;padding:24px;position:relative;overflow:auto}.starfield-modal-close{color:#7b88a1;background:0 0;border:0;font-size:24px;position:absolute;top:10px;right:14px}.starfield-modal label{color:#667493;margin:12px 0;font-size:13px;display:block}.starfield-modal input,.starfield-modal select,.starfield-modal textarea{box-sizing:border-box;border:1px solid #dce3f0;border-radius:8px;width:100%;margin-top:5px;padding:9px;display:block}.starfield-modal pre{white-space:pre-wrap;background:#f5f7fb;border-radius:8px;padding:12px;font-size:11px}.starfield-wizard-preview{text-align:center;color:#8b97ae;background:#f6f8fd;border:1px dashed #cbd5ed;border-radius:9px;margin:15px 0;padding:36px}@media (width<=650px){.starfield-library-toolbar{flex-direction:column}.starfield-library-toolbar input{width:100%}.starfield-library-page .starfield-topbar{display:block}.starfield-library-page .starfield-topbar>div:last-child{margin-top:14px}}.starfield-preview-page{color:#20304e;background:#f3f6ff;min-height:100vh}.starfield-preview-page>header{background:#fff;border-bottom:1px solid #e1e7f2;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.starfield-preview-page>header a{color:#53658b}.starfield-preview-page>header button{color:#657493;background:#f3f5fa;border:0;padding:8px 14px}.starfield-preview-page>header button.active{color:#425bd0;background:#dfe6ff}.starfield-preview-frame{place-items:start center;min-height:calc(100vh - 64px);padding:42px;display:grid}.starfield-preview-device{background:#fff;border:1px solid #dbe3f2;border-radius:14px;padding:28px;transition:width .25s;box-shadow:0 15px 38px #455b9414}.starfield-preview-frame.desktop .starfield-preview-device{width:min(960px,90vw)}.starfield-preview-frame.mobile .starfield-preview-device{border:8px solid #202d49;border-radius:28px;width:375px;max-width:calc(100vw - 40px);min-height:620px}.starfield-preview-device span{color:#4d62d1;font-size:12px}.starfield-preview-device p{color:#71809c}.starfield-preview-device small{color:#8a96ac}.starfield-color-control{align-items:center;gap:8px;display:flex}.starfield-color-control input[type=color]{cursor:pointer;width:38px;height:38px;margin:6px 0 12px;padding:3px}.starfield-color-control input:not([type=color]){flex:1;min-width:0}.table-settings-page{color:#173a61;background:#f4f8fc;min-height:100vh}.table-settings-header{background:#fff;border-bottom:1px solid #dce7f2;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.table-settings-brand{color:#173a61;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.table-settings-brand img{object-fit:contain;width:34px;height:34px}.table-settings-brand span{gap:3px;display:grid}.table-settings-brand strong{font-size:16px}.table-settings-brand small{color:#7f93aa;font-size:10px}.table-settings-back{color:#315477;background:#fff;border:1px solid #cbd9e8;border-radius:8px;padding:8px 13px;font-size:12px;text-decoration:none}.table-settings-content{width:min(900px,100% - 40px);margin:44px auto}.table-settings-eyebrow{color:#3975d6;letter-spacing:.16em;font-size:11px;font-weight:700}.table-settings-content h1{letter-spacing:-.04em;margin:10px 0 7px;font-size:32px}.table-settings-content>p{color:#7087a1;margin:0;font-size:14px}.table-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.table-settings-grid section{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:22px;box-shadow:0 10px 26px #1e477312}.table-settings-grid h2{color:#1f4165;margin:0 0 16px;font-size:16px}.table-settings-grid section>div{color:#8193a8;border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;font-size:12px;display:flex}.table-settings-grid strong{color:#234768;font-size:12px}.table-settings-grid a{color:#2d6bf0;font-size:12px;text-decoration:none}.table-settings-grid em{color:#8da0b4;font-size:11px;font-style:normal}.derived-table-view-tabs{display:none!important}.derived-table-toolbar .toolbar-primary-actions>*{display:none}.derived-table-toolbar .toolbar-primary-actions .toolbar-filter,.derived-table-toolbar .toolbar-primary-actions .toolbar-refresh{display:inline-flex}.derived-table-toolbar .toolbar-end-actions{display:none}.derived-grid-table .column-menu-button{display:none!important}.open-api-dialog{flex-direction:column;width:min(760px,94vw);max-height:90vh;padding:0;display:flex;overflow:hidden}.open-api-heading{border-bottom:1px solid #e7ecf4;justify-content:space-between;align-items:flex-start;padding:20px 22px 14px;display:flex}.open-api-heading h2{margin:0 0 5px}.open-api-heading p{color:#68758a;margin:0;font-size:12px}.open-api-scroll{gap:16px;padding:18px 22px;display:grid;overflow:auto}.open-api-section{background:#fbfcff;border:1px solid #e1e8f2;border-radius:10px;padding:15px}.open-api-section h3{margin:0 0 12px;font-size:14px}.open-api-grid{grid-template-columns:1fr 160px;gap:12px;display:grid}.open-api-dialog label{color:#344054;gap:6px;font-size:12px;display:grid}.open-api-dialog label small{color:#8793a5}.open-api-dialog input,.open-api-dialog textarea{box-sizing:border-box;background:#fff;border:1px solid #d5deeb;border-radius:7px;width:100%;padding:8px 10px}.open-api-dialog fieldset{border:1px solid #e1e8f2;border-radius:8px;margin:12px 0}.open-api-dialog legend{padding:0 6px;font-size:12px}.open-api-checks,.open-api-fields{flex-wrap:wrap;gap:8px 16px;display:flex}.open-api-checks label,.open-api-fields label{align-items:center;gap:5px;display:flex}.open-api-checks input,.open-api-fields input{width:auto}.open-api-fields{background:#fff;border:1px solid #e1e8f2;border-radius:7px;max-height:120px;padding:9px;overflow:auto}.open-api-section>.primary{margin-top:12px}.open-api-secret{background:#fff6df;border:1px solid #f1d38a;border-radius:8px;grid-template-columns:1fr auto;gap:8px;margin-top:12px;padding:12px;display:grid}.open-api-secret strong{color:#8a5a00;grid-column:1/-1;font-size:12px}.open-api-secret code,.open-api-endpoint{color:#edf3ff;white-space:nowrap;background:#172033;border-radius:6px;padding:8px;overflow:auto}.open-api-endpoint{display:block}.open-api-section details{margin-top:10px}.open-api-section pre{background:#f1f4f9;border-radius:7px;padding:10px;font-size:11px;line-height:1.65;overflow:auto}.open-api-key-list,.open-api-log-list{gap:8px;display:grid}.open-api-key-list>div,.open-api-log-list>div{background:#fff;border:1px solid #e5eaf2;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px;display:flex}.open-api-key-list>div>div{gap:3px;display:grid}.open-api-key-list small{color:#778397;display:block}.open-api-log-list{font-size:11px}.open-api-log-list .danger{color:#d92d20}.open-api-dialog>.dialog-actions{border-top:1px solid #e7ecf4;margin:0;padding:12px 22px}@media (width<=640px){.open-api-grid{grid-template-columns:1fr}.open-api-dialog{max-height:96vh}.open-api-key-list>div,.open-api-log-list>div{flex-direction:column;align-items:flex-start}}
