:root{--bg: #f6f6f6;--surface: #ffffff;--text: #2a2a2a;--text-strong: #0c0b0b;--text-muted: #909090;--text-soft: #b8b8b8;--line: #d2d2d2;--line-strong: #909090;--line-subtle: #e4e4e4;--primary: #4485f1;--secondary: #8720c4;--secondary-soft: #af49eb;--success: #20c443;--danger: #df1616;--shadow-low: 0 0 6px rgba(0, 0, 0, .04);--shadow-drop: 0 2px 6px rgba(0, 0, 0, .1);--font-sans: "Segoe UI", "Avenir Next", sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans)}button,input{font:inherit}button{cursor:pointer;border:0;background:transparent;padding:0}.viewport{min-height:100vh;width:100%}.app-shell{width:100%;min-height:100vh;background:var(--bg);display:grid;grid-template-columns:minmax(210px,210px) minmax(0,1fr);overflow:hidden}.sidebar{position:relative;min-height:100vh;padding:16px 0;display:flex;flex-direction:column;gap:16px;background:linear-gradient(168deg,#4b4b4b 5.5%,#212121 73.1%);color:#fff}.collapse-toggle{position:absolute;top:20px;left:198px;width:24px;height:24px;border-radius:4px;background:var(--line);display:grid;place-items:center;z-index:10}.hub-switcher,.project-switcher,.nav-item{width:100%}.hub-switcher{display:flex;align-items:center;gap:8px;padding:0 12px}.hub-avatar,.profile__avatar{width:32px;height:32px;border-radius:4px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:14px;font-weight:600;flex:0 0 auto}.hub-name{display:inline-flex;align-items:center;gap:4px;font-size:16px;font-weight:600;color:var(--bg)}.project-switcher{padding:0 12px}.project-switcher__inner{height:28px;border-radius:4px;display:flex;align-items:center;gap:8px;padding:6px 8px;background:#f6f6f61a}.project-switcher__label{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.nav-list{display:flex;flex-direction:column}.nav-item{height:40px;padding:0 16px;position:relative;display:flex;align-items:center;gap:8px;color:var(--text-soft);text-decoration:none;font-size:14px;line-height:1;background:transparent;border:none;cursor:pointer;text-align:left;width:100%}.nav-item span.nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.nav-item.active{color:#fff}.nav-item__rail{position:absolute;inset:4px auto 4px 0;width:4px;border-radius:0 100px 100px 0;background:var(--primary)}.nav-caret{margin-left:auto;width:24px;height:24px;border-radius:4px;display:grid;place-items:center;background:#d9d9d91a}.content{display:flex;flex-direction:column;min-width:0;min-height:100vh}.topbar{min-height:64px;padding:0 32px;border-bottom:1px solid var(--line-subtle);display:flex;align-items:center;justify-content:space-between;background:var(--bg)}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--text)}.breadcrumbs__current{font-weight:500}.breadcrumb-separator{color:var(--text-muted);transform:translateY(-1px)}.topbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.topbar-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--text)}.topbar-search{background:var(--surface);box-shadow:inset 0 0 0 1px #d2d2d2b3}.topbar-bell{position:relative}.bell-dot{position:absolute;top:5px;right:5px;width:7px;height:7px;border-radius:50%;background:var(--primary);border:1.5px solid var(--bg)}.profile{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.profile__avatar{border-radius:50%;width:30px;height:30px;font-size:11px}.profile__avatar--icon{background:transparent;display:grid;place-items:center;overflow:visible}.content-body{flex:1;min-width:0;padding:32px;display:flex;flex-direction:column;gap:24px}.content-heading{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.content-heading h1{margin:0;font-size:32px;line-height:1;font-weight:500;color:var(--text)}.content-heading__actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:12px}.text-action{display:inline-flex;align-items:center;gap:8px;height:30px;color:var(--text);font-size:14px}.text-action.icon-only{width:16px;justify-content:center}.primary-action{height:30px;padding:0 16px;border-radius:4px;background:var(--primary);color:#fff;font-size:14px}.toolbar{min-height:30px;display:flex;align-items:center;flex-wrap:wrap;gap:16px}.search-input{width:min(100%,264px);height:30px;border:1px solid var(--line);border-radius:36px;background:var(--surface);display:flex;align-items:center;gap:8px;padding:0 10px}.search-input input{flex:1;border:0;padding:0;background:transparent;color:var(--text-muted);font-size:14px;line-height:24px}.search-input input:focus{outline:none}.filter-button{display:inline-flex;align-items:center;gap:4px;color:var(--text);font-size:14px}.data-card{width:100%;min-width:0;min-height:688px;border-radius:4px;background:var(--surface);box-shadow:var(--shadow-low),var(--shadow-drop);overflow:hidden;display:flex;flex-direction:column}.table-scroll{width:100%;overflow-x:auto;overflow-y:hidden;flex:1}.table-grid,.table-grid--header{display:grid;grid-template-columns:206px 146px 163px 163px 128px 223px minmax(143px,1fr);min-width:1172px}.table-grid--header>div{height:48px;padding:0 16px;background:var(--bg);border-bottom:1px solid var(--line-strong);display:flex;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;color:var(--text-strong)}.table-grid>div{height:48px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;color:var(--text)}.status-pill,.date-pill,.suggestion-pill{display:inline-flex;align-items:center;gap:4px;min-height:17px;border-radius:9px;background:var(--bg);font-size:12px;white-space:nowrap}.status-pill,.date-pill{padding:0 8px 0 4px}.suggestion-pill{gap:8px;background:transparent;color:var(--secondary);padding:0;cursor:pointer}.suggestion-pill:hover{text-decoration:underline}.dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.dot.green{background:var(--success)}.dot.blue{background:var(--primary)}.dot.purple{background:var(--secondary)}.dot.gray{background:#909090}.due-alert{color:var(--danger)}.due-normal{color:var(--text)}.table-footer{min-height:64px;padding:0 32px;background:var(--surface);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.pagination{width:161px;height:32px;display:flex;align-items:center;justify-content:space-between;color:var(--text-muted);font-size:14px}.pagination__arrow,.pagination__number{width:16px;height:16px;display:grid;place-items:center;color:inherit}.pagination__number.active{width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff}.pagination-info{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:14px;color:var(--text)}.show-count{display:inline-flex;align-items:center;gap:4px;color:inherit}.pagination-spacer{width:161px;height:32px;flex:0 0 auto}.icon{display:inline-block;width:16px;height:16px;position:relative;flex:0 0 auto;color:currentColor}.icon.small{width:10px;height:10px}.icon.light{color:#f6f6f6}.icon.muted{color:var(--text-muted)}.icon-caret-left:before,.icon-caret-right:before,.icon-caret-down:before,.icon-caret-up:before{content:"";position:absolute;inset:4px;border-top:2px solid currentColor;border-right:2px solid currentColor}.icon-caret-left:before{transform:rotate(-135deg)}.icon-caret-right:before{transform:rotate(45deg)}.icon-caret-down:before{inset:3px 4px 5px;transform:rotate(135deg)}.icon-caret-up:before{inset:5px 4px 3px;transform:rotate(-45deg)}.icon-search:before,.icon-search:after{content:"";position:absolute}.icon-search:before{width:9px;height:9px;left:1px;top:1px;border:2px solid currentColor;border-radius:50%}.icon-search:after{width:6px;height:2px;right:0;bottom:1px;background:currentColor;transform:rotate(45deg);transform-origin:right center;border-radius:1px}.icon-filter:before,.icon-filter:after{content:"";position:absolute;left:2px;right:2px;background:currentColor;clip-path:polygon(0 0,100% 0,62% 45%,62% 100%,38% 100%,38% 45%)}.icon-filter:before{top:1px;bottom:1px}.icon-project:before,.icon-dashboard:before,.icon-issues:before,.icon-submittals:before,.icon-rfi:before,.icon-change:before,.icon-mail:before,.icon-files:before,.icon-docs:before,.icon-viewer:before,.icon-users:before,.icon-settings:before,.icon-reply:before,.icon-help:before,.icon-bell:before,.icon-export:before,.icon-sliders:before,.icon-clock:before,.icon-sparkle:before{content:"";position:absolute;inset:1px}.icon-project:before{border:2px solid currentColor;border-radius:2px 2px 3px 3px}.icon-project:after{content:"";position:absolute;width:6px;height:3px;left:2px;top:1px;border:2px solid currentColor;border-bottom:0;border-radius:2px 2px 0 0}.icon-dashboard:before{inset:2px;border:2px solid currentColor;border-radius:3px;box-shadow:6px 0 0 -4px currentColor,0 6px 0 -4px currentColor,6px 6px 0 -4px currentColor}.icon-issues:before{border:2px solid currentColor;border-radius:50%}.icon-issues:after{content:"!";position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:600;color:currentColor}.icon-submittals:before{border:2px solid currentColor;border-radius:3px;box-shadow:0 4px 0 -3px currentColor,0 8px 0 -3px currentColor}.icon-rfi:before{border:2px solid currentColor;border-radius:3px}.icon-rfi:after{content:"?";position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:600;color:currentColor}.icon-change:before{border:2px solid currentColor;border-radius:50%;clip-path:polygon(0 0,100% 0,100% 60%,0 60%)}.icon-change:after{content:"";position:absolute;left:3px;right:3px;bottom:2px;height:2px;background:currentColor}.icon-mail:before{border:2px solid currentColor;border-radius:2px}.icon-mail:after{content:"";position:absolute;left:2px;right:2px;top:4px;height:2px;background:currentColor;transform:skewY(22deg)}.icon-files:before{border:2px solid currentColor;border-radius:2px}.icon-files:after{content:"";position:absolute;right:1px;top:1px;border-left:5px solid transparent;border-top:5px solid currentColor}.icon-docs:before{border:2px solid currentColor;border-radius:2px;box-shadow:inset 0 -4px 0 -2px currentColor}.icon-viewer:before{border:2px solid currentColor;border-radius:10px/8px}.icon-viewer:after{content:"";position:absolute;width:4px;height:4px;top:6px;left:6px;border-radius:50%;background:currentColor}.icon-users:before{width:6px;height:6px;left:2px;top:2px;border-radius:50%;background:currentColor;box-shadow:6px 2px 0 0 currentColor}.icon-users:after{content:"";position:absolute;left:1px;right:1px;bottom:2px;height:5px;border:2px solid currentColor;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:0}.icon-settings:before,.icon-sliders:before{inset:2px;background:linear-gradient(currentColor,currentColor) 0 25% / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 50% / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 75% / 100% 2px no-repeat}.icon-settings:after,.icon-sliders:after{content:"";position:absolute;width:4px;height:4px;left:9px;top:3px;border-radius:50%;background:currentColor;box-shadow:-5px 4px 0 0 currentColor,2px 8px 0 0 currentColor}.icon-reply:before{border-top:2px solid currentColor;border-left:2px solid currentColor;border-bottom:2px solid currentColor;border-radius:8px 0 0 8px}.icon-reply:after{content:"";position:absolute;left:1px;top:3px;width:6px;height:6px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.icon-help:before{border:2px solid currentColor;border-radius:50%}.icon-help:after{content:"?";position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:600}.icon-bell:before{inset:2px 3px 4px;border:2px solid currentColor;border-radius:8px 8px 7px 7px}.icon-bell:after{content:"";position:absolute;left:6px;bottom:1px;width:4px;height:4px;border-radius:50%;background:currentColor}.icon-export:before{left:4px;right:4px;bottom:2px;height:7px;border:2px solid currentColor;border-top:0;border-radius:0 0 2px 2px}.icon-export:after{content:"";position:absolute;left:7px;top:1px;width:2px;height:9px;background:currentColor;box-shadow:-3px 4px 0 -1px currentColor,3px 4px 0 -1px currentColor}.icon-clock:before{border:1.6px solid currentColor;border-radius:50%}.icon-clock:after{content:"";position:absolute;left:50%;top:50%;width:1.6px;height:4px;background:currentColor;transform:translate(-50%,-100%);box-shadow:2px 2px 0 -.2px currentColor;transform-origin:bottom center}.icon-sparkle:before{left:4px;top:1px;width:8px;height:14px;background:currentColor;clip-path:polygon(50% 0,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 35%)}@media(max-width:1100px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.sidebar{align-items:center;padding-inline:8px}.collapse-toggle{left:50%;transform:translate(-50%)}.hub-name,.project-switcher__label,.nav-item .nav-label,.nav-caret{display:none}.hub-switcher,.project-switcher,.nav-item{justify-content:center;padding-inline:0}.project-switcher__inner{justify-content:center}.content-body,.topbar{padding-inline:20px}.content-heading{align-items:flex-start;flex-direction:column}.content-heading__actions{width:100%;justify-content:flex-start}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;padding:16px;gap:12px}.collapse-toggle{display:none}.hub-switcher,.project-switcher{justify-content:flex-start;width:100%;padding:0}.hub-name,.project-switcher__label{display:inline-flex}.nav-list{width:100%;flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:4px}.nav-item{width:auto;min-width:max-content;height:36px;padding:0 12px;border-radius:999px;background:#ffffff0f;justify-content:flex-start}.nav-item .nav-label{display:inline}.nav-item.active{background:#4485f12e}.nav-item__rail,.nav-caret{display:none}.topbar{padding:16px 20px;align-items:flex-start;flex-direction:column;gap:12px}.breadcrumbs{flex-wrap:wrap}.topbar-actions{width:100%;justify-content:space-between}.profile span{display:none}.content-body{padding:20px;gap:20px}.toolbar{align-items:stretch;flex-direction:column}.search-input{width:100%}.table-footer{padding:16px 20px;align-items:flex-start;flex-direction:column}.pagination-spacer{display:none}.pagination-info{width:100%;justify-content:space-between}}@media(max-width:520px){.content-heading h1{font-size:26px}.content-heading__actions{flex-direction:column;align-items:stretch}.text-action,.primary-action{justify-content:center}.pagination{width:100%}.pagination-info{gap:12px;justify-content:flex-start}}.toast{position:fixed;bottom:28px;left:28px;display:flex;align-items:center;gap:8px;background:#2e2e2e;color:#fff;font-size:13px;font-weight:500;padding:10px 18px;border-radius:8px;box-shadow:0 4px 16px #00000040;z-index:200;white-space:nowrap;animation:toast-in .22s cubic-bezier(.34,1.56,.64,1) both,toast-out .3s ease 3.2s both}.toast-dot{display:none}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.table-row-clickable{cursor:pointer}.table-row-clickable:hover{background:#f8f8fb}.table-grid.row-new{animation:row-flash .7s ease both}@keyframes row-flash{0%{background:transparent}15%{background:#fff9db}40%{background:transparent}65%{background:#fff9db}to{background:transparent}}:root{--p-surface: #ffffff;--p-surface-soft: #efe3f7;--p-text: #2a2a2a;--p-text-muted: #909090;--p-text-soft: #676767;--p-line: #d2d2d2;--p-line-soft: #eeeeee;--p-primary: #4485f1;--p-secondary: #8720c4;--p-success: #11832f;--p-warning: #b38327;--p-bg: #f6f6f6}.panel-overlay{position:fixed;inset:0;background:#00000040;z-index:100;animation:overlay-in .18s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.panel-drawer{position:fixed;top:0;right:0;bottom:0;width:min(470px,100vw);background:var(--p-surface);box-shadow:-4px 0 24px #0000001f;z-index:101;display:flex;flex-direction:column;overflow:hidden;animation:drawer-in .22s cubic-bezier(.25,.46,.45,.94)}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--p-line-soft);flex:0 0 auto}.panel-header h1{margin:0;font-size:18px;font-weight:500;line-height:1;color:var(--p-text)}.panel-close{width:28px;height:28px;border-radius:4px;display:grid;place-items:center;color:var(--p-text-muted);flex:0 0 auto}.panel-close:hover{background:var(--p-bg);color:var(--p-text)}.panel-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px;display:flex;flex-direction:column;gap:20px}.p-field-group{display:flex;flex-direction:column;gap:6px}.p-field-label{font-size:13px;font-weight:500;color:var(--p-text);line-height:1}.p-field-row{display:grid;gap:16px}.p-field-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.p-text-field{min-height:36px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-surface);padding:0 10px;font-size:14px;color:var(--p-text);outline:none;width:100%}.p-text-field::placeholder{color:var(--p-text-muted)}.p-text-field:focus{border-color:var(--p-primary);box-shadow:0 0 0 2px #4485f126}.p-select-field{min-height:36px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-surface);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;font-size:14px;cursor:pointer}.p-select-field:hover{border-color:#b0b0b0}.p-placeholder{color:var(--p-text-muted)}.p-select-wrapper{position:relative;display:flex;align-items:center}.p-native-select{appearance:none;-webkit-appearance:none;width:100%;min-height:36px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-surface);padding:0 32px 0 10px;font-size:14px;font-family:inherit;color:var(--p-text);cursor:pointer;outline:none}.p-native-select:hover{border-color:#b0b0b0}.p-native-select:focus{border-color:var(--p-primary);box-shadow:0 0 0 2px #4485f126}.p-native-select option:first-child{color:var(--p-text-muted)}.p-select-chevron{position:absolute;right:10px;pointer-events:none;color:var(--p-text-muted);flex-shrink:0}.p-date-field{cursor:pointer}.p-date-field::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.p-textarea{width:100%;min-height:72px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-surface);padding:8px 10px;font-size:14px;color:var(--p-text);font-family:inherit;line-height:1.4;resize:vertical;outline:none}.p-textarea::placeholder{color:var(--p-text-muted)}.p-textarea:focus{border-color:var(--p-primary);box-shadow:0 0 0 2px #4485f126}.p-dropzone{min-height:36px;border:1px dashed var(--p-line);border-radius:4px;background:var(--p-surface);display:flex;align-items:center;justify-content:center;gap:5px;padding:6px 10px;font-size:13px;color:var(--p-text-muted)}.p-link{color:var(--p-primary);font-size:13px}.p-unit-label{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--p-text-muted);margin-bottom:-8px}.p-suggestions-panel{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:6px;background:var(--p-surface-soft)}.p-suggestions-title{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--p-secondary)}.p-suggestion-card{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:4px;background:var(--p-surface)}.p-suggestion-heading{display:flex;align-items:center;gap:8px}.p-suggestion-heading h2{margin:0;font-size:13px;font-weight:500;line-height:1.2;color:var(--p-text)}.p-suggestion-badge{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:var(--p-line-soft);color:var(--p-text-muted);flex:0 0 auto}.p-suggestion-body{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.p-suggestion-meta{flex:1;color:var(--p-text-soft);font-size:12px;line-height:1.4}.p-suggestion-meta p{margin:0}.p-suggestion-meta p+p{margin-top:3px}.conf-high{color:var(--p-success)}.conf-low{color:var(--p-warning)}.p-suggestion-actions{display:inline-flex;gap:6px;flex:0 0 auto}.p-suggestion-btn{min-height:28px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-bg);padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:13px;color:var(--p-text)}.p-suggestion-btn:hover{background:var(--p-line-soft)}.p-suggestion-btn--icon{width:28px;padding:0}.panel-footer{border-top:1px solid var(--p-line-soft);background:var(--p-surface);display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:14px 24px;flex:0 0 auto}.panel-cancel{min-height:30px;font-size:14px;color:var(--p-text-muted);padding:0 4px}.panel-cancel:hover{color:var(--p-text)}.panel-submit{min-height:30px;border-radius:4px;background:var(--p-primary);color:#fff;font-size:14px;padding:0 16px}.panel-submit:hover{background:#3474e0}.p-ai-sentinel{height:1px;pointer-events:none}.p-related-block{display:flex;flex-direction:column;gap:16px;animation:related-fade-in .2s ease both}@keyframes related-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.p-suggestions-panel.ai-thinking{background:linear-gradient(135deg,var(--p-surface-soft) 0%,#e2d0f5 50%,var(--p-surface-soft) 100%);background-size:300% 300%;animation:ai-panel-pulse 1.4s ease infinite}@keyframes ai-panel-pulse{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.ai-sparkle-wrap{display:inline-flex;transition:transform .3s ease}.ai-sparkle-wrap.spinning{animation:sparkle-spin 1s linear infinite;color:var(--p-secondary)}@keyframes sparkle-spin{0%{transform:rotate(0) scale(1.1)}25%{transform:rotate(90deg) scale(1.3)}50%{transform:rotate(180deg) scale(1.1)}75%{transform:rotate(270deg) scale(1.3)}to{transform:rotate(360deg) scale(1.1)}}.ai-thinking-label{margin-left:auto;font-size:11px;font-weight:500;color:var(--p-secondary);letter-spacing:.3px;animation:thinking-fade .8s ease infinite alternate}@keyframes thinking-fade{0%{opacity:.5}to{opacity:1}}.ai-skeleton{display:inline-block;width:120px;height:11px;border-radius:4px;background:linear-gradient(90deg,#e0c8f0,#f0e3fa 45%,#e0c8f0);background-size:200% 100%;animation:skeleton-shimmer 1s ease infinite;vertical-align:middle}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card-title-reveal{display:inline-block;animation:title-reveal .32s cubic-bezier(.22,1,.36,1) both}@keyframes title-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.card-id{color:var(--p-text-muted)}.p-suggestion-card.card-linked{border:1px solid #b3c9fa;background:#edf2ff;transition:background .25s ease,border-color .25s ease}.p-suggestion-badge.badge-linked{background:#dbeafe;color:var(--p-primary);transition:background .25s ease,color .25s ease}.link-confirmed-pill{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 10px;border-radius:4px;background:#dbeafe;color:var(--p-primary);font-size:13px;font-weight:500;animation:pill-enter .26s cubic-bezier(.34,1.56,.64,1) both}@keyframes pill-enter{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.link-confirmed-pill.pill-pop{animation:pill-pop .35s cubic-bezier(.34,1.8,.64,1) both}@keyframes pill-pop{0%{transform:scale(1)}35%{transform:scale(1.18)}65%{transform:scale(.94)}to{transform:scale(1)}}.link-pending-note{margin:4px 0 0;font-size:11px;color:var(--p-primary);opacity:.85;animation:note-fade-in .22s ease both}@keyframes note-fade-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:.85;transform:translateY(0)}}.link-btn:active{transform:scale(.93);transition:transform 80ms ease}@media(max-width:520px){.p-field-row--two{grid-template-columns:1fr}.p-suggestion-body{flex-direction:column;align-items:stretch}.p-suggestion-actions{justify-content:flex-end}}.dp-overlay{position:fixed;inset:0;background:#00000040;z-index:100;animation:dp-overlay-in .18s ease}@keyframes dp-overlay-in{0%{opacity:0}to{opacity:1}}.dp-drawer{position:fixed;top:0;right:0;bottom:0;width:min(507px,100vw);background:var(--p-surface);box-shadow:-4px 0 24px #0000001f;z-index:101;display:flex;flex-direction:column;overflow:hidden;animation:dp-drawer-in .22s cubic-bezier(.25,.46,.45,.94)}@keyframes dp-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.dp-header{padding:16px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--p-line-soft);flex:0 0 auto}.dp-title-group{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0}.dp-status-row{display:flex;align-items:center;gap:6px}.dp-status-pill{display:inline-flex;align-items:center;gap:4px;height:17px;padding:0 8px 0 4px;border-radius:9px;background:var(--p-bg);color:var(--p-text);font-size:12px;line-height:1}.dp-status-dot{width:10px;height:10px;border-radius:50%}.dp-status-dot--blue{background:#4485f1}.dp-status-dot--green{background:#20c443}.dp-status-dot--yellow{background:#f0c040}.dp-status-dot--red{background:#e04040}.dp-status-dot--gray{background:#909090}.dp-lock-icon{color:var(--p-text-muted);display:inline-flex;align-items:center}.dp-title{margin:0;font-size:14px;font-weight:500;line-height:1.3;color:var(--p-text);max-width:330px}.dp-header-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto;margin-top:2px}.dp-menu-button,.dp-close-button{width:28px;height:28px;border-radius:4px;display:grid;place-items:center;color:var(--p-text-muted);flex:0 0 auto}.dp-menu-button:hover,.dp-close-button:hover{background:var(--p-bg);color:var(--p-text)}.dp-tabs{display:flex;align-items:flex-end;gap:24px;padding:20px 24px 0;overflow-x:auto;scrollbar-width:none;flex:0 0 auto}.dp-tabs::-webkit-scrollbar{display:none}.dp-tab{position:relative;border:0;background:transparent;padding:0 0 10px;color:var(--p-text-muted);font-size:11px;font-weight:600;line-height:1;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;cursor:pointer}.dp-tab--active{color:var(--p-text)}.dp-tab--active:after{content:"";position:absolute;left:14%;right:14%;bottom:0;height:2px;border-radius:100px 100px 0 0;background:var(--p-primary)}.dp-body{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.dp-tab-content{padding:0 24px 32px}.dp-tab-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--p-text-muted);font-size:14px}.dp-section{padding-top:36px}.dp-section--rfi{padding-top:24px}.dp-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.dp-section-label{display:flex;align-items:center;gap:8px}.dp-section-title{margin:0;color:var(--p-text-muted);font-size:12px;font-weight:600;line-height:1;letter-spacing:.55px;text-transform:uppercase}.dp-count-badge{min-width:18px;height:18px;border-radius:9px;background:var(--p-line-soft);padding:0 6px;display:inline-flex;align-items:center;justify-content:center;color:var(--p-text-soft);font-size:11px;font-weight:600;line-height:1}.dp-ghost-button{height:30px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-bg);color:var(--p-text);display:inline-flex;align-items:center;gap:4px;padding:0 16px;font-size:14px;line-height:1;cursor:pointer}.dp-ghost-button:hover{background:var(--p-line-soft)}.dp-ghost-button--compact{padding:0 10px;font-size:13px}.dp-ghost-icon{width:16px;height:16px;color:currentColor;display:inline-flex;align-items:center;justify-content:center}.dp-ghost-icon-svg{width:100%;height:100%;display:block;fill:currentColor}.dp-linked-list{list-style:none;margin:0;padding:14px 0 0;display:flex;flex-direction:column;gap:8px}.dp-linked-card{position:relative;min-height:39px;display:flex;align-items:center;gap:12px;padding:8px;background:var(--p-surface);border-radius:4px;box-shadow:0 0 6px #0000000a,0 2px 6px #0000001a}.dp-linked-card--menu-open{z-index:10}.dp-linked-card--new{animation:dp-link-flash 1.4s ease both}@keyframes dp-link-flash{0%{background:var(--p-surface)}10%{background:#fff9db}28%{background:var(--p-surface)}46%{background:#fff9db}64%{background:var(--p-surface)}82%{background:#fff9db}to{background:var(--p-surface)}}.dp-card-menu-wrap{position:relative;margin-left:auto;flex-shrink:0}.dp-card-menu-btn{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:var(--p-text-muted);background:transparent;border:none;cursor:pointer;opacity:0;transition:opacity .14s ease,background .12s ease;flex-shrink:0}.dp-linked-card:hover .dp-card-menu-btn,.dp-card-menu-btn--active{opacity:1}.dp-card-menu-btn:hover,.dp-card-menu-btn--active{background:var(--p-bg);color:var(--p-text)}.dp-card-menu{position:absolute;right:0;top:calc(100% + 6px);background:#1e1e1e;border-radius:8px;padding:4px;z-index:200;min-width:192px;box-shadow:0 8px 24px #0006}.dp-card-menu-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:5px;color:#d4d4d4;font-size:13px;font-family:inherit;text-align:left;cursor:pointer;background:transparent;border:none;line-height:1;white-space:nowrap;transition:background .1s ease,color .1s ease}.dp-card-menu-item:hover{background:#ffffff1a;color:#fff}.dp-card-menu-item--ai:hover{background:#ffffff21}.dp-card-menu-item--danger{color:#ff6b6b}.dp-card-menu-item--danger:hover{background:#ff505026;color:#ff4d4d}.dp-card-icon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--p-line-soft);color:#7e7e7e;flex:0 0 auto}.dp-card-icon-svg{width:12px;height:12px;display:block}.dp-card-icon--issue{background:#fff3e0;color:#e67700}.dp-card-icon--rfi{background:#e3f2fd;color:#1976d2}.dp-card-text{margin:0;flex:1 1 auto;min-width:0;overflow:hidden;color:var(--p-text);font-size:12px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.dp-linked-card--promoted{animation:dp-card-enter .32s cubic-bezier(.25,.46,.45,.94) both}@keyframes dp-card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dp-ai-suggestions{margin-top:12px;border-radius:4px;background:var(--p-surface-soft);padding:10px}.dp-ai-suggestions--fading{animation:dp-ai-fade-out .36s ease forwards;pointer-events:none}@keyframes dp-ai-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.dp-ai-title{display:flex;align-items:center;gap:5px;margin-bottom:8px;color:var(--p-secondary)}.dp-ai-icon{display:inline-flex;align-items:center;color:var(--p-secondary)}.dp-ai-heading{margin:0;font-size:14px;font-weight:400;line-height:1;color:var(--p-secondary);letter-spacing:0;text-transform:none}.dp-suggestion-card{display:flex;flex-direction:column;gap:8px;padding:8px;background:var(--p-surface);border-radius:4px}.dp-suggestion-card+.dp-suggestion-card{margin-top:8px}.dp-suggestion-card--linked{border:1px solid #c3e6cb;background:#f6fdf8}.dp-suggestion-headline{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;column-gap:8px}.dp-suggestion-title{margin:0;font-size:13px;font-weight:500;line-height:1.2;color:var(--p-text)}.dp-suggestion-footer{display:flex;align-items:flex-end;gap:8px}.dp-suggestion-copy{flex:1 1 auto;color:var(--p-text-soft)}.dp-suggestion-copy p{margin:0;font-size:12px;line-height:1.4}.dp-suggestion-copy p+p{margin-top:2px}.dp-suggestion-copy strong{font-weight:500;color:var(--p-text-soft)}.dp-conf-high{color:var(--p-success)}.dp-conf-low{color:var(--p-warning)}.dp-suggestion-actions{display:flex;align-items:flex-end;gap:8px;flex:0 0 auto}.dp-tooltip-wrap{position:relative;display:inline-flex}.dp-tooltip{position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%);background:#1e1e1e;color:#fff;font-size:13px;font-weight:500;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .14s ease;z-index:30}.dp-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#1e1e1e}.dp-tooltip-wrap:hover .dp-tooltip{opacity:1}.dp-icon-button{width:32px;height:30px;border:1px solid var(--p-line);border-radius:4px;background:var(--p-bg);color:var(--p-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dp-icon-button:hover{background:var(--p-line-soft)}.dp-linked-pill{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:0 10px;border-radius:4px;background:#d4edda;color:var(--p-success);font-size:13px;font-weight:500;animation:dp-pill-enter .26s cubic-bezier(.34,1.56,.64,1) both}@keyframes dp-pill-enter{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.exm-backdrop{position:fixed;inset:0;background:#00000059;z-index:400;display:flex;align-items:center;justify-content:center;animation:exm-backdrop-in .18s ease}@keyframes exm-backdrop-in{0%{opacity:0}to{opacity:1}}.exm-dialog{position:relative;background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000038;width:min(520px,calc(100vw - 48px));padding:36px 36px 28px;animation:exm-dialog-in .22s cubic-bezier(.34,1.3,.64,1)}@keyframes exm-dialog-in{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.exm-close{position:absolute;top:18px;right:18px;width:30px;height:30px;border-radius:6px;display:grid;place-items:center;color:#666;background:transparent;border:none;cursor:pointer;transition:background .12s ease,color .12s ease}.exm-close:hover{background:#f0f0f0;color:#111}.exm-title{margin:0 0 24px;font-size:22px;font-weight:600;line-height:1.2;color:#111}.exm-body{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.exm-body p{margin:0;font-size:15px;line-height:1.6;color:#333}.exm-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.exm-close-btn{height:40px;padding:0 24px;border:1px solid #d0d0d0;border-radius:8px;background:#fff;color:#222;font-size:15px;font-weight:500;cursor:pointer;transition:background .12s ease}.exm-close-btn:hover{background:#f5f5f5}.exm-rating{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.exm-rating-label{font-size:12px;color:#999}.exm-rating-btns{display:flex;align-items:center;gap:12px}.exm-rate-btn{display:inline-flex;align-items:center;gap:5px;font-size:15px;font-weight:600;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:opacity .12s ease}.exm-rate-btn--bad{color:#d32f2f}.exm-rate-btn--good{color:#1565c0}.exm-rate-btn--active{opacity:.55;cursor:default}.exm-rate-btn:not(.exm-rate-btn--active):hover{opacity:.75}.dp-graph-topbar{position:absolute;inset:0 0 auto;z-index:10;display:flex;align-items:center;padding:10px 16px;background:var(--p-surface)}.dp-graph-topbar--list{position:static;border-bottom:none;padding:16px 0 4px}.dp-view-toggle{display:flex;align-items:center;gap:2px;background:#f0f0f0;border-radius:7px;padding:3px}.dp-vt-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;font-size:12.5px;font-weight:500;color:#666;background:transparent;border:none;border-radius:5px;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.dp-vt-btn:hover{background:#e0e0e0;color:#333}.dp-vt-btn--active{background:#fff;color:#111;box-shadow:0 1px 3px #0000001a}.dp-graph-wrap{position:absolute;inset:0;display:flex;flex-direction:column;background:var(--p-surface)}.rg-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;margin-top:49px}.rg-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid var(--p-line-soft);font-size:12.5px;color:#666}.rg-toolbar-label{color:#777}.rg-degree-select{padding:3px 8px;font-size:12.5px;font-family:inherit;background:#fff;border:1px solid #ddd;border-radius:5px;color:#333;cursor:pointer}.rg-degree-select:focus{outline:none;border-color:var(--p-primary)}.rg-link-item-btn{margin-left:auto;display:inline-flex;align-items:center;gap:5px}.rg-canvas{flex:1;min-height:0}.rg-canvas .react-flow__renderer{background:#f7f7f7}.rg-canvas .react-flow__controls{box-shadow:0 1px 4px #0000001f;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0}.rg-canvas .react-flow__controls-button{background:#fff;border:none;border-bottom:1px solid #e8e8e8;color:#555;width:24px;height:24px}.rg-canvas .react-flow__controls-button:last-child{border-bottom:none}.rg-canvas .react-flow__controls-button:hover{background:#f5f5f5}.rg-node{display:flex;align-items:center;gap:7px;width:210px;padding:10px 12px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 1px 3px #00000012;font-size:12px;color:#1a1a1a;cursor:default;overflow:visible}.rg-node--root{background:#1a1a1a;border-color:#1a1a1a;color:#fff;font-weight:600}.rg-node--ai{flex-direction:column;align-items:flex-start;gap:6px;background:#faf6ff;border:1.5px dashed #d9b8f5;width:210px}.rg-node-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px}.rg-node-icon--issue{background:#fff8e1;color:#b45309}.rg-node-icon--rfi{background:#e8f0fe;color:#1565c0}.rg-node-icon--root{background:#ffffff1f;color:#fff}.rg-node-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.3}.rg-handle{width:1px!important;height:1px!important;background:transparent!important;border:none!important;min-width:0!important;min-height:0!important}.rg-ai-header{display:flex;align-items:center;gap:6px;width:100%}.rg-ai-title{font-size:12px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rg-ai-body{width:100%}.rg-ai-row{font-size:11px;color:#888;margin:0 0 2px}.rg-ai-meta-label{color:#aaa}.rg-ai-meta-value{color:#666}.rg-ai-confidence{font-weight:600;font-size:11px}.rg-ai-confidence--high{color:#7c3aed}.rg-ai-confidence--low{color:#888}.rg-ai-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end;width:100%}.rg-ai-btn{display:flex;align-items:center;justify-content:center;border:none;border-radius:5px;cursor:pointer;font-size:12px;font-weight:500;transition:background .12s}.rg-ai-btn--x{width:24px;height:24px;background:#f0f0f0;color:#666}.rg-ai-btn--x:hover{background:#e0e0e0}.rg-ai-btn--link{padding:0 10px;height:24px;background:#fff;color:#333;border:1px solid #c8b0ec;font-size:12px;border-radius:4px}.rg-ai-btn--link:hover{background:#f3eeff}.rg-ai-linked-pill{display:flex;align-items:center;gap:4px;padding:3px 9px;background:#e8f5e9;color:#2e7d32;border-radius:100px;font-size:11px;font-weight:600}.rg-node-body{position:relative;display:flex;align-items:center;gap:7px;width:100%}.rg-node-menu-btn{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:4px;background:transparent;color:#555;cursor:pointer;padding:0}.rg-node-menu-btn:hover,.rg-node-menu-btn--open{background:#f0f0f0;color:#1a1a1a}.rg-node-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:9999;min-width:168px;background:#1e1e1e;border-radius:6px;padding:4px;box-shadow:0 4px 16px #00000038;display:flex;flex-direction:column;gap:1px}.rg-node-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:0;border-radius:4px;background:transparent;color:#e8e8e8;font-size:12.5px;font-family:inherit;text-align:left;cursor:pointer}.rg-node-menu-item:hover{background:#2e2e2e}.rg-node-menu-item--ai{color:#f0f0f0}.rg-node-menu-item--danger{color:#f87171}.rg-canvas .react-flow__edgelabel-renderer,.rg-edge-label-wrap{z-index:1000}.rg-edge-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#e8e8e8;border:1.5px solid #ccc;cursor:pointer;box-shadow:0 1px 4px #0000001f;transition:background .1s,border-color .1s}.rg-edge-btn:hover,.rg-edge-btn--open{background:#d8d8d8;border-color:#bbb}.rg-edge-btn-dots{font-size:13px;font-weight:600;color:#444;line-height:1;letter-spacing:-1px;margin-top:-1px}.rg-edge-menu{position:absolute;top:32px;left:50%;transform:translate(-50%);background:#1e1e1e;border-radius:8px;padding:4px;box-shadow:0 4px 16px #00000047;white-space:nowrap;z-index:1001;min-width:190px}.rg-edge-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13px;font-weight:400;color:#f0f0f0;background:transparent;border:none;border-radius:5px;cursor:pointer;text-align:left;transition:background .1s}.rg-edge-menu-item:hover{background:#ffffff14}.rg-edge-menu-item--ai{color:#f0f0f0}.rg-edge-menu-item--danger{color:#f87171}.lim-backdrop{position:fixed;inset:0;background:#1f1f1f99;z-index:400;display:flex;align-items:center;justify-content:center;animation:lim-backdrop-in .18s ease}@keyframes lim-backdrop-in{0%{opacity:0}to{opacity:1}}.lim-dialog{width:min(100% - 32px,837px);height:min(100vh - 40px,720px);background:#fff;border-radius:4px;box-shadow:0 0 6px #0000000a,0 10px 30px #0000001a;display:flex;flex-direction:column;overflow:hidden;animation:lim-dialog-in .22s cubic-bezier(.25,.46,.45,.94)}@keyframes lim-dialog-in{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.lim-header{padding:24px 20px 0 24px;display:flex;align-items:flex-start;justify-content:space-between;flex:0 0 auto}.lim-title{margin:0;color:#2a2a2a;font-size:21px;font-weight:500;line-height:1}.lim-close-btn{position:relative;border:0;background:transparent;padding:0;cursor:pointer;width:16px;height:16px;color:#2a2a2a;flex:0 0 auto}.lim-close-btn span{position:absolute;top:50%;left:50%;width:1.5px;height:12px;border-radius:1px;background:currentColor;transform-origin:center}.lim-close-btn span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.lim-close-btn span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.lim-search{margin:31px 16px 0;height:40px;border:1px solid #d2d2d2;border-radius:20px;display:flex;align-items:center;gap:12px;padding:0 14px 0 12px;flex:0 0 auto}.lim-search-icon{width:24px;height:24px;color:#909090;flex:0 0 auto}.lim-search-icon svg{width:100%;height:100%;display:block;fill:currentColor}.lim-search-input{flex:1 1 auto;min-width:0;border:0;background:transparent;outline:none;color:#2a2a2a;font-size:16px;font-family:inherit;line-height:1;padding:0;cursor:text}.lim-search-input::placeholder{color:#b0b0b0}.lim-clear-btn{position:relative;border:0;padding:0;cursor:pointer;width:20px;height:20px;border-radius:50%;background:#909090;color:#fff;flex:0 0 auto}.lim-clear-btn span{position:absolute;top:50%;left:50%;width:1.5px;height:8px;border-radius:1px;background:currentColor;transform-origin:center}.lim-clear-btn span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.lim-clear-btn span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.lim-search-hint{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;margin:8px 24px 0;line-height:1.5}.lim-search-hint-icon{flex:0 0 auto;color:#8720c4;position:relative;top:1px}.lim-search-hint-label{font-size:11px;font-weight:500;color:#aaa;letter-spacing:.01em;text-transform:uppercase}.lim-search-hint-example{font-size:13px;font-style:italic;font-weight:500;color:#8720c4;cursor:pointer;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px;text-decoration-color:#c084fc}.lim-search-hint-example:hover{text-decoration-style:solid;text-decoration-color:#8720c4}.lim-ai-row{margin:24px 24px 0;height:44px;border:0;border-radius:8px;background:linear-gradient(90deg,#f4edf9,#f6f0fa);padding:0 14px;display:flex;align-items:center;gap:10px;color:#2a2a2a;cursor:pointer;flex:0 0 auto}.lim-ai-icon{width:16px;height:16px;color:#7f41ac;flex:0 0 auto}.lim-ai-icon svg{width:100%;height:100%;display:block;fill:currentColor}.lim-ai-enter{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:4px;padding:4px 10px 4px 8px;border-radius:7px;background:#e8d9f5;color:#7f41ac;font-size:12px;font-weight:600;letter-spacing:.01em;box-shadow:0 1px #c9a8e0}.lim-ai-label{color:#7f41ac;font-size:14px;font-weight:600;line-height:1.4;white-space:nowrap}.lim-ai-query{overflow:hidden;font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.lim-body{position:relative;flex:1 1 auto;padding:32px 26px 24px;overflow-y:auto}.lim-result-group{margin-bottom:18px}.lim-result-group+.lim-result-group{margin-top:18px}.lim-group-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.lim-group-title{margin:0;color:#909090;font-size:12px;font-weight:600;line-height:19px;letter-spacing:.4px}.lim-result-pill{min-width:22px;height:18px;border-radius:9px;padding:0 8px;background:#eee;display:inline-flex;align-items:center;justify-content:center;color:#676767;font-size:12px;font-weight:600;line-height:1}.lim-result-pill--primary{background:#f0f5fe;color:#4485f1;font-weight:500}.lim-divider{width:5px;height:5px;border-radius:50%;background:#d8d8d8}.lim-show-all{border:0;background:transparent;padding:0;color:#4485f1;cursor:pointer;font-size:12px;font-weight:500;line-height:24px}.lim-result-list{display:flex;flex-direction:column;gap:9px}.lim-result-row{min-height:45px;border-radius:4px;padding:9px 12px 9px 10px;display:flex;align-items:center;gap:16px}.lim-result-row--selected{border:2px solid #4485f1;padding:8px 11px 8px 9px}.lim-result-row--soft{background:#f6f6f6}.lim-result-row--muted{opacity:.5}.lim-row-icon{width:32px;height:32px;border-radius:50%;background:#eee;color:#7f7f7f;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.lim-row-icon--issue{background:#fff4e5;color:#d4620a}.lim-row-icon--rfi{background:#e8f0fe;color:#1a56db}.lim-row-icon--email{background:#e6f9f0;color:#0e8a4f}.lim-row-icon--submittal{background:#f4edf9;color:#8720c4}.lim-row-icon svg{width:16px;height:16px;display:block}.lim-row-text{margin:0;min-width:0;overflow:hidden;color:#1a1a1a;font-size:14px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.lim-row-copy{min-width:0}.lim-row-copy>p{margin:0;min-width:0;color:#1a1a1a;font-size:14px;line-height:1.15;white-space:normal}.lim-row-meta{margin-top:4px!important;color:#888!important;font-size:12px!important;white-space:nowrap!important;text-overflow:ellipsis}.lim-bskel{padding:12px 16px;display:flex;flex-direction:column;gap:2px}.lim-bskel-row{display:flex;align-items:center;gap:12px;padding:10px 8px;border-radius:6px}.lim-bskel-icon{width:28px;height:28px;border-radius:6px;flex-shrink:0;background:linear-gradient(90deg,#eee 25%,#e0e0e0,#eee 75%);background-size:300% 100%;animation:bskel-shimmer 1.5s ease-in-out infinite}.lim-bskel-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.lim-bskel-title{display:flex;align-items:center;gap:6px;height:14px}.lim-bskel-sub{display:flex;align-items:center;height:10px}.lim-bskel-bar{display:block;height:10px;border-radius:4px;flex-shrink:0;background:linear-gradient(90deg,#eee 25%,#e0e0e0,#eee 75%);background-size:300% 100%;animation:bskel-shimmer 1.5s ease-in-out infinite}.lim-bskel-bar--sub{height:8px}.lim-bskel-row:nth-child(2) .lim-bskel-bar,.lim-bskel-row:nth-child(2) .lim-bskel-icon{animation-delay:.1s}.lim-bskel-row:nth-child(3) .lim-bskel-bar,.lim-bskel-row:nth-child(3) .lim-bskel-icon{animation-delay:.2s}.lim-bskel-row:nth-child(4) .lim-bskel-bar,.lim-bskel-row:nth-child(4) .lim-bskel-icon{animation-delay:.3s}.lim-bskel-row:nth-child(5) .lim-bskel-bar,.lim-bskel-row:nth-child(5) .lim-bskel-icon{animation-delay:.4s}.lim-bskel-row:nth-child(6) .lim-bskel-bar,.lim-bskel-row:nth-child(6) .lim-bskel-icon{animation-delay:.5s}@keyframes bskel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.lim-results-in{animation:lim-fade-in .18s ease both}@keyframes lim-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.lim-row-external{margin-left:auto;width:16px;height:16px;color:#2a2a2a;flex:0 0 auto}.lim-row-external svg{width:100%;height:100%;display:block;fill:currentColor}.lim-mark{background:#ffe4af;border-radius:4px;color:#555;padding:0 2px}.lim-footer{border-top:1px solid #d2d2d2;padding:16px;display:flex;justify-content:flex-end;align-items:center;gap:20px;flex:0 0 auto}.lim-cancel-btn{border:0;background:transparent;padding:0;color:#2a2a2a;cursor:pointer;font-size:14px;line-height:1}.lim-link-btn{height:30px;border:0;border-radius:4px;background:#4485f1;padding:0 15px;color:#fff;cursor:pointer;font-size:14px;font-family:inherit;transition:opacity .15s ease}.lim-link-btn:disabled{opacity:.4;cursor:not-allowed}.lim-selected-count{margin-right:auto;font-size:13px;color:#4485f1;font-weight:500}.lim-result-row--interactive{cursor:pointer;transition:background .12s ease}.lim-result-row--interactive:hover:not(.lim-result-row--linked){background:#f4f4f4}.lim-result-row--linked{cursor:default;opacity:.55}.lim-row-end{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;padding-left:10px}.lim-check-icon{width:20px;height:20px;border-radius:50%;background:#4485f1;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.lim-check-icon svg{width:11px;height:11px;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.lim-linked-badge{font-size:11px;font-weight:600;color:#4485f1;border:1px solid #c3d8fd;border-radius:4px;background:#f0f5fe;padding:2px 7px;line-height:1.5;white-space:nowrap}.lim-row-copy--flex{flex:1 1 auto;min-width:0}.lim-empty{display:flex;align-items:center;justify-content:center;padding:56px 0;color:#909090;font-size:14px;text-align:center}.lim-empty strong{color:#1a1a1a}.lim-empty--start{flex-direction:column;gap:6px;padding:0;height:100%}.lim-empty-img{width:180px;height:auto;margin-bottom:8px;pointer-events:none;-webkit-user-select:none;user-select:none}.lim-empty-heading{font-size:15px;font-weight:600;color:#555;margin:0}.lim-empty-sub{font-size:13px;color:#909090;margin:0}@media(max-width:580px){.lim-dialog{height:calc(100dvh - 24px)}.lim-header{padding:18px 16px 0}.lim-search{margin:20px 12px 0}.lim-ai-row{margin:16px 12px 0;padding:0 10px}.lim-ai-query{display:none}.lim-body{padding:20px 14px 16px}.lim-footer{padding:12px 14px;gap:12px}}.lim-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lim-dialog--convo{display:flex;flex-direction:column}.lim-cv-topbar{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8;flex:0 0 auto}.lim-cv-back{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:8px;color:#676767;cursor:pointer;font:inherit;font-size:14px;line-height:24px;transition:color .12s}.lim-cv-back:hover{color:#2a2a2a}.lim-cv-back svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.lim-cv-back strong{font-weight:700}.lim-cv-body{flex:1;overflow-y:auto;padding:24px 34px 28px;display:flex;flex-direction:column;gap:0}.lim-cv-turn{display:flex;flex-direction:column}.lim-cv-turn+.lim-cv-turn{margin-top:32px}.lim-cv-bubble{border-radius:8px}.lim-cv-bubble p{margin:0;font-size:14px;line-height:1.55}.lim-cv-bubble--user{align-self:flex-end;max-width:320px;background:#ebebeb;padding:11px 15px;color:#2a2a2a;position:relative}.lim-cv-ai-label{margin-top:20px;display:inline-flex;align-items:center;gap:6px;color:#8720c4;font-size:13px;font-weight:700}.lim-cv-ai-label svg{width:13px;height:13px;fill:currentColor;flex:0 0 auto}.lim-cv-cursor{display:inline-block;width:2px;height:13px;background:#8720c4;margin-left:2px;vertical-align:text-bottom;border-radius:1px;animation:lim-blink .65s step-end infinite}.lim-cv-cursor--done{display:none}@keyframes lim-blink{0%,to{opacity:1}50%{opacity:0}}.lim-cv-bubble--ai{margin-top:10px;max-width:460px;background:#f4edf9;padding:12px 18px;color:#8720c4}.lim-cv-thinking{display:flex;gap:5px;align-items:center;min-height:20px}.lim-cv-dot{width:7px;height:7px;border-radius:50%;background:#8720c4;opacity:.35;animation:lim-cv-pulse 1.3s ease-in-out infinite;flex:0 0 auto}.lim-cv-dot:nth-child(2){animation-delay:.2s}.lim-cv-dot:nth-child(3){animation-delay:.4s}@keyframes lim-cv-pulse{0%,80%,to{opacity:.35;transform:scale(1)}40%{opacity:1;transform:scale(1.35)}}.lim-cv-candidates{margin-top:12px;display:flex;flex-direction:column;gap:7px}.lim-cv-cand-group{display:flex;flex-direction:column;gap:7px}.lim-cv-cand-group-title{margin:6px 0 2px;color:#909090;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.lim-cv-cand{position:relative;min-height:44px;width:340px;max-width:100%;border-radius:6px;padding:8px 36px 8px 12px;display:flex;align-items:center;gap:12px;color:#2a2a2a;cursor:pointer;border:1.5px solid #e4e4e4;background:#fff;transition:border-color .11s,background .11s;-webkit-user-select:none;user-select:none}.lim-cv-cand:hover:not(.lim-cv-cand--past){border-color:silver;background:#fafafa}.lim-cv-cand--past{opacity:.45;cursor:default;border-color:#ebebeb}.lim-cv-cand--sel{border-color:#4485f1;background:#f0f5ff}.lim-cv-cand--sel:hover{background:#e8f0ff}.lim-cv-cand-menu-wrap{position:absolute;top:50%;right:8px;transform:translateY(-50%);z-index:402}.lim-cv-cand-menu-btn{width:24px;height:24px;border:0;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;opacity:0;transition:opacity .12s,background .12s;padding:0}.lim-cv-cand:hover .lim-cv-cand-menu-btn,.lim-cv-cand-menu-btn--active{opacity:1}.lim-cv-cand-menu-btn:hover{background:#ebebeb;color:#333}.lim-cv-cand-menu-btn--active{background:#e4e4e4;color:#333}.lim-cv-cand-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 14px #00000021;z-index:10;min-width:140px;padding:4px}.lim-cv-cand-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:0;background:transparent;cursor:pointer;text-align:left;font-size:13px;color:#1a1a1a;border-radius:4px;white-space:nowrap}.lim-cv-cand-menu-item:hover{background:#f4f4f4}.lim-cv-cand-menu-backdrop{position:fixed;inset:0;z-index:401}.lim-goto-backdrop{position:fixed;inset:0;background:#1f1f1f8c;z-index:500;display:flex;align-items:center;justify-content:center;animation:lim-backdrop-in .16s ease}.lim-goto-dialog{position:relative;width:min(100% - 40px,420px);background:#fff;border-radius:6px;box-shadow:0 8px 32px #00000029;padding:28px 28px 24px;animation:lim-dialog-in .2s cubic-bezier(.25,.46,.45,.94)}.lim-goto-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border:0;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;padding:0;transition:background .12s,color .12s}.lim-goto-close:hover{background:#f0f0f0;color:#333}.lim-goto-title{margin:0 0 10px;font-size:17px;font-weight:600;color:#1a1a1a;line-height:1.2}.lim-goto-desc{margin:0 0 24px;font-size:14px;color:#555;line-height:1.55}.lim-goto-desc strong{color:#1a1a1a}.lim-goto-actions{display:flex;gap:10px;justify-content:flex-end}.lim-goto-btn-danger{padding:8px 16px;border:1.5px solid #d32f2f;border-radius:4px;background:#d32f2f;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s}.lim-goto-btn-danger:hover{background:#b71c1c;border-color:#b71c1c}.lim-goto-btn-subtle{padding:8px 16px;border:none;border-radius:4px;background:transparent;color:#666;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s}.lim-goto-btn-subtle:hover{background:#f5f5f5}.lim-cv-cand-icon{width:32px;height:32px;border-radius:50%;background:#eee;color:#7e7e7e;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.lim-cv-cand-icon--issue{background:#fff4e5;color:#d4620a}.lim-cv-cand-icon--rfi{background:#e8f0fe;color:#1a56db}.lim-cv-cand-icon--email{background:#e6f9f0;color:#0e8a4f}.lim-cv-cand-icon--submittal{background:#f4edf9;color:#8720c4}.lim-cv-cand-icon svg{width:15px;height:15px}.lim-cv-cand-label{margin:0;flex:1;min-width:0;font-size:13px;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lim-cv-cand-check{color:#4485f1;flex:0 0 auto}.lim-cv-composer-wrap{flex:0 0 auto;padding:14px 20px 18px;border-top:1px solid #e8e8e8}.lim-cv-composer{height:44px;background:#f4f4f5;border-radius:10px;padding:0 6px 0 14px;display:flex;align-items:center;gap:10px;transition:background .12s}.lim-cv-composer:focus-within{background:#efefef}.lim-cv-composer-icon{flex:0 0 auto;display:flex;align-items:center;color:#8720c4}.lim-cv-input{flex:1;min-width:0;border:0;background:transparent;font:inherit;font-size:14px;color:#2a2a2a;outline:none;padding:0}.lim-cv-input::placeholder{color:#b0b0b0}.lim-cv-input:disabled{cursor:default}.lim-cv-send-btn{flex:0 0 auto;width:30px;height:30px;border-radius:7px;border:0;background:#8720c4;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s}.lim-cv-send-btn:hover:not(:disabled){background:#7a1db0}.lim-cv-send-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.lim-cv-send-btn:disabled{background:#d8b4f0;cursor:default}.lim-cv-sel-actions{margin-top:16px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.lim-cv-link-continue{border:0;background:transparent;padding:0;font:inherit;font-size:13px;color:#8720c4;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.lim-cv-link-continue:hover{color:#7a1db0}.lim-cv-utilbar{border-top:1px solid #e8e8e8;padding:12px 20px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.lim-cv-hint{display:inline-flex;align-items:center;gap:5px;font-size:12px;line-height:1;color:#6c6c6c}.lim-cv-hint kbd{height:20px;border:1px solid #b6bac1;border-radius:4px;background:#fffbfb;padding:0 6px;display:inline-flex;align-items:center;color:#6c6c6c;font:inherit;font-size:11px}.lim-cv-actions{display:flex;align-items:center;gap:8px}.lim-cv-actions .lim-cancel-btn{height:30px;padding:0 12px;font-size:13px}.lim-cv-actions .lim-link-btn{height:30px;padding:0 14px;font-size:13px}@media(max-width:560px){.lim-cv-body{padding:16px 16px 20px}.lim-cv-bubble--user,.lim-cv-bubble--ai{max-width:100%}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}*,*:before,*:after{box-sizing:border-box}body{margin:0}
