@charset "UTF-8";.btn-base{display:flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px!important;font-size:.875rem;font-weight:500;background-color:transparent;transition:background-color .3s,color .3s,border-color .3s;border:1px solid transparent;outline:none!important}.btn-base:focus-visible{outline:none!important}.btn-base:focus,.btn-base:active{outline:none!important;box-shadow:none!important}.btn-base{-webkit-tap-highlight-color:transparent}.btn-base:disabled{pointer-events:none;opacity:.5}.btn-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:transparent}.btn-default:hover{background-color:hsl(var(--primary) / .9);border-color:gray}.btn-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:transparent}.btn-destructive:hover{background-color:hsl(var(--destructive) / .9);border-color:hsl(var(--destructive) / .7)}.btn-outline{background-color:hsl(var(--background))}.btn-outline:hover{background-color:hsl(var(--accent));border-color:transparent}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:transparent}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8);border-color:gray}.btn-mint{background-color:#43d1a1;color:#fff;border-color:transparent}.btn-mint:hover{background-color:#6bdbb5;border-color:transparent}.btn-soft{background-color:#ecf5f5;color:#000;border-color:transparent}.btn-soft:hover{background-color:#d5e4e4;border-color:transparent}.btn-dark{background-color:#000;color:#6efced;border-color:transparent}.btn-dark:hover{background-color:#293438;color:#6efced;border-color:transparent}.btn-danger-alt{background-color:#ff264e;color:#fff;border-color:transparent}.btn-danger-alt:hover{background-color:#f4506e;border-color:transparent}.btn-ghost{border-color:transparent}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent) / .6)}.btn-link{color:hsl(var(--primary));text-underline-offset:4px;border:0}.btn-link:hover{text-decoration:underline}.btn-size-default{height:2.5rem;padding:.5rem 1rem}.btn-size-sm{height:2.25rem;padding:0 .75rem;border-radius:.375rem}.btn-size-lg{height:2.75rem;padding:0 2rem;border-radius:.375rem}.btn-size-icon{height:2.5rem;width:2.5rem}.input-base{display:block;height:2.5rem;width:100%;border-radius:.375rem;border:1px solid hsl(var(--input));background-color:#f9f9f9;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:inherit}.input-base::placeholder{color:hsl(var(--muted-foreground))}.input-base::file-selector-button{border:0;background:transparent;font-size:.875rem;font-weight:500}.input-base:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.input-base:disabled{cursor:not-allowed;opacity:.5}.select-trigger{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:.375rem;background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background-position:right .5rem center;background-size:1rem 1rem;background-repeat:no-repeat;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.select-trigger:focus{box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.select-trigger:disabled{cursor:not-allowed;opacity:.5}.select-trigger:hover{border-color:transparent}.select-trigger-icon{height:1rem;width:1rem;opacity:.5}.select-scroll-button{display:flex;cursor:default;align-items:center;justify-content:center;padding:.25rem 0}.select-scroll-icon{height:1rem;width:1rem}.select-content{position:relative;z-index:50;max-height:24rem;min-width:8rem;overflow:hidden;border-radius:.375rem;background-color:#fff;color:#313337;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.select-content[data-state=open]{animation:selectFadeIn .3s ease,selectZoomIn .3s ease}.select-content[data-state=closed]{animation:selectFadeOut .3s ease,selectZoomOut .3s ease}.select-content[data-side=bottom]{animation-name:selectSlideInFromTop;transform:translateY(.25rem)}.select-content[data-side=left]{animation-name:selectSlideInFromRight;transform:translate(-.25rem)}.select-content[data-side=right]{animation-name:selectSlideInFromLeft;transform:translate(.25rem)}.select-content[data-side=top]{animation-name:selectSlideInFromBottom;transform:translateY(-.25rem)}.select-content-popper{width:100%;min-width:var(--radix-select-trigger-width)}.select-viewport{padding:.25rem}.select-viewport-popper{max-height:24rem;overflow-y:auto;width:100%;min-width:var(--radix-select-trigger-width)}.select-label{padding:.375rem .5rem .375rem 2rem;font-size:.875rem;font-weight:600}.select-item{position:relative;display:flex;width:100%;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;border-radius:.125rem;padding:.375rem .5rem .375rem 2rem;font-size:.875rem;outline:none}.select-item:hover{background-color:#f3f4f6;border-color:transparent}.select-item:focus{background-color:#f3f4f6;color:#313337}.select-item[data-disabled]{pointer-events:none;opacity:.5}.select-item-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.select-item-check{height:1rem;width:1rem}.select-separator{margin:.25rem -.25rem;height:1px;background-color:hsl(var(--muted))}@keyframes selectFadeIn{0%{opacity:0}to{opacity:1}}@keyframes selectFadeOut{0%{opacity:1}to{opacity:0}}@keyframes selectZoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes selectZoomOut{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes selectSlideInFromTop{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes selectSlideInFromRight{0%{transform:translate(.5rem)}to{transform:translate(0)}}@keyframes selectSlideInFromLeft{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes selectSlideInFromBottom{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}.popover-content{display:flex;flex-direction:column;gap:16px;z-index:50;width:18rem;border-radius:.375rem;border:1px solid;background-color:#f2fafa;padding:1rem;color:#577587;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;outline:none}.popover-content[data-state=open]{animation:popover-fade-in .15s ease-out,popover-zoom-in .15s ease-out}.popover-content[data-state=closed]{animation:popover-fade-out .15s ease-in,popover-zoom-out .15s ease-in}.popover-content[data-side=bottom]{animation:popover-fade-in .15s ease-out,popover-zoom-in .15s ease-out,popover-slide-in-from-top .15s ease-out}.popover-content[data-side=left]{animation:popover-fade-in .15s ease-out,popover-zoom-in .15s ease-out,popover-slide-in-from-right .15s ease-out}.popover-content[data-side=right]{animation:popover-fade-in .15s ease-out,popover-zoom-in .15s ease-out,popover-slide-in-from-left .15s ease-out}.popover-content[data-side=top]{animation:popover-fade-in .15s ease-out,popover-zoom-in .15s ease-out,popover-slide-in-from-bottom .15s ease-out}@keyframes popover-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popover-fade-out{0%{opacity:1}to{opacity:0}}@keyframes popover-zoom-in{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes popover-zoom-out{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes popover-slide-in-from-top{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes popover-slide-in-from-right{0%{transform:translate(.5rem)}to{transform:translate(0)}}@keyframes popover-slide-in-from-left{0%{transform:translate(-.5rem)}to{transform:translate(0)}}@keyframes popover-slide-in-from-bottom{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#fffa;display:flex;align-items:center;justify-content:center;z-index:9999!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-container{background:#f2fafa;color:#577587;border:1px solid rgba(0,0,0,.1);border-radius:8px;min-width:320px;max-width:90vw;max-height:90vh;box-shadow:0 10px 30px #0003;overflow:hidden}.modal-header{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.08);font-weight:600}.modal-body{padding:16px}.modal-footer{padding:12px 16px;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:flex-end;gap:8px}.rcp-root{--rcp-background-color: #121212;--rcp-field-input-color: #ffffff;--rcp-field-input-border-color: #242424;--rcp-field-label-color: #808080}.rcp{display:flex;flex-direction:column;background-color:var(--rcp-background-color);border-radius:10px}.rcp-body{display:flex;flex-direction:column;gap:20px;padding:20px 10px}.rcp-section{display:flex;flex-direction:column;gap:10px}.rcp-interactive{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.rcp-interactive[aria-disabled=true]{cursor:unset;pointer-events:none}.rcp-saturation{cursor:all-scroll;width:100%;position:relative;background-image:linear-gradient(to bottom,transparent,black),linear-gradient(to right,white,transparent);border-radius:10px 10px 0 0}.rcp-saturation-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-10px)}.rcp-hue{cursor:ew-resize;position:relative;width:100%;height:12px;background-image:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:10px}.rcp-hue-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-4px)}.rcp-alpha{cursor:ew-resize;position:relative;width:100%;height:12px;border-radius:10px}.rcp-alpha-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-4px)}.rcp-fields{display:flex;flex-direction:column;gap:10px}.rcp-fields-floor{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.rcp-field{display:flex;flex-direction:column;width:100%}.rcp-field-input{width:100%;font-family:inherit;font-size:14px;text-align:center;color:var(--rcp-field-input-color);background-color:transparent;border:2px solid var(--rcp-field-input-border-color);border-radius:5px;outline:none;padding:5px 0}.rcp-field-input:read-only{opacity:.8}.rcp-field-label{font-size:14px;text-align:center;color:var(--rcp-field-label-color)}.color-panel{width:15rem;padding:.75rem;border:1px solid #D5E2E2}.color-grid{display:flex;gap:.375rem;flex-wrap:wrap}.color-option{height:1rem;width:1rem;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;outline:none!important;outline-offset:-1px}.color-option:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026;z-index:1}.custom-color-container{display:flex;flex-direction:row;gap:8px}.custom-color-btn{background-color:#fff!important;color:#577587!important;border-radius:4px}.selected-color-box{flex:1;height:2rem;width:1rem;max-width:2rem;border:1px solid hsl(var(--border));border-radius:6px}.hue-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#fff;border:2px solid hsl(var(--primary));border-radius:50%;box-shadow:0 1px 2px #0000004d;pointer-events:none}.sl-color-option:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.rcp{background-color:transparent}.modal-done-btn{background:#fff;color:#577587;border:1px solid #D5E2E2}.modal-done-btn:hover{background-color:#ecf5f5;border:1px solid #D5E2E2}.rcp-field-input{color:#577587;border:1px solid #D5E2E2}.confirm-body{padding:20px;width:100%}.confirm-title{margin:0 0 8px;font-size:18px;font-weight:601;font-family:Sora,sans-serif}.confirm-message{margin:0 0 16px;color:#1f2937;font-size:14px;font-family:Sora,sans-serif}.confirm-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-btn{min-width:120px}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;animation:drawer-overlay-fade-in .3s ease-out}@keyframes drawer-overlay-fade-in{0%{opacity:0}to{opacity:1}}.drawer-container{position:fixed;top:0;bottom:0;background:#fff;box-shadow:-4px 0 20px #00000026;overflow-y:auto;width:600px;max-width:90vw}.drawer-right{right:0;animation:drawer-slide-in-right .3s ease-out}.drawer-left{left:0;animation:drawer-slide-in-left .3s ease-out}@keyframes drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{padding:1.5rem;border-bottom:1px solid #e3eded;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;z-index:10}.drawer-body{padding:1.5rem}.drawer-footer{padding:1.5rem;border-top:1px solid #e3eded;display:flex;justify-content:center;gap:.5rem;position:sticky;bottom:0;background:#fff;z-index:10}.header{border-bottom:1px solid #ECF5F5;background-color:hsl(var(--background))}.header.header--fixed{position:relative;top:0;left:0;right:0;z-index:100;transform:translateY(0);transition:transform .25s ease}.header.header--fixed.header--hidden{transform:translateY(-100%)}.header-content{max-width:90vw;margin:0 auto;padding:.5rem 1.5rem;position:relative;background-color:#fff;z-index:9999}.header-main{display:flex;align-items:center;justify-content:space-between}.middle-slot{display:flex;align-items:center;gap:.75rem;margin-left:.75rem;margin-right:auto}.icon-16{width:1rem;height:1rem}.user-panel{display:flex;align-items:center;gap:1rem;background-color:0 0% 100%}.user-name{font-size:.875rem;color:#364e5d;font-weight:500}.user-avatar{width:2.5rem;height:2.5rem;background-color:#ecf5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#577587}.logout-button{border:1px solid #D5E2E2;border-radius:.5rem;color:#577587;transition:color .3s;display:inline-flex;align-items:center;gap:8px}.logout-button:hover{color:#577587;background-color:#d5e4e4}.cs2-wrap{background:#fff;min-width:100vw;overflow:scroll}.cs2-pagebar{display:flex;justify-content:flex-start;align-items:flex-start;max-width:90vw;background:#fff;margin:auto;border-bottom:1px solid #edf3f3}.cs2-pagebar-inner{max-width:1160px;padding:32px 24px;display:flex;align-items:center;gap:20px}.cs2-back{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d5e2e2;border-radius:4px;background:#fff}.cs2-back:hover{background:#f5f9f9}.cs2-back-icon{width:18px;height:18px;min-width:18px;color:#577587}.cs2-pagetitle{font-size:20px;font-family:Sora,sans-serif;font-weight:601;color:#000}.cs2-container{height:calc(100vh - 180px);min-height:calc(100vh - 180px);width:100%;background:#eaf3f2;color:#5c7280;position:relative;padding:32px 24px 120px;overflow:auto;-webkit-overflow-scrolling:touch}.cs2-steps{max-width:1160px;margin:0 auto 32px}.cs2-steps-row{display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap}.cs2-step-sep{width:250px;height:2px;background:#2c3e4a2e;border-radius:1px}.cs2-step-item{display:inline-flex;align-items:center;gap:10px;color:#6b8896;font-weight:600}.cs2-step-item .cs2-step-num{width:36px!important;height:36px!important;border-radius:9999px;border:2px solid #d4e3e6;display:flex;align-items:center;justify-content:center;background:transparent;color:#577587;font-family:Sora,sans-serif;font-weight:400;padding:0}.cs2-step-item.is-active .cs2-step-num{border-color:#24414d;color:#000;padding:1rem}.cs2-step-label{color:#000;font-size:14px;font-weight:400}.cs2-content{gap:32px;max-width:1160px;margin:0 auto}.cs2-title{color:#0e2e3b;margin:12px 0 8px;font-size:36px;font-weight:800;font-family:Sora,sans-serif}.cs2-sub{margin:0 0 32px;color:#6b8896}.cs2-grid{display:grid;grid-template-columns:1fr;gap:16px;border:none;padding:0}@media (min-width: 900px){.cs2-grid{grid-template-columns:1fr 1fr}}.cs2-card{display:flex;background:#fff;color:#35535f;border:1px solid #e3eded;border-radius:8px;padding:18px;cursor:pointer}.cs2-card.is-selected{background-color:#000}.cs2-card-body{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:14px}.cs2-card-radio-wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:fit-content}.cs2-radio{position:absolute;opacity:0;pointer-events:none}.cs2-radio-ui{width:16px;height:16px;border:2px solid #c8d9e0;border-radius:9999px;margin-top:3px;position:relative;box-sizing:border-box;transition:border-color .18s ease,border-width .18s ease,box-shadow .18s ease}.cs2-card:hover .cs2-radio-ui{border-color:#00b3a4;border-width:4px}.cs2-card.is-selected:hover .cs2-radio-ui,.cs2-card.is-selected .cs2-radio-ui{border-color:#00b3a4;border-width:6px}.cs2-card.is-selected .cs2-radio-ui:after{content:"";position:absolute;inset:3px;background:#00b3a4;border-radius:9999px}.cs2-card-title{font-weight:601;color:#24414d;margin-bottom:6px}.cs2-card-title.is-selected{color:#6efced}.cs2-card-desc{color:#5f7c8a;font-size:14px;line-height:1.6}.cs2-card-desc.is-selected{color:#fff}.cs2-footer{position:relative;bottom:16px;display:flex;justify-content:flex-end;align-items:flex-end;padding:16px 0;gap:8px;max-width:1160px;margin:24px auto 0}.cs2-continue{display:inline-flex;align-items:center;gap:4px;background:#0b141a;color:#6efced;border-radius:4px!important;padding:8px 14px;box-shadow:0 1px 2px #101a4d33}.cs2-continue:hover{background:#293438}.cs2-continue-icon{width:20px;height:20px}.cs2-grid-inner{display:flex;align-items:center;color:#6b8896;font-size:14px;align-self:center;gap:8px}.cs2-continue[aria-disabled=true]{opacity:.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cs2-fade-in{opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.cs2-card-loading{opacity:0}.cs2-card-loaded{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.cs-chat-summary-shell{position:relative;height:100%}.cs-chat-summary{background:#fff;border-left:1px solid #e6eeee;padding:24px;color:#41525a;height:100%}.cs-chat-summary-header{display:flex;flex-direction:column;width:100%;justify-content:space-between;margin-bottom:16px}.cs-chat-summary-header-content{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px;align-items:center;gap:24px}.cs-chat-summary-header h2{font-size:20px;margin:0;font-weight:600;color:#1e2c33}.cs-chat-source-container{display:flex;flex-direction:row;justify-content:space-between;background-color:#ecf5f5;padding:4px;border-radius:8px;max-height:48px;gap:8px}.cs-chat-label-container{display:flex;width:100%;align-items:center;justify-content:center;min-width:0;padding:8px 16px}.cs-chat-source-label{color:#577587;font-size:12px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-chat-source-button{display:flex;align-self:flex-end;padding:8px 16px;background-color:#fff;border-radius:4px;font-size:12px;font-weight:400;white-space:nowrap;flex-shrink:0;cursor:pointer}@media (max-width: 1100px){.cs-chat-source-container{max-height:none}}.cs-chat-summary-actions{display:inline-flex;align-items:center;gap:8px}.cs-chat-summary-icon-btn{width:40px;height:40px;border-radius:4px;background:#ecf5f5;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.cs-chat-summary-icon-btn:disabled{opacity:.4;cursor:not-allowed}.cs-chat-summary-icon-btn:not(:disabled):hover{background:#f3f7f7}.cs-chat-summary-icon{width:16px;height:16px;display:block}.cs-chat-generate{padding:8px 14px;font-size:13px;border-radius:4px;background:#000;color:#6efced;border:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;cursor:pointer}.cs-chat-generate:disabled{background:#dfe7e7;color:#8aa0aa;cursor:not-allowed}.cs-chat-summary-section{padding-bottom:8px}.cs-chat-summary-divider{border:0;border-top:1px solid #edf2f2;margin:0 -24px 12px}@media (max-width: 1280px){.cs-chat-summary-divider{margin-left:-20px;margin-right:-20px}}@media (max-width: 1100px){.cs-chat-summary-header-content{flex-direction:column;align-items:flex-start;gap:10px}.cs-chat-summary-divider{margin-left:-24px;margin-right:-24px}.cs-chat-summary-actions{width:100%;flex-wrap:wrap}.cs-chat-generate{max-width:100%}}.cs-chat-summary-title{font-size:12px;font-weight:600;color:#2c3a40;margin-bottom:6px}.cs-chat-summary-title-with-icon{display:flex;justify-content:space-between;align-items:center;gap:6px}.cs-chat-summary-title-container{display:flex;justify-content:center;align-items:center;gap:10px}.cs-chat-summary-title-icon{width:14px;height:14px;display:inline-flex}.cs-chat-summary-row{display:flex;align-items:center;gap:8px}.cs-chat-summary-check{width:20px;height:20px;border-radius:50px;background:#000;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.cs-chat-summary-check-icon{width:12px;height:12px;color:#6efced}.cs-chat-summary-edit{margin-left:auto;width:32px;height:32px;border-radius:4px;border:1px solid #d5e2e2;background:#fff;display:inline-flex;align-items:center;justify-content:center}.cs-chat-summary-edit-icon{width:14px;height:14px;color:#5f7c8a}.cs-chat-summary-row .cs-chat-summary-value{margin-top:0;color:#2c3a40}.cs-chat-summary-item{font-size:11px;color:#6f8087;margin-top:8px}.cs-chat-summary-value{font-size:12px;color:#577587!important;margin-top:4px;font-weight:600}.cs-chat-summary-skeleton{display:flex;flex-direction:column;gap:6px;margin-top:6px}.cs-chat-summary-skeleton-line{height:10px;width:100%;border-radius:6px;background:linear-gradient(90deg,#edf2f2,#f6f8f8,#edf2f2);background-size:200% 100%;animation:cs-chat-summary-shimmer 1.1s ease-in-out infinite}.cs-chat-summary-skeleton-line.is-70{width:70%}@keyframes cs-chat-summary-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cs-chat-pill{display:inline-flex;align-items:center;padding:2px 6px;border-radius:10px;background:#eef3f3;color:#7f8f96;font-size:10px;margin-left:6px}.cs-chat-brief-panel{position:absolute;inset:0;height:100%;width:100%;background:#fff;transform:translate(100%);transition:transform .24s ease;z-index:5;display:flex;flex-direction:column;padding:20px;gap:16px;overflow:hidden}.cs-chat-brief-panel.is-open{transform:translate(0)}.cs-chat-brief-header{display:flex;align-items:center;gap:12px}.cs-chat-brief-back{width:36px;height:36px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#577587}.cs-chat-brief-title{font-size:20px;margin:0;color:#000;font-weight:700;flex:1}.cs-chat-brief-import{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:6px 12px;background:#0b0b0b;color:#6efced;border:none;font-size:12px;cursor:pointer;min-height:40px;font-weight:500}.cs-chat-brief-import-icon{width:14px;height:14px}.cs-chat-brief-search{display:flex;align-items:center;gap:8px;border:1px solid #e3eded;border-radius:999px;padding:8px 12px;background:#fff}.cs-chat-brief-search-icon{width:16px;height:16px;color:#8aa0aa}.cs-chat-brief-search-input{border:none;outline:none;flex:1;font-size:13px;color:#4a5f68;background:transparent}.cs-chat-brief-search-input::placeholder{color:#577587}.cs-chat-brief-clear{width:16px;height:16px;border-radius:999px;border:1px solid #577587;display:inline-flex;align-items:center;justify-content:center;color:#577587;cursor:pointer;transition:opacity .15s ease,background-color .15s ease}.cs-chat-brief-clear:disabled{opacity:.4;cursor:default}.cs-chat-brief-list{display:flex;flex-direction:column;gap:10px;overflow:auto;padding-right:4px}.cs-chat-brief-detail-panel{position:absolute;inset:0;height:100%;width:100%;background:#fff;transform:translate(100%);transition:transform .24s ease;z-index:6;display:flex;flex-direction:column;padding:20px;gap:16px;overflow:auto}.cs-chat-brief-detail-panel.is-open{transform:translate(0)}.cs-chat-brief-card{display:flex;align-items:center;gap:16px;width:100%;border-radius:10px;border:1px solid #e3eded;background:#fff;padding:16px;text-align:left;cursor:pointer}.cs-chat-brief-card-icon{width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#7f949d}.cs-chat-brief-card-body{display:flex;flex-direction:column;gap:4px;flex:1}.cs-chat-brief-card-title{font-size:14px;color:#364e5d;font-weight:500}.cs-chat-brief-card-subtitle{font-size:12px;color:#577587}.cs-chat-brief-card-chevron{width:18px;height:18px;color:#577587;opacity:.25}.cs-chat-brief-empty{padding:24px 8px;text-align:center;color:#8fa3ac;font-size:13px}.cs-chat-brief-detail{display:flex;flex-direction:column;gap:18px;overflow:auto;padding-right:4px}.cs-chat-save-modal{background:#fff;border-radius:8px;padding:54px;max-width:591px}.cs-chat-save-modal-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.cs-chat-save-modal-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#53c69c}.cs-chat-save-modal-icon svg,.cs-chat-save-modal-icon img{width:32px;height:32px}.cs-chat-save-modal-title{font-size:20px;font-weight:600;color:#334952}.cs-chat-save-modal-subtitle{margin:0;color:#5f7480;max-width:560px;line-height:1.4}.cs-chat-save-modal-form{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:10px}.cs-chat-save-modal-field{position:relative;width:100%}.cs-chat-save-modal-label{position:absolute;left:16px;top:8px;font-size:13px;font-weight:600;color:#58707a;pointer-events:none;transition:all .16s ease}.cs-chat-save-modal-input{width:100%;height:88px;border:1px solid #d9e4e6;border-radius:12px;padding:34px 16px 8px;font-size:14px;color:#3d5660;background:#fff;min-height:55px;resize:none;line-height:1.35}.cs-chat-save-modal-input:focus+.cs-chat-save-modal-label,.cs-chat-save-modal-input:not(:placeholder-shown)+.cs-chat-save-modal-label{top:6px;font-size:11px;color:#7b8c93}.cs-chat-save-modal-placeholder{position:absolute;text-align:left;left:16px;top:34px;font-size:14px;color:#9aaab1;pointer-events:none}.cs-chat-save-modal-actions{display:flex;justify-content:center;gap:12px;margin-top:8px}.cs-chat-save-modal-cancel{border:1px solid #d9e4e6;background:#fff;color:#4f6670;border-radius:10px;padding:10px 18px;font-size:13px}.cs-chat-save-modal-confirm{display:inline-flex;align-items:center;gap:8px;border:none;background:#5ac79f;color:#fff;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600}.cs-chat-save-modal-confirm svg,.cs-chat-save-modal-confirm img{width:16px;height:16px}.cs-chat-save-modal-confirm:disabled,.cs-chat-save-modal-cancel:disabled,.cs-chat-save-modal-input:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 720px){.cs-chat-save-modal{min-width:0;width:90vw;padding:28px 20px 24px}.cs-chat-save-modal-actions{flex-direction:column}}.cs-chat-save-success-modal{background:#fff;border-radius:8px;padding:72px 96px;width:680px}.cs-chat-save-success-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.cs-chat-save-success-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.cs-chat-save-success-icon svg,.cs-chat-save-success-icon img{width:56px;height:56px}.cs-chat-save-success-title{font-size:14px;font-weight:600;color:#334952;margin:0}@media (max-width: 720px){.cs-chat-save-success-modal{min-width:0;width:90vw;padding:48px 24px}}.cs-chat-brief-section{display:flex;flex-direction:column;gap:6px;border-top:1px solid #edf2f2;padding-top:14px}.cs-chat-brief-section:first-child{border-top:none;padding-top:0}.cs-chat-brief-section-title{font-size:12px;font-weight:600;color:#000;display:inline-flex;align-items:center;gap:8px}.cs-chat-brief-section-icon{width:16px;height:16px;display:inline-flex}.cs-chat-brief-section-value{font-size:13px;color:#577587;font-weight:600}.cs-chat-brief-section-text{font-size:12px;color:#577587;font-weight:400;line-height:1.5}.cs-chat-brief-detail-grid{display:grid;grid-template-columns:1fr;gap:12px}.cs-chat-brief-detail-label{font-size:11px;color:#6f8087;margin-bottom:4px}.cs-chat-brief-detail-value{font-size:12px;color:#4b5b63;font-weight:600}.cs-chat-sources-modal{width:min(860px,92vw);max-height:90vh;background:#fff;border-radius:8px;border:1px solid #e3eded;overflow:hidden}.cs-chat-sources-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:54px 54px 24px;gap:16px}.cs-chat-sources-modal-title{font-size:32px;font-weight:700;margin:0 0 6px;color:#0b0b0b}.cs-chat-sources-modal-subtitle{margin:0;font-size:14px;color:#8a9aa3}.cs-chat-sources-modal-close{border:1px solid #d7e3e3;background:#fff;width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#617483}.cs-chat-sources-modal-close:hover{background:#f3f8f8}.cs-chat-sources-modal-body{padding:0 54px 54px}.cs-chat-sources-modal-empty{padding:24px;border:1px dashed #dfeaea;border-radius:14px;color:#7b8e98;background:#f7fbfb}.cs-chat-sources-modal-list{background:#f3f8f8;border-radius:8px;padding:18px;display:grid;gap:14px;max-height:388px;overflow:auto;border:1px solid #e6f0f0}.cs-chat-sources-modal-card{background:#fff;border:1px solid #e1ecec;border-radius:12px;padding:16px 18px;box-shadow:0 4px 10px #131f260d}.cs-chat-sources-modal-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.cs-chat-sources-modal-card-link:hover{border-color:#b9d7d7;box-shadow:0 6px 14px #131f2614}.cs-chat-sources-modal-card-title{font-size:16px;font-weight:600;color:#1b2d36;margin-bottom:6px}.cs-chat-sources-modal-card-content{font-size:13px;line-height:1.4;color:#5f7682;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs-chat-sources-modal-card-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;color:#7b8e98}.cs-chat-sources-modal-meta-item{display:inline-flex;align-items:center;gap:6px}.cs-chat-sources-modal-meta-icon{color:#9aabb3}@media (max-width: 720px){.cs-chat-sources-modal{min-width:0;width:90vw}.cs-chat-sources-modal-header{padding:28px 20px 16px}.cs-chat-sources-modal-body{padding:0 20px 28px}}.cs-chat-config-edit-modal{width:min(980px,92vw);max-height:70vh;background:#fff;border:1px solid #d8e4e8;border-radius:12px;overflow:hidden}.cs-chat-config-edit-body{display:flex;flex-direction:column;gap:16px;padding:54px;max-height:70vh}.cs-chat-config-edit-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cs-chat-config-edit-title{margin:0;font-size:32px;color:#040b10;line-height:1.1;font-weight:700}.cs-chat-config-edit-subtitle{margin:10px 0 0;color:#6f8692;font-size:14px;line-height:1.3}.cs-chat-config-edit-close{width:40px;height:40px;border-radius:6px;border:1px solid #d0dee3;background:#f8fbfc;color:#78909d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cs-chat-config-edit-content{background:#ecf3f4;border-radius:10px;padding:24px;display:grid;gap:8px;flex:1;min-height:0;overflow:auto}.cs-chat-config-edit-modal .cfg-card{border:none;border-radius:10px}.cs-chat-config-edit-modal .cfg-section{padding:20px 24px}.cs-chat-config-edit-modal .cfg-grid{margin-top:14px}.cs-chat-config-edit-modal .cfg-option{border:1px solid transparent;max-height:48px}.cs-chat-config-edit-modal .cfg-option.is-selected{border-color:#d2dce0;max-height:48px}.cs-chat-config-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:2px;position:sticky;bottom:0;z-index:2;background:#fff;padding-top:10px}.cs-chat-save-modal-confirm{background-color:#000;font-weight:400;display:flex;justify-content:center;color:#6efced}.cs-chat-config-edit-actions .cs-chat-save-modal-cancel,.cs-chat-config-edit-actions .cs-chat-save-modal-confirm{min-width:96px;border-radius:4px}.cs-chat-type-edit-modal{width:min(900px,92vw);max-height:92vh;background:#fff;border:1px solid #d8e4e8;border-radius:12px;overflow:auto}.cs-chat-type-edit-body{display:grid;gap:16px;padding:54px}.cs-chat-type-edit-modal .cs-chat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 1600px){.cs-chat-config-edit-title{font-size:38px}.cs-chat-config-edit-subtitle{font-size:20px}}@media (max-width: 1100px){.cs-chat-config-edit-body{padding:20px;gap:12px}.cs-chat-config-edit-title{font-size:30px}.cs-chat-config-edit-subtitle{font-size:16px}.cs-chat-type-edit-body{padding:20px;gap:12px}}@media (max-width: 720px){.cs-chat-config-edit-modal .cfg-section{padding:16px}.cs-chat-type-edit-modal .cs-chat-cards{grid-template-columns:1fr}}.cs-chat-page{min-height:calc(100vh - 72px);background:#eef5f4;display:flex;flex-direction:column;height:calc(100vh - 72px);min-height:0}.cs-chat-bar{width:100%;background:#fff;border-bottom:1px solid #e6eeee}.cs-chat-bar-inner{display:flex;align-items:center;gap:16px;padding:16px 24px;max-width:90vw;margin:0 auto}.cs-chat-back{width:34px;height:34px;border:1px solid #dbe6e6;background:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.cs-chat-back-icon{width:16px;height:16px;color:#7b8f98}.cs-chat-title{font-size:16px;font-weight:600;color:#1e2c33}.cs-chat-content{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 30%;width:100%;margin:0;min-height:0}.cs-chat-main{display:flex;width:100%;flex-direction:column;justify-content:space-between;flex:1;padding:28px calc(5vw + 24px);height:100%;min-height:0}.cs-chat-thread{display:flex;flex-direction:column;gap:14px;flex:1;overflow:auto;padding-right:8px;padding-bottom:60px}.cs-chat-intro{display:grid;grid-template-columns:38px 1fr;gap:16px;align-items:start}.cs-chat-logo{width:38px;height:38px;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent}.cs-chat-logo-img{width:100%;height:100%;object-fit:contain}.cs-chat-bubble{background:#fff;border:1px solid #d7e3e3;border-radius:8px;padding:12px 16px;color:#5a6f79;box-shadow:0 1px #10182805}.cs-chat-bubble p{margin:0 0 8px;font-size:14px}.cs-chat-bubble p:last-child{margin-bottom:0}.cs-chat-select-label{margin:10px 0;font-size:12px;color:#6e838c}.cs-chat-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cs-chat-loading{font-size:12px;color:#6e838c}.cs-chat-card{display:flex;background:#fff;border:1px solid #dbe6e6;border-radius:8px;padding:12px 14px;display:grid;grid-template-columns:18px 1fr;gap:16px;align-items:center;color:#4a5f68;cursor:pointer}.cs-chat-card-animate{animation:cs-chat-fade-in .45s ease both}.cs-chat-card.is-selected{background:#000;border-color:#000}.cs-chat-radio{position:absolute;opacity:0;pointer-events:none}.cs-chat-radio-ui{width:18px;height:18px;border-radius:999px;border:1.5px solid #d2dde0;position:relative;box-sizing:border-box;transition:border-color .18s ease,border-width .18s ease,box-shadow .18s ease}.cs-chat-card:hover .cs-chat-radio-ui{border-color:#00b3a4;border-width:4px}.cs-chat-card.is-selected:hover .cs-chat-radio-ui{border-color:#00b3a4;border-width:6px}.cs-chat-cards[aria-disabled=true] .cs-chat-card{cursor:default}.cs-chat-cards[aria-disabled=true] .cs-chat-card:hover .cs-chat-radio-ui{border-color:#d2dde0;border-width:1.5px}.cs-chat-cards[aria-disabled=true] .cs-chat-card.is-selected:hover .cs-chat-radio-ui,.cs-chat-card.is-selected .cs-chat-radio-ui{border-color:#00b3a4;border-width:6px}.cs-chat-card.is-selected .cs-chat-radio-ui:after{content:"";position:absolute;inset:3px;background:#00b3a4;border-radius:999px}.cs-chat-card-text{display:flex;flex-direction:column;gap:6px}.cs-chat-card-title{font-size:14px;font-weight:601;color:#24414d;margin-bottom:6px}.cs-chat-card-desc{font-size:12px;color:#5f7c8a;line-height:1.6}.cs-chat-card.is-selected .cs-chat-card-title{color:#6efced}.cs-chat-card.is-selected .cs-chat-card-desc{color:#fff}.cs-chat-message{display:flex;width:100%;margin-top:10px}.cs-chat-message-user{justify-content:flex-end;padding-left:42px}.cs-chat-message-assistant{justify-content:flex-start;gap:10px;align-items:flex-start}.cs-chat-message-avatar{width:32px;height:32px;flex:0 0 32px}.cs-chat-message-avatar-img{width:100%;height:100%;object-fit:contain}.cs-chat-message-bubble-assistant{width:100%}.cs-chat-message-bubble-assistant p,.cs-chat-message-bubble-assistant li{font-family:Inter,sans-serif;font-size:14px;color:#364e5d;white-space:pre-line;line-height:24px}.cs-chat-message-bubble{background:#fff;border:1px solid #d7e3e3;border-radius:8px;padding:16px;color:#2c3a40;font-size:13px}.cs-chat-message-bubble-user{background:#000;border-radius:8px;padding:16px;color:#fff;font-size:14px;line-height:24px;font-family:Inter,sans-serif;font-weight:300}.cs-chat-message-bubble p{margin:0 0 8px}.cs-chat-message-bubble p:last-child{margin-bottom:0}.cs-chat-plain-block{margin-left:42px;margin-bottom:10px;margin-top:10px}.cs-chat-plain-block .cfg-grid.is-disabled{pointer-events:none}.cs-chat-plain-block .cfg-option{cursor:default}.cs-chat-optional-block{margin-top:10px;margin-left:42px}.cs-chat-optional-block .cfg-grid.is-disabled{pointer-events:none}.cs-chat-optional-block .cfg-option{cursor:default}.cs-chat-typing-indicator{padding:10px 12px;background:#fff;border-radius:8px;border:1px solid rgba(87,117,135,.25);display:flex;align-items:center;gap:4px}.cs-chat-typing-indicator span{width:6px;height:6px;background:#9aa9af;border-radius:50%;animation:cs-chat-typing-dot 1.5s infinite}.cs-chat-typing-indicator span:nth-child(2){animation-delay:.3s}.cs-chat-typing-indicator span:nth-child(3){animation-delay:.6s}@keyframes cs-chat-typing-dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.cs-chat-suggestions{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.cs-chat-quick-suggestions{margin-top:14px;margin-left:42px;width:fit-content}.cs-chat-quick-title{font-size:14px;color:#364e5d;font-weight:400}.cs-chat-suggestion{margin:0}.cs-chat-suggestion-btn{text-align:left;padding:8px 10px;border-radius:6px;border:1px solid #e0ecec;background:#fff;color:#577587;font-size:12px;line-height:1.4}.cs-chat-suggestion-btn:hover{background:#ecf5f5}.cs-chat-suggestion-btn:disabled{background:#f4f7f7;color:#9aa9af;cursor:not-allowed}.cs-chat-muted{color:#8fa3ac;font-size:12px}.cs-chat-message-animate{animation:cs-chat-message-in .35s ease both}@keyframes cs-chat-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cs-chat-fade-in{animation:cs-chat-fade-in .5s ease both}@keyframes cs-chat-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cs-chat-input-bar{width:100%;background:#fff;border:1px solid #d7e3e3;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:12px}.cs-chat-input{flex:1;border:none;outline:none;font-size:14px;color:#4d6572;background:transparent}.cs-chat-input::placeholder{color:#9bb0b9}.cs-chat-send{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:#0a0a0a;color:#35cfc5;font-size:13px;font-weight:600;border:none}.cs-chat-send-icon{width:14px;height:14px}.cs-chat-hint{margin-top:8px;color:#8fa3ac;font-size:11px}.cs-chat-no-source{display:flex;flex-direction:column;gap:16px;padding:20px;background:#000;border-radius:10px}.cs-chat-no-source-title{font-size:18px;font-weight:600;color:#6efced;font-family:Sora,sans-serif}.cs-chat-no-source-desc{color:#fff;font-size:14px;line-height:1.6;font-family:Sora,sans-serif}.cs-chat-no-source-actions{display:flex;flex-direction:column;gap:12px}.cfg-card{background:#fff;border:1px solid #e3eded;border-radius:8px;position:relative;z-index:1}.cs2-content{max-height:none;overflow:visible}.cfg-list{display:grid;gap:4px}.cfg-section{padding:24px;border-bottom:1px solid #e9f1f1}.cfg-section:last-child{border-bottom:none}.cfg-head{display:grid;gap:4px;align-items:center;justify-content:flex-start;grid-template-columns:1fr auto}.cfg-optional-label{display:flex;padding:4px;justify-content:center;align-items:center;gap:10px;align-self:flex-start;background-color:#ecf5f5;border-radius:4px;font-size:11px;color:#577587}.cfg-title{font-weight:601;color:#2c4753;grid-column:1 / 2}.cfg-badge{grid-column:2 / 3;justify-self:end;font-size:12px;color:#6b8896;background:#eef5f5;border:1px solid #d7e4e4;padding:2px 8px;border-radius:9999px}.cfg-help{color:#6b8896;font-size:14px;grid-column:1 / -1}.cfg-grid{display:grid;gap:10px;margin-top:24px}.cfg-grid.cfg-3{grid-template-columns:1fr}@media (min-width: 900px){.cfg-grid.cfg-3{grid-template-columns:repeat(3,1fr)}}.cfg-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9999px;background:#fff;color:#24414d;cursor:pointer}.cfg-option.is-selected{border-color:#a6e9e2;background:#fff;color:#000}.cfg-radio{position:absolute;opacity:0;pointer-events:none}.cfg-radio-ui{width:22px;height:22px;min-width:22px;border:1px solid #c8d9e0;border-radius:9999px;position:relative;box-sizing:border-box;transition:border-color .18s ease,border-width .18s ease,box-shadow .18s ease,background-color .18s ease;display:flex;align-items:center;justify-content:center}.cfg-option:hover .cfg-radio-ui{border-color:#00b3a4;border-width:3px;box-shadow:inset 0 0 0 1px #00b3a42e}.cfg-option:hover{background-color:#ecf5f5}.cfg-radio-text{font-size:14px;color:#577587}.cfg-option.is-selected .cfg-radio-text{color:#000;font-weight:600}.cfg-option.is-selected .cfg-radio-ui{border-color:#000;border-width:2px;background:#000}.cfg-check-icon{width:14px;height:14px;color:#6efced}.cfg-option.is-selected:hover .cfg-radio-ui{border-color:#000;border-width:2px;box-shadow:none}.cfg-option.is-selected:hover{background:#fff}.cfg-col{display:flex;margin-top:24px}.cs3-textarea{width:100%}.cfg-switch-input{position:absolute;opacity:0;pointer-events:none}.cfg-switch{width:38px;height:22px;background:#eef5f5;border:1px solid #c8d9e0;border-radius:9999px;display:inline-block;position:relative;box-sizing:border-box;transition:background-color .18s ease,border-color .18s ease}.cfg-switch-knob{position:absolute;top:1px;left:1px;width:18px;height:18px;background:#fff;border-radius:9999px;box-shadow:0 1px 2px #00000026;transition:transform .18s ease,background-color .18s ease}.cfg-switch-text,.cfg-switch-text.is-checked{color:#577587}.cfg-switch.is-checked{background:#43d1a1;border-color:#43d1a1}.cfg-language{margin-top:16px;display:grid;gap:6px;position:relative;max-width:260px}.cfg-language-label{font-size:13px;color:#6b8896}.cfg-language-trigger{border:1px solid #c8d9e0;border-radius:10px;padding:10px 12px;font-size:14px;color:#24414d;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.cfg-language-trigger:hover{border-color:#00b3a4;box-shadow:0 6px 16px #00b3a426}.cfg-language-trigger:focus-visible{outline:2px solid #00b3a4;outline-offset:2px}.cfg-language-icon{width:16px;height:16px;color:#577587;transition:transform .16s ease}.cfg-language-icon.is-open{transform:rotate(180deg)}.cfg-language-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;border-radius:12px;border:1px solid #d7e4e4;background:#fff;box-shadow:0 16px 30px #131f261f;padding:6px;z-index:20;display:grid;gap:4px}.cfg-card-language.is-open{z-index:30}.cfg-language-option{border:none;background:transparent;border-radius:10px;padding:8px 10px;font-size:14px;color:#24414d;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cfg-language-option:hover{background:#ecf5f5}.cfg-language-option.is-selected{background:#f2fbf9;color:#0a3d3a;font-weight:600}.cfg-language-check{width:16px;height:16px;color:#00b3a4}.cfg-switch.is-checked .cfg-switch-knob{transform:translate(16px);background:#fff}.cfg-switch-input:disabled+.cfg-switch{opacity:.4}.cs3-form{display:flex;flex-direction:column;margin-top:12px;gap:4px}.cs3-section{display:flex;flex-direction:column;padding:24px;border-bottom:1px solid #e9f1f1;border-radius:8px;background:#fff}.cs3-section:last-child{border-bottom:none}.cs3-labels{margin-bottom:10px}.cs3-label{color:#2c4753;font-weight:601}.cs3-help{color:#6b8896;font-size:14px;margin-top:2px}.cs3-input{height:49px!important;max-height:49px!important;border-radius:10px!important;border-color:#d4e3e6!important;background:#f9f9f9!important;width:auto;padding:0 16px!important;outline:none!important}.cs3-input::placeholder{color:#a3b4b9}.cs3-input:focus{box-shadow:0 0 0 2px #00b3a426}.cs3-textarea-wrap{display:flex;width:100%}.cs3-textarea{min-height:140px;border-radius:10px;border:1px solid #d4e3e6;background:#f9f9f9;padding:10px 12px;font-size:14px;color:#24414d;outline:none;resize:vertical;outline:none!important}.cs3-textarea::placeholder{color:#a3b4b9;opacity:1}.cs3-textarea:focus{box-shadow:0 0 0 2px #00b3a426}.cs3-rephrase{font-weight:500;margin-top:12px;border:1px solid #d7e4e4!important;border-radius:4px!important;color:#577587!important;background:#f2f6f6!important;gap:8px;padding:8px}.cs3-rephrase:disabled{opacity:.4}.cs3-rephrase-icon{width:18px;min-width:18px;height:18px;color:#577587}.cs3-actions{display:flex;align-items:center;gap:12px}.cs3-undo-link{background:transparent;color:#4a6877;border:0;padding:6px 8px;text-decoration:underline}.cs3-undo-link:hover{color:#2c4753}.cs3-suggestions{margin-top:12px;border:1px dashed #cfe0e0;background:#f8fbfb;border-radius:8px;padding:10px}.cs3-suggestions-title{font-size:13px;color:#4a6877;margin-bottom:6px;font-weight:600}.cs3-suggestions-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.cs3-suggestion-item{margin:0}.cs3-suggestion{width:100%;text-align:left;background:#fff;border:1px solid #dbe7e7;border-radius:6px;padding:8px 10px;color:#2c4753;cursor:pointer}.cs3-suggestion:hover,.cs3-suggestion:focus-visible{border-color:#a7c6c6;box-shadow:0 0 0 2px #00b3a41f;outline:none}.cs3-prev{border:1px solid #d7e4e4!important;background:transparent!important;color:#577587!important;border-radius:4px!important;padding:8px 14px;gap:8px}.cs3-prev-icon{width:16px;height:16px}.cs3-prev:hover{background-color:#ecf5f5!important}.cs2-step-item.is-done .cs2-step-num{background:#0b141a;color:#6efced;border-color:#0b141a;font-size:.75rem;border-radius:50%}.home-container{height:calc(100vh - 70px);width:100vw;background-color:#ecf5f5;overflow-y:auto}.main-content{margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;position:sticky;top:0;z-index:2;margin:0 -4px;height:90px;background:#ecf5f5}.page-title{font-size:1.875rem;font-weight:601;color:hsl(var(--gray-900));margin:0}.new-study-button{background-color:hsl(var(--gray-900));color:#6efced;border:none;border-radius:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center;gap:.5rem}.new-study-button:hover{background-color:#293438;box-shadow:0 1px 2px #101a4d33}.home-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #ecf5f5;width:100%}.home-header-inner{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;gap:60px;max-width:90vw;margin:0 auto}.home-header-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.home-back-btn{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d5e2e2;background:transparent;cursor:pointer;flex-shrink:0;transition:background .3s ease}.home-back-btn:hover{background:#ecf5f5}.home-icon-16{width:16px;height:16px;color:#577587}.home-title-container{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.home-title{font-family:Sora,sans-serif;font-size:20px;font-weight:601;margin:0;color:#000;letter-spacing:-.4px;line-height:normal;white-space:nowrap}.home-search-container{flex:1;position:relative;height:56px;max-width:702px}.home-search-input{width:100%;height:56px;background:#f9f9f9;border:1px solid #d5e2e2;border-radius:999px;padding:8px 48px;font-family:Sora,sans-serif;font-size:18px;font-weight:400;color:#577587;outline:none;transition:border-color .3s ease}.home-search-input:focus{border-color:#d5e2e2}.home-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#577587;pointer-events:none}.home-clear-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#577587;cursor:pointer;transition:opacity .3s ease}.home-clear-icon:hover{opacity:.6}.home-header-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.home-filter-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:8px 14px;border-radius:4px;border:1px solid #d5e2e2;background:transparent;color:#577587;cursor:pointer;font-weight:500;font-size:13px;transition:all .3s;position:relative;font-family:Sora,sans-serif}.home-filter-btn:hover{background:#ecf5f5;border-color:#d5e2e2}.filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#000;color:#6efced;font-size:10px;font-weight:600;margin-left:4px}.home-new-analysis-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:8px 14px;border-radius:4px;border:none;background:#000;color:#6efced;cursor:pointer;font-weight:500;font-size:13px;box-shadow:0 1px 2px #101a4d33;transition:all .3s;font-family:Sora,sans-serif}.home-new-analysis-btn:hover{background:#1a1a1a}.home-chatbot-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:8px 14px;border-radius:4px;border:1px solid #d5e2e2;background:#fff;color:#24414d;cursor:pointer;font-weight:500;font-size:13px;transition:all .3s;font-family:Sora,sans-serif}.home-chatbot-btn:hover{background:#ecf5f5;border-color:#d5e2e2}.home-filter-popover{width:320px;padding:20px;border:1px solid #ecf5f5;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0000001f}.filter-header{margin-bottom:16px}.filter-header h3{font-size:16px;font-weight:600;margin:0;color:#000;font-family:Sora,sans-serif}.filter-section{margin-bottom:16px}.filter-label{display:block;font-size:13px;font-weight:500;color:#577587;margin-bottom:8px;font-family:Sora,sans-serif}.filter-date-range{display:flex;gap:8px}.filter-date-range input{flex:1}.filter-actions{display:flex;justify-content:space-between;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid #ecf5f5}.filter-reset-btn{flex:1;height:36px;padding:8px 12px;border-radius:4px;border:1px solid #d5e2e2;background:transparent;color:#577587;cursor:pointer;font-weight:500;font-size:13px;font-family:Sora,sans-serif;transition:all .3s}.filter-reset-btn:hover{background:#ecf5f5}.filter-apply-btn{flex:1;height:36px;padding:8px 12px;border-radius:4px;border:none;background:#000;color:#6efced;cursor:pointer;font-weight:500;font-size:13px;font-family:Sora,sans-serif;transition:all .3s}.filter-apply-btn:hover{background:#1a1a1a}.no-results-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.no-results-state .empty-icon{width:4rem;height:4rem;color:#577587;margin-bottom:1rem}.no-results-state .empty-title{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:601;color:#364e5d;margin-bottom:.5rem}.no-results-state .empty-message{font-family:Sora,sans-serif;font-size:1rem;color:#577587}.studies-section{padding:30px 0}.section-title{font-family:Sora,sans-serif;font-size:24px;font-weight:601;color:#000;letter-spacing:-.4px;margin:0 0 20px;padding:0 6.5vw;opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s}.studies-container{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-items:center;opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s;padding:0 6.5vw;margin:0 auto}@keyframes fadeIn{to{opacity:1}}@media (min-width: 768px){.studies-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.studies-container{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.studies-list{display:flex;flex-direction:column;gap:1rem}.study-card{background-color:hsl(var(--card));border-radius:.5rem;transition:box-shadow .3s;overflow:hidden;position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid transparent}.study-card-loading{opacity:0}.study-card-loaded{animation:studyCardFadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.study-card:hover{box-shadow:0 514px 144px #57758700,0 329px 132px #57758703,0 185px 111px #5775870d,0 82px 82px #57758717,0 21px 45px #5775871a}.study-card:hover .study-title-text{background-color:#000;background-size:100% 100%;color:#6efced;cursor:pointer;padding:5px 10px}.study-card-content{padding:24px;gap:16px;display:flex;flex-direction:column;height:100%;justify-content:space-between;cursor:pointer}.status-badge{display:flex;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:4px 8px;font-weight:500;color:#577587;border:none;text-transform:capitalize;margin-bottom:.75rem;border-radius:100px}.status-text{font-size:11px;color:#577587}.status-draft{background-color:#ecf5f5;color:#577587}.status-published{background-color:#000;color:#6affef}.status-published .status-text{color:#6affef}.status-published .status-icon{fill:#6affef}.status-finalized{background-color:#43d1a1;color:#fff}.status-finalized .status-text{color:#fff}.study-title{font-size:1.125rem;font-weight:601;margin:0 0 .5rem;line-height:1.6;color:hsl(var(--gray-900));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;transition:color .22s ease}.study-title-text{display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-size:0% 100%;background-position:0 0;transition:color .22s ease,background-color .22s ease,padding .22s ease,background-size .22s ease}.study-title:hover .study-title-text{background-color:#000;background-size:100% 100%;color:#6efced;cursor:pointer;padding:5px 10px}.study-description{font-size:.875rem;color:hsl(var(--gray-600));margin:0 0 1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag-badge{font-size:.75rem;padding:.25rem .5rem;background-color:hsl(var(--blue-50));color:hsl(var(--blue-700));border:1px solid hsl(var(--blue-200));border-radius:.25rem;font-weight:500}.study-info{display:flex;flex-direction:column;gap:8px}.metadata-row{position:relative;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:hsl(var(--gray-500));border-top:1px solid hsl(var(--gray-200));padding-top:16px}.metadata-item{display:flex;align-items:center;gap:.25rem}.metadata-icon{height:.75rem;width:.75rem}.initials-container{width:24px;height:24px;background-color:hsl(var(--gray-100));color:hsl(var(--gray-700));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem}.author-initials{font-weight:600;color:hsl(var(--gray-700))}.action-buttons{position:absolute;display:flex;flex-direction:row;top:1rem;right:1rem;opacity:0;transition:opacity .3s;z-index:10}.study-card:hover .action-buttons{opacity:1}.action-button{width:32px;height:32;height:2rem;padding:0!important;background-color:#ecf5f5;color:#000;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;margin-left:.25rem}.action-menu{display:flex;justify-content:center;align-items:center;width:120px!important;padding:4px!important;border:1px solid #dbe7e7!important;border-radius:4px!important;background:#fff!important;box-shadow:0 8px 20px #00000014;gap:2px!important}.action-item{width:100%;height:32px;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0 8px!important;color:#2e3f49!important;background:transparent!important;border-radius:4px!important;font-size:12px!important;transition:background-color .15s ease;will-change:auto}.action-item:hover,.action-item:focus-visible{background:#f3f7f7!important}.action-item svg,.action-item span{padding-left:0;transition:padding-left .15s ease}.action-item:hover svg,.action-item:hover span,.action-item:focus-visible svg,.action-item:focus-visible span{padding-left:4px}.action-item svg{width:14px;height:14px}.action-item span{font-size:12px!important}.action-item.is-danger{color:#b00020!important}.action-item.is-danger:hover,.action-item.is-danger:focus-visible{background:#fdecec!important}.action-button:hover{background-color:#d5e4e4}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button span{font-size:12px!important}.action-icon{height:1rem;width:1rem;color:hsl(var(--gray-600))}.action-icon.loading{animation:spin 1s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;opacity:0;animation:placeholderFadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:2s}.empty-action{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:hsl(var(--gray-900));color:hsl(var(--background));border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s}.empty-action:hover{background-color:hsl(var(--gray-800))}.loading-container{background-color:#ecf5f5;display:flex;align-items:center;justify-content:center;opacity:.2}@keyframes studyCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-header-inner{gap:10px;flex-wrap:wrap;max-width:100%;justify-content:center;align-items:center}.home-header-left{flex:0 0 100%}.home-title{font-size:18px}.home-search-container{flex:1 1 100%;max-width:100%;order:3}.home-header-actions{flex:0 0 auto;gap:8px}.home-filter-btn,.home-new-analysis-btn{font-size:12px;padding:6px 12px;height:36px}}@media (max-width: 640px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (min-width: 1800px){.studies-container{grid-template-columns:repeat(4,1fr)}}.loginContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;padding:24px;background-color:#ecf5f5}.loginCard{width:100%;max-width:440px;background:#fff;border:1px solid #e3eded;border-radius:12px;padding:48px 40px;box-shadow:0 4px 12px #57758714}.loginHeader{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;gap:16px}.loginTitle{font-family:Sora,sans-serif;font-size:28px;font-weight:601;margin:0;color:#000;letter-spacing:-.5px}.loginSubtitle{font-family:Sora,sans-serif;font-size:14px;font-weight:400;margin:0;color:#577587;text-align:center}.loginForm{display:flex;flex-direction:column;gap:24px;width:100%}.loginFormGroup{display:flex;flex-direction:column;gap:8px}.loginLabel{font-family:Sora,sans-serif;font-size:13px;font-weight:500;color:#2c4753;margin:0}.loginInput{width:100%;height:48px;padding:12px 16px;background:#f9f9f9;border:1px solid #d5e2e2;border-radius:8px;font-family:Sora,sans-serif;font-size:14px;font-weight:400;color:#000;outline:none;transition:all .3s ease}.loginInput::placeholder{color:#577587;opacity:.6}.loginInput:focus{border-color:#0157bd;background:#fff}.loginInput:disabled{opacity:.6;cursor:not-allowed}.loginButton{width:100%;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#000;color:#6efced;border:none;border-radius:8px;font-family:Sora,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.loginButton:hover:not(:disabled){background:#1a1a1a}.loginButton:disabled{opacity:.6;cursor:not-allowed}.loginButtonSpinner{width:16px;height:16px;animation:spin 1s linear infinite}.loginError{padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:8px;font-family:Sora,sans-serif;font-size:13px;font-weight:500;color:#c33;text-align:center}.loginLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:24px}.loginLoadingSpinner{width:32px;height:32px;color:#6efced;animation:spin 1s linear infinite}.loginLoading h2{font-family:Sora,sans-serif;font-size:18px;font-weight:600;margin:0;color:#2c4753}.loginLoading p{font-family:Sora,sans-serif;font-size:14px;font-weight:400;margin:0;color:#577587}@media (max-width: 480px){.loginCard{padding:32px 24px}.loginTitle{font-size:24px}.loginSubtitle{font-size:13px}}.chat-panel{position:fixed;top:var(--chat-top, 92px);right:0;width:440px;height:calc(100vh - var(--chat-top, 92px));z-index:15;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease-in-out,top .22s ease,height .22s ease,max-height .25 ease,opacity .22s ease;will-change:top,height,transform,max-height,opacity}.chat-panel.open{transform:translate(0)}.chat-panel.close{display:none}.chat-panel.chat-panel--hidden{max-height:0;opacity:0;overflow:hidden}@media (max-width: 768px){.chat-panel{width:100vw;border-left:none}}.chat-header{padding:24px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.chat-header-content{display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;flex-direction:column;align-items:flex-start}.chat-header-icon{width:1.5rem;height:1.5rem;color:#000;flex-shrink:0}.chatbloc-title-container{display:flex;flex-direction:row;gap:8px;justify-content:center}.chat-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0;font-family:Sora,sans-serif}.chat-subtitle{font-size:11px;color:#6b7280;margin:0}.chat-close-btn{color:#6b7280;padding:.5rem;border-radius:.5rem}.chat-close-btn:hover{background:#f3f4f6;color:#374151}.chat-messages{flex:1;overflow:hidden;display:flex;flex-direction:column}.chat-messages-content{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-messages-content::-webkit-scrollbar{width:6px}.chat-messages-content::-webkit-scrollbar-track{background:#f1f5f9}.chat-messages-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-message{display:flex;gap:.75rem;align-items:flex-start}.chat-message.user{flex-direction:row-reverse}.chat-message-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-message.user .chat-message-avatar{background:#000;color:#fff}.chat-message.assistant .chat-message-avatar{background:#fff;color:#fff}.chat-message-content{max-width:80%;display:flex;flex-direction:column;gap:.25rem}.chat-message.user .chat-message-content{align-items:flex-end}.chat-message-text{padding:16px;border-radius:8px;font-size:.875rem;line-height:1.6;word-wrap:break-word}.chat-chart-preview{margin-top:12px}.chat-chart-preview .w-full{box-shadow:none}.chat-table-preview{margin-top:12px}.chat-chart-preview,.chat-table-preview{position:relative;z-index:0}.chat-chart-preview{display:flex;flex-direction:column;overflow:hidden}.chat-chart-preview .recharts-wrapper{overflow:hidden}.chat-chart-preview .recharts-legend-wrapper{position:static!important;transform:none!important;margin-top:8px}.chat-chart-preview .recharts-default-legend{display:flex;flex-wrap:wrap;gap:6px 10px}.chat-preview-zoom{top:8px;right:8px;width:28px;height:28px;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;align-self:flex-end;box-shadow:0 6px 14px #0f172a14;cursor:pointer}.chat-preview-zoom:hover{background:#f8fafc}.chat-message-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px;position:relative;z-index:1}.chat-chart-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.chat-chart-canvas{min-width:640px;width:640px}.chat-table-scroll{overflow-x:auto;overflow-y:hidden}.chat-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.8125rem}.chat-table th,.chat-table td{border:1px solid #e5e7eb;padding:8px 10px;text-align:left;vertical-align:top}.chat-table th,.chat-table td.row-header{background:#f8fafc;font-weight:600}.chat-message.user .chat-message-text{background:#000;color:#fff;border-bottom-right-radius:.375rem}.chat-message.assistant .chat-message-text{background:transparent;border:1px solid rgba(87,117,135,.25);color:#364e5d;border-bottom-left-radius:.375rem}.chat-preview-modal{width:min(1000px,92vw);max-height:88vh}.chat-preview-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.chat-preview-modal-title{font-size:1rem;font-weight:600;margin:0;color:#0f172a}.chat-preview-modal-close{border:none;background:transparent;color:#0f172a;cursor:pointer;padding:4px;border-radius:6px}.chat-preview-modal-close:hover{background:#0f172a14}.chat-preview-modal-body{padding:16px 16px 24px;overflow:auto;max-height:calc(88vh - 56px)}.chat-preview-modal-chart{min-width:720px}.chat-preview-modal .recharts-legend-wrapper{margin-top:16px;margin-bottom:12px}.chat-preview-modal .recharts-default-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 18px;padding:4px 0 8px;line-height:1.4}.chat-preview-modal .recharts-legend-item{margin-right:0!important;display:inline-flex;align-items:center}.chat-preview-modal .recharts-legend-item-text{margin-left:6px}.chat-preview-modal .shadow-sm{box-shadow:none}.chat-preview-modal .bg-card{background:transparent}.chat-preview-modal-table-scroll{overflow:auto;max-width:100%}.chat-preview-modal-table{font-size:.875rem}.chat-message-time{font-size:.75rem;color:#9ca3af;padding:0 .25rem}.chat-typing-indicator{padding:1rem;background:#f3f4f6;border-radius:1rem 1rem 1rem .375rem;display:flex;align-items:center;gap:.25rem}.chat-typing-indicator span{width:.5rem;height:.5rem;background:#9ca3af;border-radius:50%;animation:typing-dot 1.5s infinite}.chat-typing-indicator span:nth-child(2){animation-delay:.3s}.chat-typing-indicator span:nth-child(3){animation-delay:.3s}.chat-apply-btn{background-color:#000!important;color:#6efced;border-radius:4px;padding:8px 14px}.chat-apply-btn:hover{background-color:#293438!important}.chat-cancel-btn{background-color:#fff!important;color:#577587;outline:none!important;border-radius:4px;border:1px solid #D5E2E2!important}.chat-cancel-btn:hover{outline:none!important;background-color:#ecf5f5!important;color:#577587}@keyframes typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-.25rem)}}.chat-input-area{padding:1rem;border-top:1px solid #f3f4f6;background:#fff;flex-shrink:0}.chat-input-container{position:relative;border:1px solid rgba(87,117,135,.25);background-color:#f9f9f9!important;border-radius:8px}.chat-input{width:85%;font-family:Sora,sans-serif;padding:16px;min-height:2.75rem;max-height:10rem;height:auto;max-height:150px;resize:none;overflow-y:auto;border-radius:8px;outline:none!important;background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:12px 50%;border:none;color:#0f172a;font-size:12px;line-height:1.6;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease;caret-color:#000}.chat-input::placeholder{color:#577587!important;font-size:13px}.chat-input::-webkit-scrollbar{width:6px}.chat-input::-webkit-scrollbar-track{background:transparent}.chat-input::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-send-btn{position:absolute;right:8px;bottom:8px;display:inline-flex;width:2.25rem;height:2.25rem;border-radius:9999px;background:#000;color:#6efced;border:none;align-items:center;justify-content:center;transition:all .3s ease}.chat-send-btn svg{min-width:16px;max-height:16px}.chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-input-footer{margin-top:.75rem}.chat-disclaimer{font-size:.75rem;color:#577587;text-align:left;margin:0;line-height:1.6}.chat-message{animation:slideInMessage .3s ease}@keyframes slideInMessage{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.chat-close-btn:focus,.chat-send-btn:focus{outline:2px solid #8b5cf6;outline-offset:2px}@media (prefers-contrast: high){.chat-panel{border-left-width:2px;border-left-color:#000}.chat-message.user .chat-message-text{background:#000}.chat-message.assistant .chat-message-text{background:#fff;border:1px solid #000000}}@media (max-width: 768px){.chat-chart-canvas{min-width:560px;width:560px}}@media (prefers-reduced-motion: reduce){.chat-panel,.chat-backdrop,.chat-message,.chat-send-btn{transition:none;animation:none}.chat-typing-indicator span{animation:none;opacity:.7}}.rich-text-editor{width:100%}.card-content{padding-top:0}.editor-toolbar{position:sticky;top:0;z-index:10;background-color:hsl(var(--background));border-bottom:1px solid #ECF5F5;padding:24px 0 0;border-radius:10px 10px 0 0}.toolbar-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.5rem;padding:0 24px}.title-input{width:100%;border:none;outline:none;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:601;color:#2b3a42;background:transparent}.toolbar-hidden{display:none!important}.toolbar-top-hidden{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:0 24px .5rem}.hidden-title-input{display:none}.top-actions{display:flex;align-items:center;gap:.5rem}.square-btn{display:flex;justify-content:center;align-items:center;background-color:#fff;color:#577587;border:1px solid hsl(var(--border));height:2rem;width:2rem;padding:0;border-radius:.5rem}.cancel-btn{display:flex;justify-content:center;align-items:center;font-size:12px;max-height:32px;background-color:#fff;color:#577587;border:1px solid hsl(var(--border));border-radius:.5rem;padding:8px 10px}.save-primary{display:flex;justify-content:center;align-items:center;font-size:12px;max-height:32px;background:#34d399;color:#fff;border-radius:.5rem;padding:8px 10px}.sparkle-btn{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;padding:0;border-radius:.5rem;background:#0b0b0b;color:#6efced}.toolbar-container{display:flex;margin-top:1rem;align-items:center;border-top:1px solid #ECF5F5;padding:0 24px}.toolbar-section{display:flex;flex-wrap:wrap;align-items:center}.toolbar-group{display:flex;align-items:center;gap:.25rem;margin-right:.25rem;border-right:1px solid hsl(var(--border))}.toolbar-group-center{padding-right:.25rem}.toolbar-group-end{display:flex;align-items:center;gap:.25rem;margin-right:.25rem}.toolbar-button{display:flex;justify-content:center;align-items:center;background-color:#fff;color:#577587;height:2rem;width:2rem;padding:0;border:none;border-radius:.5rem}.toolbar-button[data-active=true],.toolbar-button:focus-visible{background-color:#ecf5f5;color:#2b3a42;border-color:#d5e2e2}.toolbar-button:hover{background-color:hsl(var(--accent))}.toolbar-button:focus{background-color:hsl(var(--accent))}.icon{height:.9rem;width:.9rem}.font-controls{display:flex;align-items:center;gap:.5rem;flex-basis:100%}.font-size-select{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#577587;background-color:#fff;gap:4px;padding:0;height:2rem}.color-button{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;height:2rem;padding:0 .25rem;border:none}.headings-group{gap:.25rem}.color-button-text{color:#577587;font-size:.875rem}.color-button-swatch{display:block;height:1px;width:1.25rem;border-radius:.125rem;border:1px solid hsl(var(--border))}.color-panel{background-color:#fff;width:15rem;padding:.75rem}.color-section{margin-bottom:.75rem}.color-section:last-of-type{margin-bottom:0}.color-section-label{font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.color-grid{display:flex;grid-template-columns:repeat(6,minmax(0,1fr));gap:.375rem}.no-highlight-option{grid-column:span 2;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#000!important;font-size:.75rem;color:#6efced!important;transition:all .3s ease;cursor:pointer}.no-highlight-option:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary) / .05)}.color-option{height:2rem;width:2rem;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;outline:1px solid hsl(var(--border));outline-offset:-1px}.color-option:hover{transform:scale(1.1);border-color:hsl(var(--primary));box-shadow:0 2px 8px #00000026;z-index:1}.color-option:focus-visible{transform:scale(1.1);border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2);z-index:1}.color-option:active{transform:scale(.95)}.color-custom{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.color-picker{height:2rem;width:2.5rem;padding:0;border:1px solid hsl(var(--border));border-radius:.375rem}.bg-color-button{display:flex;align-items:center;gap:.5rem;justify-content:center;background-color:#fff;color:#577587;height:2rem;padding:0 .5rem;border:none}.bg-icon-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.bg-icon-tip{position:absolute;right:-1px;bottom:-1px;width:8px;height:6px;border-radius:1px;border:1px solid rgba(0,0,0,.1)}.bg-color-text{font-size:.75rem}.custom-color-picker{padding-top:.5rem;border-top:1px solid hsl(var(--border))}.color-picker-header,.hue-slider-container{margin-bottom:.75rem}.hue-slider{height:16px;border-radius:8px;cursor:pointer;position:relative;overflow:hidden}.hue-slider-track{width:100%;height:100%;background:linear-gradient(to right,#f4bebe,#f4f4be,#bef4be,#bef4f4,#bebef4,#f4bef4,#f4bebe);border-radius:8px}.sl-grid{display:flex;flex-direction:column;gap:2px}.sl-row{display:flex;gap:2px}.sl-color-option{width:16px;height:16px;border:1px solid hsl(var(--border));border-radius:3px;cursor:pointer;transition:all .3s ease}.sl-color-option:hover{transform:scale(1.1);border-color:hsl(var(--primary));box-shadow:0 2px 4px #0000001a}.image-options{width:12rem}.image-options-container{display:flex;flex-direction:column;gap:.5rem}.toolbar-actions{display:flex;align-items:center;gap:.25rem}.selection-info{display:none;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap}.selection-icon{width:.75rem;height:.75rem;flex-shrink:0}.selection-text{white-space:nowrap}.link-dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.link-dialog{background-color:#fff;padding:1.25rem 1.25rem 1rem;border-radius:10px;border:1px solid #D5E2E2;width:15rem;box-sizing:border-box}.link-dialog-title{font-size:1rem;font-weight:600;margin:0!important;color:#2b3a42}.link-input{padding:.5rem .625rem;border:1px solid hsl(var(--border));border-radius:.5rem;margin-top:.25rem;background:#fff;outline:none!important;color:#577587}.link-dialog-actions{display:flex;gap:.5rem;justify-content:flex-end}.editor-content-container{padding:1rem}.file-input{display:none}.editor-content{color:#577587;max-width:none;outline:none;border:none;min-height:300px;font-size:14px;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.title-editor{height:100px!important;min-height:100px!important}.title-editor p{font-size:20px;font-weight:601;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.editor-content div{outline:none}.editor-content em{font-style:italic!important}.editor-content strong{font-weight:700!important}.editor-content u{text-decoration:underline!important}.editor-content s{text-decoration:line-through!important}.editor-content blockquote{margin:.75rem 0;padding-left:1rem;border-left:3px solid hsl(var(--border));color:hsl(var(--foreground));background:hsl(var(--muted) / .2)}.editor-content blockquote p{margin:.25rem 0}.editor-content img{max-width:100%;height:auto;display:block;margin:1rem auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.editor-content img:hover{box-shadow:0 4px 8px #00000026}.editor-content{overflow-x:hidden}.link-field{display:flex;flex-direction:column}.link-label{font-size:.8rem;color:hsl(var(--muted-foreground))}.checkbox-row{display:flex;gap:1rem;align-items:center;margin:.5rem 0 .75rem}.checkbox{display:inline-flex;gap:.5rem;align-items:center;font-size:.875rem;color:hsl(var(--foreground))}.input-error{border-color:#ef4444!important}.error-text{margin-top:.25rem;font-size:.75rem;color:#ef4444}@media (min-width: 640px){.selection-info{display:flex}}.custom-table-container{margin:1rem 0}.custom-table-header{padding-bottom:.75rem}.custom-table-title{display:flex;align-items:center;justify-content:space-between}.custom-table-edit-button{font-size:.875rem;line-height:1.25rem}.custom-table-scroll-container{overflow-x:auto}.custom-table{width:100%;border-collapse:collapse;border:1px solid hsl(220,13%,85%)}.custom-table-header-cell{border:1px solid hsl(220,13%,85%);padding:.75rem;background-color:#f1f2f4;font-weight:500;text-align:left;cursor:pointer}.custom-table-cell{border:1px solid hsl(220,13%,85%);padding:.75rem;cursor:pointer}.custom-table-input{width:100%;padding:.25rem;border:1px solid hsl(220,13%,70%);border-radius:.25rem}.chart-editor-scope .chart-editor-card{width:100%;border:2px solid rgb(191 219 254);background-color:#eff6ff}.chart-editor-scope .chart-editor-header{padding-bottom:.75rem}.chart-editor-scope .chart-editor-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;line-height:1.65rem}.chart-editor-scope .chart-editor-title-icon{height:1.25rem;width:1.25rem;color:#2563eb}.chart-editor-scope .chart-editor-content{display:flex;flex-direction:column;gap:1rem}.chart-editor-scope .chart-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.chart-editor-scope .chart-type-buttons{display:flex;gap:.5rem;margin-top:.25rem}.chart-editor-scope .chart-type-button{cursor:pointer}.chart-editor-scope .chart-title-input{width:100%}.chart-editor-scope .metrics-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.chart-editor-scope .add-metric-button{display:flex;align-items:center;gap:.25rem;cursor:pointer}.chart-editor-scope .metrics-container{display:flex;flex-direction:column;gap:.5rem;max-height:10rem;overflow-y:auto}.chart-editor-scope .metric-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:.375rem;border:1px solid transparent}.chart-editor-scope .metric-input{flex:1}.chart-editor-scope .remove-metric-button{color:#dc2626}.chart-editor-scope .remove-metric-button:hover{color:#b91c1c;cursor:pointer}.chart-editor-scope .data-points-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.chart-editor-scope .add-data-point-button{display:flex;align-items:center;gap:.25rem;cursor:pointer}.chart-editor-scope .data-points-container{display:flex;flex-direction:column;gap:.5rem;max-height:15rem;overflow-y:auto}.chart-editor-scope .data-point-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:.375rem;border:1px solid transparent}.chart-editor-scope .dimension-input{flex:1}.chart-editor-scope .metric-value-input{width:5rem}.chart-editor-scope .remove-data-point-button{color:#dc2626}.chart-editor-scope .remove-data-point-button:hover{color:#b91c1c;cursor:pointer}.chart-editor-scope .editor-actions{display:flex;gap:.5rem;padding-top:.5rem}.chart-editor-scope .close-editor-button{cursor:pointer}.chart-editor-scope .button-icon{height:.75rem;width:.75rem}.chart-container{margin-bottom:1.5rem}.chart-wrapper{position:relative}.chart-wrapper:hover .chart-edit-button-container{opacity:1}.chart-edit-button-container{position:absolute;top:.5rem;right:.5rem;opacity:0;transition:opacity .15s}.chart-edit-button{background-color:#ffffffe6;box-shadow:0 1px 2px #0000000d;cursor:pointer}.chart-edit-button:hover{background-color:#fff}.chart-edit-icon{height:1rem;width:1rem}/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 16.0.1
 * Release date: 10/07/2025 (built at 10/07/2025 10:59:12)
 */.handsontable .table th,.handsontable .table td{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child th,.handsontable .table caption+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table thead:first-child tr:first-child th,.handsontable .table thead:first-child tr:first-child td{border-top:1px solid #CCCCCC}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered th,.handsontable .table-bordered td{border-left:none}.handsontable .table-bordered th:first-child,.handsontable .table-bordered td:first-child{border-left:1px solid #CCCCCC}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{position:relative;width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable table,.handsontable tbody,.handsontable thead,.handsontable td,.handsontable th,.handsontable input,.handsontable textarea,.handsontable div{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:initial}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable th,.handsontable td{border-top-width:0;border-left-width:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline:none;outline-width:0;white-space:pre-wrap}[dir=rtl].handsontable th,[dir=rtl].handsontable td{border-right-width:0;border-left:1px solid #ccc}.handsontable th:last-child{border-left:none;border-right:1px solid #ccc;border-bottom:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-right:none;border-left:1px solid #ccc}.handsontable th:first-child,.handsontable td:first-of-type{border-left:1px solid #ccc}[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable td:first-of-type{border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-right-width:0;border-left:1px solid #ccc}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child th,.handsontable tr:first-child td{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-right-width:0;border-left:1px solid #ccc}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;text-align:center;font-weight:400;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder:nth-child(1),.handsontable .wtBorder:nth-child(3){z-index:2}.handsontable .wtBorder:nth-child(2),.handsontable .wtBorder:nth-child(4){z-index:1}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{font-size:0;cursor:crosshair}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_master,.ht_clone_inline_start,.ht_clone_top,.ht_clone_bottom{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_master table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_clone_inline_start table.htCore>thead{visibility:hidden}.ht_clone_top .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_bottom .wtHolder{overflow:hidden}.handsontable{position:relative;touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;color:#373737}.handsontable a{color:#104acc}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable td.htInvalid{background-color:#ffbeba!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:#fff0}.hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;color:#373737;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.ht-root-wrapper .htFocusCatcher{position:absolute;z-index:-1;opacity:0;border:0;margin:0;padding:0;width:0;height:0}.handsontable .htTextEllipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.handsontable .manualColumnResizer{position:absolute;top:0;cursor:col-resize;z-index:210;width:5px;height:25px}.handsontable .manualRowResizer{position:absolute;left:0;cursor:row-resize;z-index:210;height:5px;width:50px}.handsontable .manualColumnResizer:hover,.handsontable .manualColumnResizer.active,.handsontable .manualRowResizer:hover,.handsontable .manualRowResizer.active{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:absolute;right:unset;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;border-left:none;margin-left:5px;margin-right:unset}[dir=rtl].handsontable .manualColumnResizerGuide{left:unset;border-left:1px dashed #777;border-right:none;margin-right:5px;margin-left:unset}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area:before,.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before{content:"";position:absolute;inset:0;background:#005eff}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #4b89ff}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:0 0 0 2px #5292f7 inset;resize:none;display:block;color:#000;border-radius:0;background-color:#fff;box-sizing:border-box!important}.handsontableInput:focus{outline:none}.handsontableInputHolder{position:absolute;top:0;left:0}.htSelectEditor{position:absolute}.htSelectEditor select{-webkit-appearance:menulist-button!important;width:100%;height:100%;border:2px solid #4b89ff;box-sizing:border-box!important}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{display:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{content:"▶";color:#777;position:absolute;right:5px;font-size:9px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{content:"◀";color:#777;position:absolute;left:5px;font-size:9px}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{border:1px solid #ccc;margin:0}.handsontable.listbox.autocompleteEditor,.handsontable.listbox.dropdownEditor{border-width:0}.handsontable.listbox .ht_master table{border-collapse:separate;background:#fff}.handsontable.listbox.autocompleteEditor .ht_master table,.handsontable.listbox.dropdownEditor .ht_master table{border:1px solid #ccc}.handsontable.listbox th,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th,.handsontable.listbox tr:first-child td,.handsontable.listbox td{border-color:transparent!important}.handsontable.listbox th,.handsontable.listbox td{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-box-shadow:0 0 0 2px #5292f7 inset;-moz-box-shadow:0 0 0 2px #5292f7 inset;box-shadow:0 0 0 2px #5292f7 inset;-webkit-appearance:none}.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea,.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea,[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea{right:-10000px;left:unset}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable .htAutocompleteArrow{float:right;font-size:10px;color:#bbb;cursor:default;width:16px;text-align:center}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td.htInvalid .htAutocompleteArrow{color:#555}.handsontable td.htInvalid .htAutocompleteArrow:hover{color:#1a1a1a}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{font-size:inherit;vertical-align:middle;cursor:pointer;display:inline-block}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);left:unset;right:5px;border:1px solid #A6A6A6;line-height:8px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px rgb(238,238,238);-moz-box-shadow:0 0 0 6px rgb(238,238,238);box-shadow:0 0 0 3px #eee;background:#eee;text-align:center}[dir=rtl].handsontable .collapsibleIndicator{right:unset;left:5px}.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader{margin-right:20px}.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader{margin-left:20px}.handsontable .columnSorting{position:relative}.handsontable[dir=ltr] div.htRight span[class*=ascending],.handsontable[dir=ltr] div.htRight span[class*=descending]{margin-right:10px;margin-left:-10px}.handsontable[dir=rtl] div.htLeft span[class*=ascending],.handsontable[dir=rtl] div.htLeft span[class*=descending]{margin-left:10px;margin-right:-10px}.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child{margin-right:15px;margin-left:-15px}.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child{margin-left:15px;margin-right:-15px}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;left:unset;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}[dir=rtl].handsontable span.colHeader.columnSorting:before{padding-right:8px;padding-left:0;left:-9px;right:unset;background-position-x:left}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;position:relative;padding-right:20px}.handsontable.htGhostTable table thead th{border-bottom-width:0}.handsontable.htGhostTable table tbody tr th,.handsontable.htGhostTable table tbody tr td{border-top-width:0}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{content:"";position:absolute;top:0;right:0;left:unset;border-left:6px solid transparent;border-right:none;border-top:6px solid black}[dir=rtl].handsontable .htCommentCell:after{left:0;right:unset;border-right:6px solid transparent;border-left:none}.htCommentsContainer .htComments{display:none;z-index:1059;position:absolute}.htCommentsContainer .htCommentTextArea{box-shadow:#0000001e 0 1px 3px,#0000003d 0 1px 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;border-left:3px solid #ccc;border-right:none;background-color:#fff;width:215px;height:90px;font-size:12px;padding:5px;outline:0!important;-webkit-appearance:none}[dir=rtl].htCommentsContainer .htCommentTextArea{border-right:3px solid #ccc;border-left:none}.htCommentsContainer .htCommentTextArea:focus{box-shadow:#0000001e 0 1px 3px,#0000003d 0 1px 2px,inset 0 0 0 1px #5292f7;border-left:3px solid #5292f7;border-right:none}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-right:3px solid #5292f7;border-left:none}/*!
 * Handsontable ContextMenu
 */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_bottom,.htContextMenu .ht_clone_inline_start,.htContextMenu .ht_clone_top_inline_start_corner,.htContextMenu .ht_clone_bottom_inline_start_corner{display:none}.htContextMenu .ht_master table.htCore{border-color:#ccc;border-style:solid;border-top-width:1px;border-bottom-width:2px;border-left-width:1px;border-right-width:2px}[dir=rtl].htContextMenu .ht_master table.htCore{border-right-width:1px;border-left-width:2px}.htContextMenu.handsontable:focus{outline:none}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:#fff;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htContextMenu table tbody tr td:first-child{border-top-width:0;border-bottom-width:0;border-left-width:0;border-right-width:0}[dir=rtl].htContextMenu table tbody tr td:first-child{border-right-width:0;border-left-width:0}.htContextMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htContextMenu table tbody tr td.current{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0;cursor:default}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}[dir=rtl].htContextMenu table tbody tr td .htItemWrapper{margin-right:10px;margin-left:6px}.htContextMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px;right:0}[dir=rtl].htContextMenu table tbody tr td div span.selected{right:4px;left:0}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea.HandsontableCopyPaste{position:fixed!important;top:0!important;right:100%!important;overflow:hidden;opacity:0;outline:0 none!important}/*!
 * Handsontable DropdownMenu
 */.handsontable .changeType{background:#eee;border-radius:2px;border:1px solid #bbb;color:#bbb;font-size:9px;line-height:9px;padding:2px;margin:3px 1px 0 5px;float:right}[dir=rtl].handsontable .changeType{float:left}.handsontable[dir=rtl] .changeType{margin:3px 5px 0 1px}.handsontable .changeType:before{content:"▼ "}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_bottom,.htDropdownMenu .ht_clone_inline_start,.htDropdownMenu .ht_clone_top_inline_start_corner,.htDropdownMenu .ht_clone_bottom_inline_start_corner{display:none}.htDropdownMenu table.htCore{border-color:#ccc;border-style:solid;border-top-width:1px;border-bottom-width:2px;border-left-width:1px;border-right-width:2px}[dir=rtl].htDropdownMenu table.htCore{border-right-width:1px;border-left-width:2px}.htDropdownMenu.handsontable:focus{outline:none}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:#fff;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htDropdownMenu table tbody tr td:first-child{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0}[dir=rtl].htDropdownMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htDropdownMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htDropdownMenu table tbody tr td.current{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0;cursor:default}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper{margin-right:10px;margin-left:10px}.htDropdownMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px;right:0}[dir=rtl].htDropdownMenu table tbody tr td div span.selected{right:4px;left:0}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}/*!
 * Handsontable Filters
 */.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_bottom,.htFiltersConditionsMenu .ht_clone_inline_start,.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner{display:none}.htFiltersConditionsMenu table.htCore{border:1px solid #bbb;border-bottom-width:2px;border-right-width:2px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:#fff;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htFiltersConditionsMenu table tbody tr td:first-child{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0}[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htFiltersConditionsMenu table tbody tr td.current{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htFiltersConditionsMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:.75em}.handsontable .htFiltersMenuActionBar{text-align:center;padding-top:10px;padding-bottom:3px}.handsontable .htFiltersMenuCondition.border{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{font-family:inherit;font-size:.75em;padding:4px;box-sizing:border-box;width:100%}.htUIMultipleSelect .ht_master .wtHolder{overflow:auto}.handsontable .htFiltersActive .changeType{border:1px solid #509272;color:#18804e;background-color:#d2e0d9}.handsontable .htUISelectAll{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUISelectAll{margin-right:0;margin-left:10px}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:.75em}.handsontable .htUISelectionControls{text-align:right}[dir=rtl].handsontable .htUISelectionControls{text-align:left}.handsontable .htCheckboxRendererInput{display:inline-block;margin:0 5px 0 0;vertical-align:middle;height:1em}[dir=rtl].handsontable .htCheckboxRendererInput{margin-left:5px;margin-right:0}.handsontable .htUIInput{padding:3px 0 7px;position:relative;text-align:center}.handsontable .htUIInput input{border-radius:2px;border:1px solid #d2d1d1}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:700;height:19px;min-width:64px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUIInput.htUIButtonOK{margin-right:0;margin-left:10px}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:focus-visible{background-color:#92dd8d;border-color:#7cb878;color:#000}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;position:relative}.handsontable .htUISelectCaption{background-color:#e8e8e8;border-radius:2px;border:1px solid #d2d1d1;font-family:inherit;font-size:.75em;font-weight:700;padding:3px 20px 3px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:"▲";font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:"▼";font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border-radius:2px;border:1px solid #d2d1d1;padding:3px}.handsontable .htUIRadio{display:inline-block;margin-left:0;margin-right:5px;height:100%}[dir=rtl].handsontable .htUIRadio{margin-right:0;margin-left:5px}.handsontable .htUIRadio:last-child{margin-right:0}.handsontable .htUIRadio>input[type=radio]{margin-left:0;margin-right:.5ex}[dir=rtl].handsontable .htUIRadio>input[type=radio]{margin-right:0;margin-left:.5ex}.handsontable .htUIRadio label{vertical-align:middle}.handsontable .htFiltersMenuOperators{padding-bottom:5px}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn:after,.handsontable th.afterHiddenColumn:before{color:#bbb;position:absolute;top:50%;font-size:5pt;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft{margin-left:10px}.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight,.handsontable[dir=rtl] th.afterHiddenColumn div.htRight{margin-right:10px}.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft{margin-left:10px}.handsontable th.beforeHiddenColumn:after{right:1px;content:"◀"}[dir=rtl].handsontable th.beforeHiddenColumn:after{right:initial;left:1px;content:"▶"}.handsontable th.afterHiddenColumn:before{left:1px;content:"▶"}[dir=rtl].handsontable th.afterHiddenColumn:before{right:1px;left:initial;content:"◀"}/*!
 * Handsontable HiddenRows
 */.handsontable th.beforeHiddenRow:before,.handsontable th.afterHiddenRow:after{color:#bbb;font-size:6pt;line-height:6pt;position:absolute;left:2px}.handsontable th.beforeHiddenRow,.handsontable th.afterHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before{content:"▲";bottom:2px}.handsontable th.afterHiddenRow:after{content:"▼";top:2px}.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #CCC}.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2),.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type{border-left:0 none}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--guideline,.handsontable .ht__manualColumnMove--backlight{position:absolute;height:100%;display:none}.handsontable .ht__manualColumnMove--guideline{background:#757575;width:2px;top:0;margin-inline-start:-1px;margin-inline-end:0;z-index:205}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:#34343440;display:none;z-index:205;pointer-events:none}.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable.on-moving--columns .ht__manualColumnMove--backlight{display:block}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--guideline,.handsontable .ht__manualRowMove--backlight{position:absolute;width:100%;display:none}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:205}.handsontable .ht__manualRowMove--backlight{background:#343434;background:#34343440;display:none;z-index:205;pointer-events:none}.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable.on-moving--rows .ht__manualRowMove--backlight{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}.handsontable[dir=ltr] div.htRight span[class*=sort-]{margin-right:15px;margin-left:-15px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]{margin-left:15px;margin-right:-15px}.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child{margin-right:20px;margin-left:-20px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child{margin-left:20px;margin-right:-20px}.handsontable span.colHeader.columnSorting:after{top:50%;margin-top:-2px;position:absolute;right:-15px;left:unset;padding-left:5px;padding-right:unset;font-size:8px;height:8px;line-height:1.1}[dir=rtl].handsontable span.colHeader.columnSorting:after{left:-15px;right:unset;padding-right:5px;padding-left:unset}.handsontable span.colHeader.columnSorting[class^=sort-]:after,.handsontable span.colHeader.columnSorting[class*=" sort-"]:after{content:"+"}.handsontable span.colHeader.columnSorting.sort-1:after{content:"1"}.handsontable span.colHeader.columnSorting.sort-2:after{content:"2"}.handsontable span.colHeader.columnSorting.sort-3:after{content:"3"}.handsontable span.colHeader.columnSorting.sort-4:after{content:"4"}.handsontable span.colHeader.columnSorting.sort-5:after{content:"5"}.handsontable span.colHeader.columnSorting.sort-6:after{content:"6"}.handsontable span.colHeader.columnSorting.sort-7:after{content:"7"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:5px}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}thead th.hiddenHeaderText .colHeader{opacity:0}.handsontable th.ht_nestingLevels{text-align:left;padding-left:7px}[dir=rtl].handsontable th.ht_nestingLevels{text-align:right;padding-right:7px}.handsontable th div.ht_nestingLevels{display:inline-block;position:absolute;left:11px;right:unset}[dir=rtl].handsontable th div.ht_nestingLevels{right:11px;left:unset}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{right:10px;left:unset}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:10px;right:unset}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;width:10px;height:1px;float:left}[dir=rtl].handsontable th span.ht_nestingLevel_empty{float:right}.handsontable th span.ht_nestingLevel:after{content:"┐";font-size:9px;display:inline-block;position:relative;bottom:3px}.handsontable th div.ht_nestingButton{display:inline-block;position:absolute;right:-2px;left:unset;cursor:pointer}[dir=rtl].handsontable th div.ht_nestingButton{left:-2px;right:unset}.handsontable th div.ht_nestingButton.ht_nestingExpand:after{content:"+"}.handsontable th div.ht_nestingButton.ht_nestingCollapse:after{content:"-"}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{right:0;left:unset}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:0;right:unset}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.pika-single:before,.pika-single:after{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px #00000080}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;opacity:0}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev,.is-rtl .pika-next{float:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)}.pika-next,.is-rtl .pika-prev{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:700;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:center;background:#f5f5f5;height:initial}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:700}.is-selected .pika-button,.has-event .pika-button{color:#fff;font-weight:700;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{color:#fff;background:#6cb31d;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#3af;box-shadow:none;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{pointer-events:none;cursor:default}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:none;cursor:help}.chart-data-editor{width:100%;max-width:none}.chart-data-editor-header{padding:1rem;border-bottom:1px solid transparent}.chart-data-editor-title{display:flex;justify-content:space-between;align-items:center;gap:1rem}.chart-data-editor-title-left{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600}.chart-data-editor-title-right{display:flex;align-items:center;gap:.5rem}.chart-data-editor-save-button{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem}.chart-data-editor-save-button:hover{background:#059669}.chart-data-editor-cancel-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem}.chart-data-editor-content{padding:0}.chart-config-section{padding:1rem;background:#f9fafb;border-bottom:1px solid transparent}.chart-config-row{display:flex;gap:2rem;align-items:end}.chart-config-field{display:flex;flex-direction:row;gap:.5rem}.chart-config-label{font-size:.875rem;font-weight:500;color:#374151}.chart-title-input{min-width:250px}.chart-type-select{min-width:180px}.chart-instructions{padding:1rem;background:#eff6ff;border-bottom:1px solid transparent}.chart-instructions-text{margin:0;font-size:.875rem;color:#1f2937}.chart-table-container{padding:1rem;overflow:auto}.chart-hot-table{z-index:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chart-header-cell{background-color:#f3f4f6!important;font-weight:700!important;text-align:center!important;border-bottom:2px solid #d1d5db!important}.chart-category-cell{background-color:#f9fafb!important;font-weight:500!important;border-right:1px solid transparent!important}.chart-help{padding:1rem;background:#f9fafb;border-top:1px solid transparent}.chart-help-list{margin:0;padding-left:1rem;font-size:.875rem;color:#6b7280}.chart-help-list li{margin-bottom:.25rem}.chart-hot-table .ht_master .wtHolder{background:#fff}.chart-hot-table .handsontable td{border-color:#e5e7eb}.toolbar-group{padding-right:16px}.chart-toolbar-group{display:flex;align-items:center;gap:.25rem;margin-right:.5rem;border-right:1px solid hsl(var(--border));padding-right:.5rem}.chart-type-select{display:flex;justify-content:center;align-items:center;gap:8px;max-height:36px;color:#5c7280;border:1px solid #d1d5db;outline:none!important}.chart-type-item{display:flex;align-items:center;gap:8px}.chart-hot-table .handsontable th{background:#f3f4f6;border-color:#d1d5db;font-weight:600}.chart-hot-table .handsontable .currentRow,.chart-hot-table .handsontable .currentCol{background:#dbeafe}.chart-hot-table .handsontable .area{background:#3b82f61a}@media (max-width: 768px){.chart-config-row{flex-direction:column;gap:1rem}.chart-title-input,.chart-type-select{min-width:100%}.chart-data-editor-title{flex-direction:column;align-items:stretch}.chart-data-editor-title-right{justify-content:stretch}}.table-data-editor{width:100%;max-width:none}.table-data-editor .table-data-editor-content{padding:0}.table-hot-container{padding:1rem}.table-hot{z-index:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chart-toolbar-group{display:flex;align-items:center;gap:.25rem}.chart-toolbar-button{background-color:#fff;color:#577587;height:2rem;padding:0 .5rem}.table-color-panel{background:#fff;padding:.5rem;position:relative;z-index:1000}.table-color-grid{display:grid;grid-template-columns:repeat(8,1.5rem);gap:.25rem}.table-color-swatch{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid #d1d5db}.editor-container{display:flex;justify-content:center;width:100%;height:100vh;overflow:hidden;margin-top:-50px}.editor-container.chat-open{margin-top:-65px}.editor-container .editor-main{flex:1;transition:margin-right .3s ease-in-out;overflow-y:auto;padding-bottom:240px;scrollbar-width:none;-ms-overflow-style:none}.editor-container .editor-main::-webkit-scrollbar{display:none}.editor-container.chat-open .editor-main{margin-right:440px}@media (max-width: 768px){.editor-container.chat-open .editor-main{margin-right:100vw}}.editor-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.editor-grid.with-chat{grid-template-columns:repeat(4,1fr)}}.editor-main.no-chat{grid-column:span 1}@media (min-width: 1024px){.editor-main.with-chat{grid-column:span 3}}.block-separator{position:relative;height:50px;margin:.1rem 0;display:flex;align-items:center;justify-content:center;transition:padding .18s ease,background-color .18s ease;padding:0}.block-separator:hover,.block-separator:focus-within{padding:2rem 0}.block-separator:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);border-top:1px dashed transparent;opacity:0;transition:opacity .18s ease,border-color .18s ease;pointer-events:none}.block-separator:hover:before,.block-separator:focus-within:before{border-color:#cbd5e1;opacity:1}.add-block-button{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#c7d6dd;border:1px solid #b4c6cf;opacity:0;padding:5px 10px;color:#000;margin:0 8px;transform:scale(.96);pointer-events:none;outline:none!important;transition:opacity .18s ease,transform .18s ease;z-index:1}.add-block-button:hover{background-color:#b4c6cf}.block-separator:hover .add-block-button,.block-separator:focus-within .add-block-button{opacity:1;transform:scale(1);pointer-events:auto}.add-block-menu{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:24px;background-color:#ecf5f5;border-radius:10px;padding:6px 8px;z-index:10}.add-block-menu .add-block-menu-item{justify-content:center;appearance:none;background:#000;color:#fff;border-radius:50%;padding:8px 12px;font-size:14px;height:36px;width:36px;line-height:1;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.add-block-menu .add-block-menu-item:hover{opacity:.5}.block-section{position:relative;border-radius:10px;border:1px solid transparent;background-color:#fff;overflow:visible}.block-section:has(.block-content:empty){display:none}.block-section:has(.block-content:empty)+.block-separator{display:none}.block-section.is-editing,.block-section.is-editing:hover,.block-section:hover{border:1px solid #0157bd}.block-body{padding:24px;border-top:1px solid #eef2f3;border-bottom:1px solid #eef2f3}.edit-button{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;padding:0;background-color:#fff;border-radius:.375rem;color:#577587;border:1px solid #d5e2e2}.edit-button:hover{background-color:#f8fafc;border-color:#bfd1d6}.delete-button{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;padding:0;background-color:#fff;border-radius:.375rem;color:#b91c1c;border:1px solid #fecaca}.icon-16{height:1rem;width:1rem}.block-content-chart{height:fit-content}.block-prose{max-width:none}.block-title{font-size:1.875rem;font-weight:601;color:#1f2937;margin:0}.block-subtitle{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.block-paragraph{font-size:1.125rem;line-height:22px;color:#486475;margin:0;font-family:Sora}.block-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #f3f4f6}.footer-actions{display:flex;gap:.5rem}.source-button{display:flex;justify-content:center;align-items:center;gap:8px;background-color:#ecf5f5;border:1px solid #577587;color:#577587}.footer-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.editor-chat{grid-column:span 1}.chat-sticky{position:sticky;top:1rem}.document-editor-notfound{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:32px;padding:32px;box-sizing:border-box;background:#000;border:1px solid #e3eded;border-radius:12px;box-shadow:0 4px 14px #131f260f;width:100%;max-width:500px;margin:0 auto}.document-editor-notfound-title{font-size:24px;font-weight:601;color:#6efced;width:100%;font-family:Sora,sans-serif;text-align:center}.document-editor-notfound-desc{max-width:800px;color:#fff;font-size:11px;line-height:1.6;text-align:center;font-family:Sora,sans-serif}.document-editor-support{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:32px;padding:32px;box-sizing:border-box;background:#000;border:1px solid #e3eded;border-radius:12px;box-shadow:0 4px 14px #131f260f;width:100%;margin:0 auto}.document-editor-title-container{display:flex;flex-direction:column;width:100%;align-items:center;gap:16px}.document-editor-support-title{font-size:24px;font-weight:601;color:#6efced;width:100%;font-family:Sora,sans-serif;text-align:left}.document-editor-support-desc{max-width:800px;color:#fff;font-size:11px;line-height:1.6;text-align:left;font-family:Sora,sans-serif}.document-editor-support-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;width:400px;gap:16px}.document-editor-support-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;max-width:fit-content;padding:0 14px;background:#6efced;color:#000;border:0;font-weight:601;font-family:Sora,sans-serif;border-radius:8px;cursor:pointer}.document-editor-support-btn:hover{background-color:#aafbf2}.tiptap p{margin-bottom:1.5em!important}.study-block{display:flex;flex-direction:column}.block-title{font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:20px}.block-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px}.block-paragraph{line-height:22px;font-size:14px;text-align:justify;white-space:pre-line}.block-html-content{font-size:16px;line-height:1.6;text-align:justify;color:#486475;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.edit-button-container{display:flex;align-items:center;gap:8px;top:19px;right:.75rem;opacity:0;transform:translate(12px);transition:opacity .2s ease,transform .24s ease;will-change:opacity,transform;z-index:10;pointer-events:none}.block-section:hover .edit-button-container,.block-section:focus-within .edit-button-container{opacity:1;transform:translate(0);pointer-events:auto}.block-html-content h1,.block-html-content h2,.block-html-content h3{margin:1em 0 .5em;font-weight:700}.block-html-content p{font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:.5em 0}.block-html-content ul,.block-html-content ol{margin:.5em 0;padding-left:2em}.block-html-content li{margin:.25em 0}.block-html-content strong{font-weight:700}.block-html-content em{font-style:italic}.block-html-content u{text-decoration:underline}.block-html-content img{max-width:100%;height:auto;display:block;margin:1rem auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.block-html-content img:hover{box-shadow:0 4px 8px #00000026}.block-html-content{overflow-x:hidden}.chart-container{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid transparent}.block-menu-root{position:relative}.block-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#ecf5f5;color:#577587;border-radius:4px;box-shadow:0 1px 2px #101a4d33;padding:6px;z-index:20}.block-menu-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:none;border-radius:4px;color:inherit;padding:8px 10px;cursor:pointer;font-size:14px;transition:background-color .16s ease}.block-menu-item:hover{background:#0000000a}.block-menu-item>span:first-child{transition:transform .16s ease}.block-menu-item:hover>span:first-child,.block-menu-item:focus-visible>span:first-child{transform:translate(4px)}@media (prefers-reduced-motion: reduce){.block-menu-item>span:first-child{transition:none}}.menu-icon{width:16px;height:16px}.chart-loading-overlay,.table-loading-overlay{position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:8px}.chart-skeleton{display:flex;flex-direction:column;align-items:center;gap:12px}.chart-skeleton-bars{display:flex;align-items:flex-end;gap:18px;height:160px}.chart-skel-bar{width:48px;background:#ecf5f5;border-radius:4px;animation:chartPulse 1.4s ease-in-out infinite}.chart-skel-bar.bar1{height:48px}.chart-skel-bar.bar2{height:96px;animation-delay:.15s}.chart-skel-bar.bar3{height:144px;animation-delay:.3s}.chart-skel-base{width:260px;height:16px;background:#ecf5f5;border-radius:9999px;animation:chartPulse 1.4s ease-in-out infinite;animation-delay:.3s}@keyframes chartPulse{0%,to{opacity:.85}50%{opacity:1}}.table-skeleton{display:flex;flex-direction:column;gap:12px;width:92%;max-width:780px;padding-top:100px}.table-skel-header{height:18px;width:30%;background:#ecf5f5;border-radius:9999px;animation:chartPulse 1.4s ease-in-out infinite}.table-skel-grid{border:1px dashed #e5eff2;border-radius:8px;padding:12px;background:#fff}.table-skel-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;margin-bottom:10px}.table-skel-cell{height:18px;background:#ecf5f5;border-radius:6px;animation:chartPulse 1.4s ease-in-out infinite}.table-skel-row.header .table-skel-cell{height:20px}.chart-placeholder{display:flex;align-items:center;justify-content:center;height:300px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;font-style:italic}.table-container{margin:1rem 0}.table-scroll{overflow-x:auto}.study-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid transparent;border-radius:8px;background:#fff;font-size:14px}.study-table thead th{position:sticky;top:0;background:#f3f4f6;color:#111827;font-weight:600;text-align:left;padding:.5rem .75rem;border-bottom:1px solid transparent}.study-table td{padding:.5rem .75rem;color:#1f2937;border-top:1px solid #f1f5f9;background:#fff}.study-table td.row-header{background:#f3f4f6;font-weight:600}.study-table tbody tr:hover td{background:#f0f9ff}.study-table-header{background:#f3f4f6;color:#111827;font-weight:600}.study-table-cell{color:#1f2937}.table-placeholder{display:flex;align-items:center;justify-content:center;height:300px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;font-style:italic}.block-sources{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin:24px}.source-chip{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:fit-content;border:1px solid #d7eaea;background:#ecf5f5;color:#24414d;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:400;line-height:1.6;cursor:pointer;position:relative;transition:background-color .3s ease,border-color .3s ease}.source-chip-icon{width:16px;height:16px;flex-shrink:0}.source-chip-text{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-chip:hover{background:#e3f0f0;border-color:#c0d9d9}.tooltip-content{background:#0b0b0b;color:#fff;font-size:12px;line-height:1.2;padding:6px 8px;border-radius:6px;box-shadow:0 6px 16px #0003}.tooltip-arrow{fill:#0b0b0b}.source-chip[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);background:#0b0b0b;color:#f1f5f9;font-size:12px;line-height:1.2;padding:6px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:20}.source-chip[data-tooltip]:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-50%);border-width:6px 6px 0 6px;border-style:solid;border-color:#0b0b0b transparent transparent transparent;opacity:0;transition:opacity .12s ease;z-index:20}.source-chip:hover:after,.source-chip:hover:before{opacity:1}.xerfi-graphique{padding:10px 15px;cursor:auto}.document-container .xerfi-graphique,.study-viewer .xerfi-graphique{padding:0}.result-card .xerfi-graphique{margin-top:-20px;padding:0}.xerfi-chart-title{color:#353541;font-size:18px;font-weight:500;display:block;margin-bottom:10px;margin-top:0;text-align:left}.xerfi-chart-icon{font-size:18px;color:#45a0ad;margin-right:5px}.xerfi-chart-unit{font-weight:300;color:#666;font-size:14px;margin-bottom:5px;display:block;text-align:left}.xerfi-chart-source{font-weight:300;color:#353541;text-align:left;font-size:16px;margin-top:10px;display:block}.xerfi-chart-source p{font-size:14px;margin:5px 0 0;display:block}.xerfi-chart-source>span{position:relative;cursor:pointer}.xerfi-chart-source>span:hover{text-decoration:underline;text-decoration-thickness:from-font}.xerfi-chart-source br{display:block}.xerfi-chart-source .arrow-up,.xerfi-chart-source span span{width:6px;height:6px;display:inline-block;position:relative;top:-5px;left:0;margin-right:15px}.xerfi-chart-source .arrow-up:before,.xerfi-chart-source span span:before{content:"";position:absolute;top:0;left:0;border-style:solid;border-color:#353541;border-width:1px 1px 0 0;width:100%;height:100%;transform:rotate(135deg)}.xerfi-chart-source .arrow-up:before{transform:rotate(0);top:4px;left:-4px}.xerfi-graphique .chartdiv{width:100%;height:250px}@media (min-width: 960px){.xerfi-graphique{cursor:pointer}}.xerfi-tableau{padding:10px 15px;margin-bottom:30px;cursor:auto}.document-container .xerfi-tableau,.study-viewer .xerfi-tableau{padding:0;margin-bottom:0}.xerfi-table-icon{font-size:18px;color:#45a0ad;margin-right:5px}.xerfi-table-unit{font-weight:300;color:#666;font-size:14px;margin-bottom:5px;display:block;text-align:left}.xerfi-data-table{width:100%;table-layout:fixed;border-collapse:collapse}.xerfi-data-table tr td{font-weight:300;padding:5px 15px;font-size:16px;position:relative;text-align:justify;border:1px solid #ffffff}.xerfi-data-table tr td[color="#000000"]{color:red}.xerfi-data-table tr td b{font-family:inherit;font-weight:600}.xerfi-data-table tr td br{display:block}.xerfi-data-table tr td.fleche{padding:0}.xerfi-data-table .cercle span{display:inline-block;border-radius:50%}.xerfi-data-table .fleche .svg,.xerfi-data-table .fleche svg{position:relative;top:3px}@media (min-width: 960px){.xerfi-tableau{cursor:pointer}}.xerfi-texte{color:#353541;font-weight:300;font-size:16px;line-height:24px;text-align:justify;display:block}.xerfi-texte>*{padding:15px}.xerfi-texte a{color:#353541;text-decoration:underline}.xerfi-texte>br{display:none}.xerfi-texte methodo_texte{font-size:16px;display:inline-block;cursor:auto}.xerfi-texte aretenir_texte,.xerfi-texte synthese_texte,.xerfi-texte normal_texte,.xerfi-texte mono_texte,.xerfi-texte encadre_texte,.xerfi-texte aretenir_retrait{display:block}.xerfi-texte aretenir_titre,.xerfi-texte synthese_titre,.xerfi-texte normal_titre,.xerfi-texte mono_titre,.xerfi-texte encadre_titre{font-size:16px;color:var(--color, #45a0ad);font-weight:500;display:block;padding-bottom:0}.xerfi-texte aretenir_titre *,.xerfi-texte synthese_titre *,.xerfi-texte normal_titre *,.xerfi-texte mono_titre *,.xerfi-texte encadre_titre *{font-size:16px;color:var(--color, #45a0ad);font-weight:500}.xerfi-texte aretenir_bullet,.xerfi-texte synthese_bullet,.xerfi-texte normal_bullet,.xerfi-texte mono_bullet,.xerfi-texte encadre_bullet{position:relative;padding-left:35px;padding-bottom:5px;display:block}.xerfi-texte aretenir_bullet:before,.xerfi-texte synthese_bullet:before,.xerfi-texte normal_bullet:before,.xerfi-texte mono_bullet:before,.xerfi-texte encadre_bullet:before{content:"•";color:#353541;font-size:24px;line-height:10px;position:absolute;left:15px;top:18px}.xerfi-texte normal_retrait{margin-left:40px;display:inline-block}.xerfi-texte exposant{position:relative;font-size:10px;top:-9px}.xerfi-texte indice{position:relative;font-size:10px;top:2px}.xerfi-texte b,.xerfi-texte b>i{font-weight:600}.xerfi-texte i{font-style:italic;cursor:auto}@media (min-width: 960px){.xerfi-texte,.xerfi-texte>*{cursor:pointer}}.xerfi-matrice{margin-top:-10px;padding:10px 15px;margin-bottom:30px;cursor:auto}.document-container .xerfi-matrice,.study-viewer .xerfi-matrice{margin-top:0;padding:0;margin-bottom:0}.xerfi-matrice-title{color:#353541;font-size:18px;font-weight:500;display:block;margin-bottom:10px;margin-top:0;text-align:left}.xerfi-matrice-icon{font-size:18px;color:#45a0ad;margin-right:5px}.xerfi-matrice-unit{font-weight:300;color:#666;font-size:14px;margin-bottom:5px;display:block;text-align:left}.xerfi-matrice-img{width:100%;display:block;margin:10px 0}.xerfi-matrice-source{font-weight:300;color:#353541;text-align:left;font-size:16px;margin-top:10px;display:block}.xerfi-matrice-source p{font-size:14px;margin:5px 0 0;display:block}.xerfi-matrice-source>span{position:relative;cursor:pointer}.xerfi-matrice-source>span:hover{text-decoration:underline;text-decoration-thickness:from-font}.xerfi-matrice-source br{display:block}.xerfi-matrice-source .arrow-up,.xerfi-matrice-source span span{width:6px;height:6px;display:inline-block;position:relative;top:-5px;left:0;margin-right:15px}.xerfi-matrice-source .arrow-up:before,.xerfi-matrice-source span span:before{content:"";position:absolute;top:0;left:0;border-style:solid;border-color:#353541;border-width:1px 1px 0 0;width:100%;height:100%;transform:rotate(135deg)}.xerfi-matrice-source .arrow-up:before{transform:rotate(0);top:4px;left:-4px}@media (min-width: 960px){.xerfi-matrice-title,.xerfi-matrice{cursor:pointer}}:root{--color: #45a0ad;--padding-bottom: 0px;--border-bottom: 1px solid #45a0ad;--margin-titre: 0 15px 20px 15px}.xerfi-data-viewer{max-width:860px;margin:0 auto;font-family:din-2014,sans-serif;font-style:normal;overflow:scroll}.xerfi-data-viewer *{text-align:justify}.xerfi-data-viewer b,.xerfi-data-viewer b>i{font-weight:600}.xerfi-data-viewer i{font-style:italic;cursor:auto}.xerfi-data-block{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px}.document-container .xerfi-data-block,.study-viewer .xerfi-data-block{margin:0;padding:0;background:transparent;border-radius:0}.xerfi-data-block__header{margin-bottom:.75rem}.xerfi-data-block__title{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0}.document-container .xerfi-data-block__title,.study-viewer .xerfi-data-block__title{font-size:20px;line-height:1.6;font-weight:600;padding:5px 0;color:#45a0ad;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.xerfi-data-block__content{min-height:200px}.xerfi-data-block__loading,.xerfi-data-block__error,.xerfi-data-block__empty{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:200px;color:#6b7280;font-size:.875rem}.xerfi-data-block__spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.xerfi-data-block__error{color:#dc2626}.xerfi-data-block--loading .xerfi-data-block__content,.xerfi-data-block--error .xerfi-data-block__content,.xerfi-data-block--empty .xerfi-data-block__content{display:none}.xerfi-data-block__sources{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}@media print{.xerfi-data-block--loading,.xerfi-data-block--error,.xerfi-data-block--empty{display:none!important}.xerfi-data-block__spinner{animation:none!important;display:none!important}.xerfi-data-block{page-break-inside:auto!important;break-inside:auto!important;page-break-before:auto!important;z-index:9999!important;position:relative!important;max-width:100%!important;overflow:visible!important}.xerfi-data-block__content{display:block!important;z-index:9999!important;position:relative!important;visibility:visible!important;opacity:1!important;overflow:visible!important}.xerfi-data-viewer{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;max-width:100%!important}.xerfi-graphique,.xerfi-matrice,.xerfi-tableau{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important}.xerfi-graphique canvas,.xerfi-data-viewer canvas,canvas.am5-layer-0,canvas.am5-layer-30,canvas{display:block!important;visibility:visible!important;opacity:1!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.am5-html-container,.am5-focus-container,.am5-tooltip-container,.am5-reader-container{visibility:visible!important;opacity:1!important}.xerfi-graphique>div,.xerfi-graphique>div>div,.xerfi-graphique>div>div>div,.xerfi-graphique>div>div>div>div,.xerfi-graphique div[style*=position]{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;width:auto!important;height:auto!important;min-height:264px!important}.xerfi-graphique div[aria-hidden=true],.xerfi-graphique div[style*="position: absolute"],.xerfi-graphique div[style*="position: relative"]{visibility:visible!important;opacity:1!important}.xerfi-matrice img,.xerfi-matrice-img,.xerfi-data-viewer img{display:block!important;visibility:visible!important;opacity:1!important;max-width:95%!important;max-height:240mm!important;width:95%!important;height:auto!important;object-fit:contain!important;page-break-inside:avoid!important;break-inside:avoid!important;margin:10px auto!important}.xerfi-matrice{page-break-inside:avoid!important;break-inside:avoid!important;page-break-before:auto!important;max-width:100%!important;width:100%!important;overflow:visible!important;display:block!important;text-align:center!important}.xerfi-data-block__content>*,.xerfi-data-viewer>*,.xerfi-graphique>*,.xerfi-matrice>*,.xerfi-tableau>*{visibility:visible!important;opacity:1!important}}.document-container{width:100%;max-width:860px;margin:0 auto;padding:0 14px}.document-print-logo-fixed{display:none!important}.document-header{margin-bottom:2rem;margin-top:20px;padding:0;text-align:center}.document-header-table{width:100%;border-collapse:collapse;border:none;table-layout:fixed}.document-header-table td{border:none;vertical-align:middle;padding:0}.document-header-logo-cell{display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;gap:8px}.document-logo-container{display:none}.document-logo-title-1{font-size:1.25rem;font-family:Sora,sans-serif;color:#fff;width:100%!important;font-weight:800}.document-logo-title-2{font-size:1.25rem;font-family:Sora,sans-serif;color:#6efced!important;font-weight:800}.document-header-logo{display:block;max-width:80px;height:auto}.document-header-content-cell{padding-left:1rem;text-align:left}.document-main-title{color:#353541;font-size:24px;line-height:1.6;font-weight:600;margin-bottom:2rem;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-metadata{font-size:14px;line-height:1.6;color:#666;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-metadata-separator{margin-left:.5rem;margin-right:.5rem;color:#666}.document-content{display:flex;flex-direction:column;gap:1.5rem;color:#353541;overflow:auto;text-align:justify;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:300;line-height:24px}.document-title{color:#353541;font-weight:600;margin-bottom:1rem;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-content-title{font-size:20px;line-height:1.6;font-weight:600;margin:0;padding:5px 0;color:#45a0ad;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:0}.document-title-1{font-size:22px;line-height:1.6;font-weight:600;margin:0 0 10px;color:#45a0ad;border-bottom:1px solid #45A0AD;padding-bottom:5px}.document-title-2{font-size:20px;line-height:1.6;font-weight:500;color:#45a0ad;padding:5px 0;margin:0}.document-title-3{font-size:18px;line-height:1.6;font-weight:500;color:#353541;margin:10px 0 0}.document-content p{font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:300;line-height:24px;color:#353541;padding:0;text-align:justify}.document-content ul,.document-content ol{font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:300;line-height:24px;color:#353541;margin:5px 0 30px;padding-left:35px;list-style-position:outside}.document-content li{margin-bottom:10px;padding-left:15px}.document-content ul li::marker{content:"•";font-size:24px;color:#353541}.document-content strong{font-weight:600;color:#353541}.document-content em{font-style:italic}.document-content code{font-family:monospace;background-color:#f5f5f5;padding:2px 6px;border-radius:3px;font-size:14px}.document-content pre{background-color:#f5f5f5;padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1rem}.document-content pre code{background-color:transparent;padding:0;border-radius:0}.document-content sub,.document-content sup{font-size:10px;line-height:0;position:relative;vertical-align:baseline}.document-content sup{top:-.5em}.document-content sub{bottom:-.25em}.document-content a{color:#353541;text-decoration:underline;font-size:16px;font-weight:300}.document-content a:hover{color:#45a0ad}.document-table-container{padding:10px 0}.document-content-title+.document-table-container{margin-top:10px;margin-bottom:20px}.document-content .source{font-size:16px;font-weight:300;color:#353541;margin-top:10px}.document-content .source p{font-size:14px;margin:5px 0}.document-content .unite{font-size:14px;font-weight:300;color:#666;margin-bottom:5px}.document-sources-toggle{margin-top:10px;padding:8px 0;background-color:transparent;border:none;cursor:pointer;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#42b7c8;display:flex;align-items:center;gap:6px;text-decoration:underline}.document-sources-toggle:focus{outline:none}.document-sources-toggle:hover{color:#3a8f9a}.document-sources-toggle-icon{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid currentColor;transition:transform .3s ease}.document-sources-toggle[data-expanded=true] .document-sources-toggle-icon{transform:rotate(180deg)}.document-sources-content{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:0}.document-sources-content[data-expanded=true]{max-height:500px;margin-top:10px}.document-sources-list{font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:300;color:#353541;line-height:1.6;background-color:#fafafa;border-left:3px solid #42B7C8;display:flex;flex-direction:column;gap:8px}.document-source-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;transition:background-color .3s ease}.document-source-icon{flex-shrink:0;color:#666}.document-source-link{color:#42b7c8;text-decoration:none;font-weight:400;font-size:14px;cursor:pointer;transition:color .3s ease;flex:1}.document-source-link:hover{color:#3a8f9a;text-decoration:underline}.document-source-text{color:#353541;font-weight:400;font-size:14px;flex:1}.document-source-code{color:#666;font-weight:300;font-size:13px}.document-content>div{padding-top:10px}.document-content img{width:100%;height:auto;padding:10px 0}.document-content blockquote{font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:300;line-height:24px;color:#353541;margin:5px 0 30px;padding:0 0 0 20px;border-left:3px solid #45A0AD}.document-table-controls{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.document-filter-control{display:flex;align-items:center;gap:.5rem}.document-filter-label{font-size:.875rem;line-height:1.25rem;font-weight:500}.document-filter-input{width:12rem}.document-column-select{width:8rem}.document-clear-button{font-size:.875rem;line-height:1.25rem}.document-table-scroll{overflow-x:auto}.document-table{width:100%;border-collapse:collapse;border:2px solid white;table-layout:fixed}.document-table-header{border:2px solid white;padding:5px 15px;background-color:#47c1d4;color:#fff;font-weight:600;text-align:left;cursor:pointer;font-size:16px!important;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-table-header:hover{background-color:#3aafbf;transition:background-color .15s}.document-header-content{display:flex;align-items:center;justify-content:space-between}.document-sort-indicator{font-size:.75rem;line-height:1rem}.document-table-cell{border:2px solid white;padding:5px 15px;background-color:#f2f2f2;font-size:14px!important;font-weight:300;line-height:1.6;color:#353541;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-table tbody tr:nth-child(2n) td{background-color:#e6e6e6}.document-table tbody tr:nth-child(odd) td{background-color:#f2f2f2}.document-table-cell.row-header{background-color:#c1c1c1!important;font-weight:600}.document-table-info{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}.document-chart-container{padding:10px 0;width:100%;background-color:#f9f9f9}.document-chart-container>div{width:100%;background-color:#f9f9f9}.document-chart-container .w-full{background-color:#f9f9f9!important;border:none!important;box-shadow:none!important}.document-chart-container .recharts-wrapper,.document-chart-container .recharts-surface{background-color:#f9f9f9}.document-content-title+.document-chart-container{margin-top:10px}.document-chart-container .recharts-cartesian-axis-line{stroke-width:1px}.document-chart-container .recharts-xAxis .recharts-cartesian-axis-line{stroke:#42b7c8}.document-chart-container .recharts-yAxis .recharts-cartesian-axis-line,.document-chart-container .recharts-yAxis .recharts-cartesian-axis-tick-line{stroke:#f9f9f9}.document-chart-container .recharts-cartesian-grid{stroke:#e0e0e0;opacity:.3}.document-chart-container .recharts-text{font-size:11px;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-chart-container .recharts-cartesian-axis-tick-value{font-size:11px}.document-chart-container .recharts-xAxis .recharts-text{font-size:9px}.document-chart-container .recharts-legend-item-text,.document-chart-container .recharts-tooltip-wrapper{font-size:12px}.document-chart-container .recharts-label{font-size:11px}.document-empty{text-align:center;padding:2rem 0}.document-empty-title{font-size:1.25rem;line-height:1.65rem;font-weight:600;color:hsl(var(--muted-foreground))}.document-empty-message{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}.document-support{display:grid;justify-items:center;gap:16px;background:#000;border-radius:12px;max-width:720px;margin:0 auto}.document-support-title{font-size:20px;font-weight:601;color:#6efced}.document-support-desc{max-width:560px;color:#fff;font-size:14px;line-height:1.6}.document-support-actions{display:flex;gap:8px}.document-support-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;background:#0b141a;color:#6efced;border:0;border-radius:8px;cursor:pointer}.recharts-legend-wrapper{bottom:-20px!important}@media print{.document-header-table,.document-header-table td{border:none!important}.document-logo-container{display:flex;flex-direction:row;gap:16px}.document-header-table thead{display:table-header-group}.document-content{text-align:justify;overflow:visible!important}.document-table-scroll{overflow:visible!important}canvas{display:block!important;visibility:visible!important;opacity:1!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}div:has(>canvas){display:block!important;visibility:visible!important;opacity:1!important}img{max-width:100%!important;height:auto!important;page-break-inside:avoid!important;break-inside:avoid!important}.xerfi-matrice,.xerfi-matrice-img{page-break-inside:avoid!important;break-inside:avoid!important;max-width:100%!important}.document-print-logo-fixed{display:block!important;width:9mm;min-width:60px}.document-table-container,.document-chart-container,.document-table,.document-header,.document-title{page-break-inside:avoid;break-inside:avoid-page}.document-content>div,.document-content p{text-align:justify;page-break-inside:auto;break-inside:auto}.document-table,.document-table-header,.document-table-cell{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (min-width: 960px){.document-container{padding:0 14px}.document-title-2{background-color:#45a0ad;color:#fff;padding:5px 10px;cursor:pointer}.document-table-container,.document-chart-container,.document-content img,.document-content>div,.document-table-container .document-content-title{cursor:pointer}}.document-chart-container{background:#f9f9f9;padding:28px 25px}.document-sources-summary{margin-top:3rem;padding-top:2rem;border-top:2px solid #E0E0E0}.document-sources-summary-title{color:#45a0ad;font-size:20px;font-weight:600;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-sources-summary-list{display:flex;flex-direction:column}.document-source-summary-item{display:flex;align-items:center;gap:.75rem;padding:.2rem 0;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.document-source-summary-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:all .2s ease}.document-source-summary-link:hover{opacity:.7}.document-source-summary-link:hover .document-source-summary-text{text-decoration:underline;color:#45a0ad}.document-source-summary-icon{flex-shrink:0;color:#45a0ad}.document-source-summary-text{color:#353541;font-size:14px;font-weight:300;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0;text-align:justify;transition:all .2s ease}.document-source-summary-url{display:none}@media print{.document-source-summary-url{display:inline;font-size:12px;color:#666;font-style:italic}.document-source-summary-url-text{word-break:break-all}.document-source-summary-link{color:#353541;text-decoration:none}.document-sources-summary{page-break-before:auto;margin-top:2rem}}.study-viewer{background-color:hsl(var(--card));border-radius:10px;padding:2rem;margin-bottom:200px;opacity:0;animation:tabContentFadeIn .3s ease-out forwards}@media print{.study-viewer{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin:0!important}}.document-support{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:32px;padding:36px 24px;background:#000;border:1px solid #e3eded;border-radius:12px;box-shadow:0 4px 14px #131f260f;max-width:500px;height:fit-content;margin:0 auto}.document-support-title{font-size:22px;font-weight:601;color:#6efced;font-family:Sora,sans-serif}.document-support-desc{max-width:400px;color:#fff;font-size:14px;line-height:1.6;text-align:center;font-family:Sora,sans-serif}.document-support-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:16px}.document-support-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;width:80%;padding:0 14px;background:#6efced;color:#000;border:0;font-weight:601;font-family:Sora,sans-serif;border-radius:8px;cursor:pointer}.document-support-btn.secondary{background:#fff;color:#24414d;border:1px solid #d7e4e4}.document-support-btn:hover{background-color:#aafbf2}.document-support-btn.secondary:hover{background-color:#ecf5f5}.study-skeleton-generating{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;max-width:800px;margin:0 auto;border-radius:10px}.study-skeleton-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem}.study-skeleton-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot-1{background-color:#ff5f57}.dot-2{background-color:#febc2e}.dot-3{background-color:#28c840}.study-skeleton-content{display:flex;flex-direction:column;gap:1.5rem}.study-skeleton-message{font-size:14px;color:#6b7f86;text-align:center;font-family:Sora,sans-serif;animation:pulse-text 2s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:.7}50%{opacity:1}}.study-skeleton-blocks{display:flex;flex-direction:column;gap:1rem}.skeleton-block-wrapper{position:relative;overflow:hidden}.skeleton-block{height:48px;background-color:#57758710;border-radius:8px;transition:opacity .3s;opacity:0}.skeleton-block.loaded{opacity:1;animation:reveal-block .2s ease-out forwards}.skeleton-title{height:64px;background-color:#f5f9f9}.skeleton-wide{width:100%}.skeleton-row{display:flex;gap:1rem}.skeleton-highlight{position:absolute;inset:0;height:100%;background:transparent;border:2px solid #ffffff50;border-radius:8px;animation:grow-in .2s ease-out forwards}@keyframes grow-in{0%{width:0%;opacity:1}to{width:100%;opacity:1}}@keyframes reveal-block{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.studyview-container{min-width:100vw;min-height:100vh;background-color:#ecf5f5}.studyview-content{max-width:1024px;margin:0 auto;padding:0rem 2rem 2rem;height:100vh;overflow-y:hidden;transition:max-width .3s ease-in-out}.studyview-content.chat-open{max-width:90vw}.studyview-leave-modal{width:min(720px,92vw);max-width:min(720px,92vw)}.header.header--hidden+.studyview-container{margin-top:-88px;transition:margin-top .25s ease}.header:not(.header--hidden)+.studyview-container{margin-top:0;transition:margin-top .25s ease}.studyview-content.is-edit{overflow-y:hidden}.studyview-content.is-read{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.studyview-content.is-read::-webkit-scrollbar{display:none}.sv-tabs{display:flex;align-items:center;justify-content:space-between;max-height:48px;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .2s ease,opacity .15s ease,transform .2s ease,margin-bottom .2s ease;position:sticky;top:0;z-index:10;background:linear-gradient(0deg,#ecf5f500,#ecf5f5 80% 100%);margin:0 -20px;padding:2rem 10px;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);z-index:999}.studyview-content.chat-open .sv-tabs{max-height:0;opacity:0;margin-bottom:0;transform:translateY(-6px);pointer-events:none}.sv-tab-group{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:4px;gap:.25rem;box-shadow:0 0 5px #ecf5f5!important}.sv-tab{display:flex;align-items:center;justify-content:center;height:28px;min-width:88px;padding:0 8px;border-radius:9999px;background:transparent;color:#6b7f86;border:0;font-size:12px;font-weight:500;cursor:pointer;outline:none!important;font-family:Sora,sans-serif;transition:background .18s ease-out,color .18s ease-out}.sv-tab[data-active=true]{background:#0b0b0b;color:#6efced;font-size:12px;font-weight:600;outline:none!important}.sv-tab[data-active=false]{cursor:pointer}.sv-tab-panel{position:relative;width:100%;animation:tabContentFadeIn .16s ease-out}.sv-tab-panel.is-hidden{display:none}.sv-tab-panel.is-active{position:relative;visibility:visible;pointer-events:auto}.sv-delete-btn{background-color:#f63c5e;color:#fff}.sv-save-publish-btn{background-color:#43d1a1;color:#fff}.sv-save-btn{background-color:#ecf5f5;color:#000}.sv-prompt{display:grid;gap:12px;opacity:1}.sv-tab-ai{display:flex;align-items:center;justify-content:center;height:44px;width:44px;font-size:12px;border-radius:12px;background:#0b0b0b;color:#6efced;opacity:.5;border:0;cursor:not-allowed;outline:none!important}.loading-container{background-color:#ecf5f5;display:flex;align-items:center;justify-content:center}.loading-content{display:flex;align-items:center;gap:.75rem;color:hsl(var(--muted-foreground))}.loading-spinner{height:1.5rem;width:1.5rem;animation:spin 1s linear infinite}@keyframes tabContentFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.svh{position:relative;top:0;z-index:2000;background:#fff;border-bottom:1px solid #ecf5f5;width:100%}.svh-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 24px;max-width:90vw;margin:0 auto}.svh-back{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d5e2e2;background:transparent;cursor:pointer;transition:background .3s ease;flex-shrink:0}.svh-back:hover{background:#f7fbfc}.svh-icon-btn{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:transparent;cursor:pointer;transition:background .3s ease}.svh-icon-btn:hover{background:#f7fbfc}.svh-icon-20{min-width:20px;width:20px;height:20px;color:#577587}.svh-icon-16{width:16px;height:16px;color:#577587}.svh-icon-12{width:12px;height:12px}.svh-title-container{display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding:5px 10px;flex:1;min-width:0}.svh-title{font-size:20px;font-weight:601;width:100%;margin:0;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:Sora,sans-serif;letter-spacing:-.4px;line-height:normal}.svh-title:hover{background-color:#0f172a0d;border-radius:4px;padding:2px 4px;margin:-2px -4px}.svh-title-input{background:#fff;border:2px solid #3b82f6;border-radius:4px;padding:2px 4px;outline:none;width:100%;max-width:none}.svh-badge{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:6px 12px;border-radius:9999px;border:1px solid #d9e7ea;background:#f5fbfb;color:#567483;font-size:10px}.svh-badge-dot{display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid #b7d2db}.svh-actions{margin-left:auto;display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.svh-tooltip-wrap{position:relative;display:inline-flex;z-index:2100}.svh-tooltip-wrap[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0a0a0a;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;line-height:1.3;white-space:nowrap;z-index:2200;pointer-events:none}.svh-tooltip-wrap[data-tooltip]:hover:before{content:"";position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #0a0a0a;z-index:2200;pointer-events:none}.svh-actions .svh-tooltip-wrap:last-child[data-tooltip]:hover:after{left:auto;right:0;transform:none}.svh-actions .svh-tooltip-wrap:last-child[data-tooltip]:hover:before{left:auto;right:14px;transform:none}.svh-actions .svh-tooltip-wrap:first-of-type[data-tooltip]:hover:after{left:auto;right:0;transform:none}.svh-actions .svh-tooltip-wrap:first-of-type[data-tooltip]:hover:before{left:auto;right:14px;transform:none}.svh-autosave,.svh-autosave-label{display:inline-flex;align-items:center;gap:8px}.svh-autosave-text{font-size:12px;color:#577587}.svh-saved-ok{font-size:12px;color:#0f5132}.svh-saving{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#577587}.svh-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;border-radius:9999px;border:1px solid #d5e2e2;background:#e9f2f4;padding:0 4px;outline:none!important}.svh-switch[data-checked=true]{background:#43d1a1;border-color:#43d1a1;padding-left:8px}.svh-switch-thumb{position:absolute;left:2px;width:18px;height:18px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .16s ease}.svh-switch[data-checked=true] .svh-switch-thumb{transform:translate(20px)}.svh-save{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;border:1px solid #ECF5F5;background:#ecf5f5;color:#577587;cursor:pointer}.svh-save:disabled{cursor:not-allowed}.svh-save[data-dirty=true]{background:#43d1a1;border-color:#43d1a1;color:#fff}.svh-save[data-dirty=true]:hover{background:#6bdbb5;border-color:#6bdbb5}.svh-save:disabled{opacity:.8;cursor:not-allowed}.svh-save:hover{background:#d5e4e4;border-color:#d5e4e4}.svh-publish{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;border:none;background:#0a0a0a;color:#6efced;cursor:pointer}.svh-cancel{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:2px;border:1px solid #dfeaec;background:#fff;color:#6b7f86;cursor:pointer;font-weight:500}.svh-cancel:hover{background:#f7fbfc;border-color:#c7d9dc}.svh-generating{display:flex;align-items:center;justify-content:center;gap:.75rem;flex:1;color:#0f172a;font-weight:500;font-size:16px}.svh-loading-spinner{height:1.5rem;width:1.5rem;animation:spin 1s linear infinite}.svh-spacer{width:40px}@media (max-width: 1024px){.svh-title{width:100%;font-size:18px}.svh-actions{gap:8px}}@media (max-width: 768px){.svh-inner{padding:16px 24px;gap:24px;max-width:100%}.svh-title{font-size:18px}.svh-actions{gap:8px}.svh-autosave-text{display:none}}.pr-container{min-height:100vh;background:#fff;border-radius:10px;overflow:hidden}.pr-wrap{display:grid;gap:4px;overflow:visible}.pr-card{display:flex;flex-direction:column;width:100%;border-radius:4px}.pr-sec-title{display:flex;flex-direction:row;align-items:center;gap:8px;font-weight:601;color:#000;font-size:1rem;padding:16px 24px;border-bottom:1px solid #ecf5f5;font-family:Sora,sans-serif}.pr-input-container{display:flex;width:100%;padding:24px;box-sizing:border-box}.pr-input{width:100%;border:1px solid rgba(87,117,135,.25);border-radius:4px;height:42px;padding:0 12px;color:#577587!important;background:#f9f9f9;font-size:14px}.pr-input:read-only{color:#24414d}.pr-textarea{padding:12px;font-size:14px;color:#577587;white-space:pre-wrap}.pr-config{display:grid;gap:16px}.pr-conf-item{display:grid;gap:2px}.pr-conf-label{color:#000;font-size:14px;font-weight:600}.pr-conf-value{color:#577587;font-size:12px;font-weight:400}.sv-src-layout{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:15rem}@media (min-width: 1024px){.sv-src-layout{grid-template-columns:minmax(540px,1fr) 282px;align-items:start}}.sv-src-heading{margin:30px 0 12px;font-weight:601;color:#2c4753}.sv-sources-list{display:grid;gap:8px}.sv-sources-empty{color:#6b8896;font-size:14px}.sv-source-card{background:#fff;border:1px solid #e3eded;border-radius:8px;padding:16px 18px;scroll-margin-top:84px;transition:border-color .3s ease,box-shadow .3s ease}.sv-source-card:hover{border-color:#0157bd;box-shadow:0 2px 8px #6efced33}.sv-source-highlight{box-shadow:0 0 0 3px #6efced99 inset;transition:box-shadow .15s ease}.sv-source-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.sv-source-title{margin:0;font-size:20px;color:#000;font-family:Sora,sans-serif}.sv-source-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#6b8896}.sv-source-meta{margin-top:6px;color:#4e6a77;font-size:13px}.sv-source-tags{display:flex;flex-wrap:wrap;gap:6px}.sv-source-tag{background:#ecf5f5;color:#577587;border-radius:4px;padding:2px 8px;font-size:12px}.sv-src-card-head{margin-bottom:16px}.sv-src-desc{margin:6px 0 10px;color:#6b8896;font-size:14px}.sv-src-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #e9f1f1;color:#4e6a77;font-size:13px}.sv-src-meta-item{display:inline-flex;align-items:center;gap:6px}.sv-src-ico{width:14px;height:14px}.sv-src-cta{background:#0b0b0b;color:#d8fffb;border-radius:5px;padding:18px;margin-top:67px}.sv-src-cta-title{font-weight:800;font-size:22px;line-height:1.3;margin-bottom:16px;font-family:Sora,sans-serif}.sv-src-cta-body{font-size:14px;color:#fff;margin-bottom:32px;font-family:Sora,sans-serif}.sv-src-cta-btn{display:flex;box-sizing:border-box;justify-content:center;align-items:center;appearance:none;border:0;width:100%;border-radius:8px;background:#6efced;color:#0b0b0b;font-size:14px;padding:10px 14px;font-weight:600;cursor:pointer;font-family:Sora,sans-serif}.sv-src-cta-btn:hover{color:#000;background-color:#aafbf2}.sv-source-usedin{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.sv-source-usedin-label{color:#6b8896;font-size:12px}.sv-source-usedin-list{display:inline-flex;flex-wrap:wrap;gap:6px}.sv-source-usedin-item{background:#f6fafb;color:#2c4753;border:1px dashed #d7eaea;border-radius:6px;padding:2px 6px;font-size:12px}.related-content-page .studyview-content{max-width:1100px}.related-content-body{padding-top:1.5rem}.sv-rel-layout{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:15rem}@media (min-width: 1024px){.sv-rel-layout{grid-template-columns:minmax(540px,1fr) 282px;align-items:start}}.sv-rel-heading{margin:30px 0 12px;font-weight:601;color:#2c4753}.sv-related-list{display:grid;gap:8px}.sv-related-empty{color:#6b8896;font-size:14px}.sv-related-card{background:#fff;border:1px solid #e3eded;border-radius:8px;padding:16px 18px;scroll-margin-top:84px;transition:border-color .3s ease,box-shadow .3s ease}.sv-related-card:hover{border-color:#0157bd;box-shadow:0 2px 8px #6efced33}.sv-related-highlight{box-shadow:0 0 0 3px #6efced99 inset;transition:box-shadow .15s ease}.sv-related-title{margin:0;font-size:20px;color:#000;font-family:Sora,sans-serif}.sv-related-tags{display:flex;flex-wrap:wrap;gap:6px}.sv-related-tag{background:#ecf5f5;color:#577587;border-radius:4px;padding:2px 8px;font-size:12px}.sv-rel-card-head{margin-bottom:16px}.sv-rel-desc{margin:6px 0 10px;color:#6b8896;font-size:14px}.sv-rel-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #e9f1f1;color:#4e6a77;font-size:13px}.sv-rel-meta-item{display:inline-flex;align-items:center;gap:6px}.sv-rel-ico{width:14px;height:14px}.sv-rel-cta{background:#0b0b0b;color:#d8fffb;border-radius:5px;padding:18px;margin-top:67px}.sv-rel-cta-title{font-weight:800;font-size:22px;line-height:1.3;margin-bottom:16px;font-family:Sora,sans-serif}.sv-rel-cta-body{font-size:14px;color:#fff;margin-bottom:32px;font-family:Sora,sans-serif}.sv-rel-cta-btn{display:flex;box-sizing:border-box;justify-content:center;align-items:center;appearance:none;border:0;width:100%;border-radius:8px;background:#6efced;color:#0b0b0b;font-size:14px;padding:10px 14px;font-weight:600;cursor:pointer;font-family:Sora,sans-serif}.sv-rel-cta-btn:hover{color:#000;background-color:#aafbf2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard-tile{border:1px solid transparent;width:312px;height:400px;background:#fff;border-radius:16px;padding:8px;display:flex;flex-direction:column;flex-shrink:0;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;opacity:0;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.dashboard-tile:hover{transform:translateY(-8px);box-shadow:0 20px 40px #57758726}.tile-icon-container{flex:1;background:#f9f9f9;border-radius:8px;padding:8px;min-height:200px;max-height:200px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;min-width:0;overflow:hidden;transition:background-color .3s ease}.dashboard-tile:hover .tile-icon-container{background:#ecf5f5}.tile-icon-primary{width:89px;height:89px;flex-shrink:0;z-index:1;color:#577587;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-tile:hover .tile-icon-primary{transform:scale(1.1) rotate(-5deg);color:#000}.tile-icon-svg{width:100%;height:100%;transition:inherit}.tile-icon-background{position:absolute;left:50%;top:calc(50% + .5px);transform:translate(-50%,-50%);width:89px;height:89px;opacity:.1;color:#577587;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-tile:hover .tile-icon-background{transform:translate(-50%,-50%) scale(1.5) rotate(10deg);opacity:.05}.tile-content{padding:24px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;flex-shrink:0;width:100%;position:relative}.tile-title{font-family:Sora,sans-serif;font-weight:601;font-size:24px;color:#000;text-align:center;margin:0;line-height:normal;display:flex;flex-direction:column;justify-content:center;background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-size:0% 100%;background-position:0 0;transition:color .22s ease,background-color .22s ease,padding .22s ease,background-size .22s ease}.tile-description{font-family:Sora,sans-serif;font-weight:400;font-size:14px;color:#577587;text-align:center;margin:0;line-height:normal;width:100%;min-width:min-content;transition:color .3s ease}.dashboard-tile:hover .tile-description{color:#2e3f49}.tile-button{position:absolute;left:50%;top:calc(50% + 106.5px);transform:translate(-50%,-50%);background:#000;color:#6efced;border:none;border-radius:4px;padding:8px 14px;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Sora,sans-serif;font-weight:500;font-size:13px;overflow:hidden;box-shadow:0 1px 2px #101a4d33;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.dashboard-tile:hover .tile-button{background:#6efced;color:#000;transform:translate(-50%,-50%) scale(1.05);box-shadow:0 4px 12px #6efced66}@media (max-width: 768px){.dashboard-tile{width:100%;max-width:100%;height:auto;min-height:140px;padding:16px;flex-direction:row;gap:16px;align-items:center}.tile-icon-container{flex:0 0 100px;width:100px;height:100px;min-height:100px}.tile-icon-primary,.tile-icon-background{width:60px;height:60px}.tile-content{flex:1;padding:0;align-items:flex-start;text-align:left;gap:8px}.tile-title{font-size:18px;text-align:left;white-space:normal}.tile-description{font-size:13px;text-align:left}.dashboard-tile:hover{transform:translateY(-4px)}.dashboard-tile:hover .tile-icon-primary{transform:scale(1.05) rotate(-3deg)}.dashboard-tile:hover .tile-icon-background{transform:translate(-50%,-50%) scale(1.2) rotate(5deg)}}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--teal-600: 173 80% 36%;--purple-600: 262 83% 58%;--purple-200: 263 70% 85%;--purple-100: 263 70% 91%;--purple-700: 263 70% 37%;--gray-50: 210 20% 98%;--gray-100: 210 20% 93%;--gray-200: 210 20% 88%;--gray-500: 210 20% 50%;--gray-600: 210 20% 40%;--gray-700: 210 20% 30%;--gray-800: 210 20% 20%;--gray-900: 210 20% 10%;--green-100: 142 76% 92%;--green-800: 142 76% 20%;--yellow-100: 48 100% 91%;--yellow-700: 48 100% 30%;--blue-50: 213 94% 98%;--blue-700: 221 83% 33%;--red-50: 0 86% 97%;--red-200: 0 86% 88%;--red-500: 0 86% 43%;--red-800: 0 86% 23%}.dashboard-main-content{padding:60px;display:flex;flex-direction:column;gap:60px}.dashboard-header{display:flex;align-items:center;justify-content:center;height:150px;gap:10px}.dashboard-title{font-family:Sora,sans-serif;font-weight:601;font-size:32px;color:#000;text-align:center;letter-spacing:-.64px;line-height:normal;margin:0}.dashboard-container{display:flex;justify-content:center;align-items:center}.dashboard-tile-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;justify-content:center;width:fit-content;justify-items:center}@media (min-width: 1400px){.dashboard-tile-container{grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto}}@media (min-width: 1024px) and (max-width: 1399px){.dashboard-tile-container{grid-template-columns:repeat(2,1fr);max-width:900px;column-gap:16px;row-gap:24px}.dashboard-main-content{padding:40px}}@media (min-width: 768px) and (max-width: 1023px){.dashboard-tile-container{grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px}.dashboard-main-content{padding:40px 30px}.dashboard-title{font-size:28px}}@media (min-width: 640px) and (max-width: 767px){.dashboard-tile-container{grid-template-columns:1fr;max-width:500px;gap:20px}.dashboard-main-content{padding:30px 20px;gap:40px}.dashboard-header{height:auto;padding:20px 0}.dashboard-title{font-size:26px}}@media (max-width: 639px){.dashboard-tile-container{grid-template-columns:1fr;gap:16px}.dashboard-main-content{padding:20px 16px;gap:30px}.dashboard-header{height:auto;padding:10px 0}.dashboard-title{font-size:22px;letter-spacing:-.44px}}.chat-container{height:calc(100vh - 73px);width:100vw;background-color:#ecf5f5;display:flex;flex-direction:column;overflow:hidden}.sr-chat-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #ecf5f5;flex-shrink:0;width:100%}.sr-chat-header-inner{display:flex;justify-content:space-between;align-items:center;padding:24px;gap:60px;max-width:90vw;margin:0 auto}.sr-chat-header-left{display:flex;align-items:center;gap:10px;flex:1}.chat-back-btn{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d5e2e2;background:transparent;cursor:pointer;transition:background .3s ease;flex-shrink:0}.chat-back-btn:hover{background:#f7fbfc}.chat-icon-20{min-width:16px;width:16px;height:16px;color:#577587}.chat-icon-16{width:16px;height:16px}.chat-title-container{display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding:5px 10px;flex:1;min-width:0}.chat-title{font-size:20px;font-weight:601;margin:0;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Sora,sans-serif;letter-spacing:-.4px;line-height:normal}.sr-chat-header-actions{display:inline-flex;align-items:center;gap:8px}.chat-new-request-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:8px 14px;border-radius:4px;border:none;background:#000;color:#6efced;cursor:pointer;font-weight:500;font-size:13px;box-shadow:0 1px 2px #101a4d33;transition:all .3s;font-family:Sora,sans-serif}.chat-new-request-btn:hover{background:#1a1a1a}.chat-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages-sr{flex:1;overflow-y:auto;padding:60px 280px 200px;display:flex;flex-direction:column;gap:16px}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.empty-icon-wrapper{width:80px;height:80px;background-color:#f3f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.empty-icon{width:40px;height:40px;color:#577587}.empty-title{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 .5rem}.empty-message{font-size:.875rem;color:#577587;margin:0;max-width:400px}.message{display:flex;align-items:flex-start;gap:16px;animation:fadeIn .3s ease-in}.message-user{justify-content:flex-end}.message-bot{justify-content:flex-start}.message-system{justify-content:center}.message-avatar{width:32px;height:32px;min-width:32px;overflow:hidden;display:flex;align-items:center;justify-content:center}.message-avatar img{width:100%;height:100%;object-fit:contain}.message-wrapper{display:flex;flex-direction:column;gap:4px;flex:1}.message-user .message-wrapper{align-items:flex-end}.message-bot .message-wrapper{align-items:flex-start}.message-system .message-wrapper{align-items:center}.message-content{padding:16px;border-radius:8px;font-size:14px;line-height:19px;word-wrap:break-word;white-space:pre-wrap;font-family:Sora,sans-serif}.message-user .message-content{background-color:#000;color:#6efced}.message-bot .message-content{background-color:#fff;color:#364e5d;border:1px solid rgba(87,117,135,.25)}.message-system .message-content{color:#3d4a54}.message-timestamp{font-size:11px;color:#577587;font-family:Sora,sans-serif}.language-change-actions{display:flex;gap:8px;justify-content:center}.language-change-btn{border:1px solid #2b3a42;background:#2b3a42;color:#fff;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer;font-family:Sora,sans-serif}.language-change-btn-secondary{background:transparent;color:#2b3a42}.message-content.loading{background-color:#fff;padding:1rem 1.5rem}.loading-dots{display:flex;gap:.5rem;align-items:center}.loading-dots span{width:8px;height:8px;background-color:#577587;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.conversation-ended{display:flex;justify-content:center;align-items:center;padding:2rem 0;animation:fadeIn .3s ease-in}.order-study-button{background-color:#000;color:#6efced;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #101a4d26}.order-study-button:hover{background-color:#293438;box-shadow:0 4px 16px #101a4d40;transform:translateY(-2px)}.order-study-button:active{transform:translateY(0)}.chat-input-container-sr{padding:24px 280px;display:flex;flex-direction:column;gap:10px;flex-shrink:0;position:absolute;bottom:0;width:100%;background:linear-gradient(0deg,#ecf5f5,#ecf5f500)}.chat-input-wrapper{display:flex;gap:4px;align-items:flex-end;background:#f9f9f9;border:1px solid rgba(87,117,135,.25);border-radius:8px;padding:0 16px;min-height:91px}.chat-input{flex:1;border:none;background:transparent;font-family:Sora,sans-serif;color:#577587;min-height:80px;box-shadow:none}.chat-input:focus{outline:none;box-shadow:none}.chat-input::placeholder{color:#577587}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send-button{height:32px;padding:8px 10px 8px 8px;min-width:auto;border-radius:4px;background-color:#000;color:#6efced;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .3s;border:none;cursor:pointer;font-size:13px;font-weight:500;font-family:Sora,sans-serif;box-shadow:0 1px 2px #101a4d33;flex-shrink:0;margin-bottom:28px}.chat-send-button:hover:not(:disabled){background-color:#1a1a1a}.chat-send-button:disabled{opacity:.4;cursor:not-allowed}.chat-input-helper{font-size:11px;color:#577587;margin:0;font-family:Sora,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-messages-sr::-webkit-scrollbar{width:6px}.chat-messages-sr::-webkit-scrollbar-track{background:transparent}.chat-messages-sr::-webkit-scrollbar-thumb{background:#dbe7e7;border-radius:3px}.chat-messages-sr::-webkit-scrollbar-thumb:hover{background:#c5d4d4}@media (max-width: 1200px){.chat-messages-sr{padding:40px 60px}.chat-input-container-sr{padding:24px 60px}}@media (max-width: 768px){.sr-chat-header-inner{padding:16px 24px;gap:24px;max-width:100%}.chat-title{font-size:18px}.chat-new-request-btn{padding:6px 12px;font-size:12px}.chat-messages-sr{padding:24px}.message{gap:12px}.message-avatar{width:28px;height:28px;min-width:28px}.chat-input-container-sr{padding:16px 24px}.chat-input-wrapper{min-height:70px;padding:12px}.chat-input{font-size:12px}.chat-send-button{height:32px;font-size:16px}}.result-panel{position:absolute;top:0;right:0;width:800px;height:calc(100% - var(--chatpad, 88px));background:#fff;border-left:1px solid #ecf5f5;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-in-out,top .22s ease,height .22s ease;will-change:top,height,transform;overflow:hidden}.result-panel-open{transform:translate(0)}.panel-header{padding:24px;border-bottom:1px solid #ecf5f5;display:flex;flex-direction:column;gap:16px;background:#fff;flex-shrink:0}.panel-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:transparent;border:1px solid #d5e2e2;color:#577587;cursor:pointer;transition:all .3s ease}.panel-close-button:hover{background:#ecf5f5;border-color:#d5e2e2}.panel-header-content{display:flex;gap:16px;align-items:flex-start}.panel-header-info{flex:1;display:flex;flex-direction:column;gap:16px}.consult-study-button{background:#000!important;color:#6efced!important;height:40px;padding:8px 12px 8px 14px!important;border-radius:4px!important;box-shadow:0 1px 2px #101a4d33;font-family:Sora,sans-serif;font-size:13px;font-weight:500;border:none!important;display:flex;align-items:center;gap:6px;flex-shrink:0}.consult-study-button:hover{background:#1a1a1a!important}.panel-body{padding:24px 24px 100px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;min-height:0}.result-panel-content{display:flex;flex-direction:column;gap:16px;font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.study-metadata-section{display:flex;flex-direction:column;gap:8px}.study-panel-title{font-family:Sora,sans-serif;font-size:20px;font-weight:601;color:#000;margin:0;line-height:normal;letter-spacing:-.2px}.panel-study-code{display:flex;gap:4px;align-items:center}.panel-code-label{font-family:Sora,sans-serif;font-size:12px;font-weight:600;color:#577587}.panel-code-value{font-family:Sora,sans-serif;font-size:12px;font-weight:500;color:#364e5d}.panel-tags-container{display:flex;gap:4px;flex-wrap:wrap}.panel-tag{background-color:#ecf5f5;padding:4px 8px;border-radius:4px;font-family:Sora,sans-serif;font-size:11px;font-weight:400;color:#577587}.metadata-grid{display:flex;flex-direction:column;gap:10px;padding-top:8px}.metadata-item{display:flex;align-items:center;gap:4px;height:20px}.metadata-icon{width:12px;height:12px;color:#577587;flex-shrink:0}.metadata-value{font-family:Sora,sans-serif;font-size:12px;color:#577587;line-height:normal}.content-section{display:flex;flex-direction:column;gap:0}.content-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.content-icon{width:16px;height:16px;color:#577587;flex-shrink:0}.content-title-group{display:flex;align-items:center;gap:6px;flex:1}.content-title{font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:#364e5d;margin:0}.warning-icon-container{display:flex;align-items:center;justify-content:center;cursor:help}.warning-icon{color:#dc2626;flex-shrink:0}.copy-button{display:flex;align-items:center;gap:6px;padding:8px 10px 8px 8px;height:32px;border-radius:4px;background:transparent;border:1px solid #d5e2e2;color:#577587;font-family:Sora,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.copy-button:hover{background:#ecf5f5;border-color:#d5e2e2}.copy-button:active{transform:scale(.98)}.content-header .debug-mode{display:none!important;visibility:hidden!important;max-width:0!important;max-height:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;margin:0!important}body.debug-mode-active .content-header .debug-mode{display:inline-flex!important;visibility:visible!important;max-width:none!important;max-height:none!important;overflow:visible!important;opacity:1!important;pointer-events:auto!important;margin-left:8px!important}.content-text{background:#f9f9f9;border:1px solid rgba(87,117,135,.25);border-radius:8px;overflow-y:auto;position:relative;transition:all .3s ease}.content-text:hover{border-color:#57758766;box-shadow:0 2px 8px #0000000d}.content-text p{font-family:Sora,sans-serif;color:#364e5d;font-size:14px;margin:0;white-space:pre-wrap}.content-chart-section{transition:opacity .3s ease;overflow:visible}.content-text:hover .content-chart-section{opacity:.95}.content-fallback-section{padding:16px;display:flex;flex-direction:column;gap:16px}.fallback-content{font-family:Sora,sans-serif;font-size:14px;color:#364e5d;line-height:1.6;margin:0;white-space:pre-wrap;max-height:40vh;text-align:justify;opacity:.8;font-weight:200}.chart-with-expand{position:relative}.chart-expand-button-panel{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:6px;background:#fffffff2;border:1px solid #d5e2e2;color:#577587;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 2px 4px #0000001a;opacity:0;pointer-events:none}.content-section:hover .chart-expand-button-panel{opacity:1;pointer-events:auto}.chart-expand-button-panel:hover{background:#ecf5f5;border-color:#577587;color:#364e5d;transform:scale(1.05)}.content-source{display:flex;gap:6px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #ecf5f5}.source-value{font-family:Sora,sans-serif;font-size:12px;font-weight:500;color:#364e5d}.source-pages{font-family:Sora,sans-serif;font-size:12px;font-weight:400;color:#577587}.panel-footer{padding:0 24px 24px;display:flex;justify-content:flex-end;background:#fff;flex-shrink:0}.need-another-study-button{background:#000!important;color:#6efced!important;height:40px;padding:8px 14px!important;border-radius:4px!important;box-shadow:0 1px 2px #101a4d33;font-family:Sora,sans-serif;font-size:13px;font-weight:500;border:none!important}.need-another-study-button:hover{background:#1a1a1a!important;cursor:pointer}.chart-dialog-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;background:#ecf5f590;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chart-dialog{background:#fff;border-radius:12px;max-width:95vw;max-height:95vh;width:1400px;overflow:auto;position:relative;box-shadow:0 20px 60px #0000004d}.chart-dialog-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:8px;background:#fff;border:1px solid #d5e2e2;color:#577587;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1}.chart-dialog-close:hover{background:#ecf5f5;border-color:#d5e2e2}.chart-dialog-content{padding:40px;display:flex;flex-direction:column;gap:20px}.modal-header-section{display:flex;flex-direction:column}.modal-title{font-family:Sora,sans-serif;font-size:28px;font-weight:600;color:#000;margin:0;line-height:1.3;letter-spacing:-.3px}.modal-chart-section{display:flex;flex-direction:column}.modal-chart-section .xerfi-data-viewer{max-width:100%;width:100%;display:flex;flex-direction:column;overflow:visible}.modal-chart-section .xerfi-graphique{display:flex;flex-direction:column}.modal-chart-section .xerfi-graphique>div:first-child{width:100%!important}.modal-chart-section .xerfi-graphique>div:first-child>div{width:100%!important}.modal-chart-section .xerfi-chart-unit{flex-shrink:0;margin-top:16px}.modal-chart-section .xerfi-tableau{flex:1;overflow:auto;max-height:100%}.modal-chart-section .xerfi-matrice{flex:1;display:flex;align-items:center;justify-content:center}.modal-chart-section .xerfi-matrice img{max-width:100%;max-height:80vh;object-fit:contain}.modal-source-section{display:flex;align-items:center;gap:10px;padding:16px;background:#f9f9f9;border-radius:8px;border:1px solid #ecf5f5;margin-top:auto;border-top:2px solid #ecf5f5;background:#fff}.modal-source-icon{width:16px;height:16px;color:#577587;flex-shrink:0}.modal-source-text{font-family:Sora,sans-serif;font-size:13px;font-weight:500;color:#577587;line-height:1.4}.table-dialog-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;background:#ecf5f590;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.table-dialog{background:#fff;border-radius:12px;max-width:95vw;max-height:95vh;width:1400px;overflow:auto;position:relative;box-shadow:0 20px 60px #0000004d}.table-dialog-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:8px;background:#fff;border:1px solid #d5e2e2;color:#577587;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1}.table-dialog-close:hover{background:#ecf5f5;border-color:#d5e2e2}.table-dialog-content{padding:40px}@media (max-width: 800px){.result-panel-open{width:100vw!important}}.ssh{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #ecf5f5;width:100%;max-height:200px;opacity:1;overflow:hidden;transition:max-height .22s ease,opacity .22s ease;will-change:max-height,opacity}.ssh--hidden{max-height:0;opacity:0}.ssh-transparent{background:transparent;border-bottom:none}.ssh-inner{display:flex;justify-content:flex-start;padding:16px 24px;gap:60px;max-width:90vw;margin:0 auto}.ssh-back{height:40px;width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d5e2e2;background:#ffffff50;cursor:pointer;flex-shrink:0;transition:background .3s ease}.ssh-back:hover{background:#fff}.ssh-icon-16{width:16px;height:16px;color:#577587}.ssh-title-container{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;flex-shrink:0}.ssh-title-wrapper{display:flex;gap:10px;align-items:center}.ssh-title{font-family:Sora,sans-serif;font-size:20px;font-weight:601;margin:0;color:#000;letter-spacing:-.4px;line-height:normal;white-space:nowrap}.ssh-search-container{flex:1;position:relative;height:56px;display:flex;flex-direction:column;gap:12px}.suggestions-container>.ssh-search-container{max-width:60%;margin:0 auto}.suggestions-container{max-width:80%;margin:0 auto}.ssh-search-input{width:100%;height:56px;background:#f9f9f9;border:1px solid #d5e2e2;border-radius:999px;padding:8px 48px;font-family:Sora,sans-serif;font-size:18px;font-weight:400;color:#577587;outline:none;transition:border-color .3s ease;transition:background-color .3s ease-in}.ssh-search-input::placeholder{color:#57758790;font-family:Sora,sans-serif;font-size:18px;font-weight:400}.ssh-search-input:focus,.ssh-search-input:hover{background-color:#fff;transition:background-color .3s ease-in}.ssh-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#577587;pointer-events:none}.ssh-clear-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#577587;cursor:pointer;transition:opacity .3s ease}.ssh-clear-icon:hover{opacity:.6}.ssh-filter-container{display:none;align-items:center;padding:0 20px}.ssh-filter-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.ssh-filter-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#43d1a1}.ssh-filter-label{font-family:Sora,sans-serif;font-size:13px;font-weight:500;color:#577587}.ssh-badge{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:6px 12px;border-radius:9999px;border:1px solid #d9e7ea;background:#f5fbfb;color:#567483;font-size:10px}.ssh-badge-dot{display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid #b7d2db}.ssh-actions{margin-left:auto;display:inline-flex;align-items:center;gap:12px}.ssh-autosave,.ssh-autosave-label{display:inline-flex;align-items:center;gap:8px}.ssh-autosave-text{font-size:12px;color:#577587}.ssh-saved-ok{font-size:12px;color:#0f5132}.ssh-saving{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#577587}.ssh-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;border-radius:9999px;border:1px solid #d5e2e2;background:#e9f2f4;padding:0 4px;outline:none!important}.ssh-switch[data-checked=true]{background:#43d1a1;border-color:#43d1a1;padding-left:8px}.ssh-switch-thumb{position:absolute;left:2px;width:18px;height:18px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .16s ease}.ssh-switch[data-checked=true] .ssh-switch-thumb{transform:translate(20px)}.ssh-save{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;border:1px solid #ecf5f5;background:#ecf5f5;color:#577587;cursor:pointer}.ssh-save[data-dirty=true]{background:#43d1a1;border-color:#43d1a1;color:#fff}.ssh-save[data-dirty=true]:hover{background:#6bdbb5;border-color:#6bdbb5}.ssh-save:disabled{opacity:.8;cursor:not-allowed}.ssh-save:hover{background:#d5e4e4;border-color:#d5e4e4}.ssh-publish{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;border:none;background:#0a0a0a;color:#6efced;cursor:pointer}.ssh-cancel{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid #dfeaec;background:#fff;color:#6b7f86;cursor:pointer;font-weight:500}.ssh-cancel:hover{background:#f7fbfc;border-color:#c7d9dc}.ssh-generating{display:flex;align-items:center;justify-content:center;gap:.75rem;flex:1;color:#0f172a;font-weight:500;font-size:16px}.ssh-loading-spinner{height:1.5rem;width:1.5rem;animation:spin 1s linear infinite}.ssh-spacer{width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.ssh-inner{gap:5px;max-width:100%;flex-direction:column}.ssh-title{font-size:18px}.suggestions-container>.ssh-search-container{max-width:100%;margin:0 auto}}.study-search-container,.studysearch-container{min-width:100vw;min-height:100vh;background-color:#ecf5f5}.studysearch-content{max-width:60vw;margin:0 auto;padding:0rem 2rem 2rem;height:100vh;overflow-y:hidden;transition:max-width .3s ease-in-out}.studysearch-content.chat-open{max-width:90vw}.header.header--hidden+.studysearch-container{margin-top:-88px;transition:margin-top .25s ease}.header:not(.header--hidden)+.studysearch-container{margin-top:0;transition:margin-top .25s ease}.studysearch-content.is-edit{overflow-y:hidden}.studysearch-content.is-read{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.studysearch-content.is-read::-webkit-scrollbar{display:none}.ss-tabs{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;max-height:48px;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .2s ease,opacity .15s ease,transform .2s ease,margin-bottom .2s ease;position:sticky;top:0;z-index:10;background:#ecf5f5}.studysearch-content.chat-open .ss-tabs{max-height:0;opacity:0;margin-bottom:0;transform:translateY(-6px);pointer-events:none}@media print{body>*:not(.print-root){display:none!important}.print-root{display:block!important}@page{size:A4;margin:12mm}html,body{background:#fff!important}.print-root .document-container{max-width:100%!important;margin:0!important}}.ss-tab-group{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:4px;gap:.25rem}.ss-tab{display:flex;align-items:center;justify-content:center;height:28px;min-width:88px;padding:0 8px;border-radius:9999px;background:transparent;color:#6b7f86;border:0;font-size:12px;font-weight:500;cursor:pointer;outline:none!important;font-family:Sora,sans-serif}.ss-tab[data-active=true]{background:#0b0b0b;color:#6efced;font-size:12px;font-weight:600;outline:none!important;height:24px}.ss-tab[data-active=false]{cursor:pointer}.ss-prompt{display:grid;gap:12px}.svp-card{background:#fff;border:1px solid #e3eded;border-radius:12px;box-shadow:0 4px 14px #131f260f;padding:16px}.svp-header{font-weight:601;color:#2c4753;margin-bottom:8px}.svp-grid{display:grid;grid-template-columns:1fr;gap:6px}.svp-row{display:grid;grid-template-columns:180px 1fr;gap:8px;align-items:baseline}.svp-key{color:#6b8896;font-size:13px}.svp-val{color:#24414d;font-size:14px}.svp-prompts{display:grid;gap:8px}.svp-prompt{border:1px solid #e9f1f1;border-radius:8px;padding:10px;background:#fff}.svp-prompt-meta{font-size:12px;color:#6b8896;margin-bottom:4px;text-transform:capitalize}.svp-prompt-content{white-space:pre-wrap;color:#24414d;font-size:14px}.svp-empty{color:#6b8896;font-size:14px}.svp-notes{white-space:pre-wrap;color:#24414d;font-size:14px}.ss-tab-ai{display:flex;align-items:center;justify-content:center;height:44px;width:44px;font-size:12px;border-radius:12px;background:#0b0b0b;color:#6efced;opacity:.5;border:0;cursor:not-allowed;outline:none!important}.result-card-skeleton{cursor:default;pointer-events:none}.skeleton-results-count{height:24px;width:300px;background:#ecf5f5;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-title-card{height:28px;width:60%;background:#ecf5f5;border-radius:4px;animation:pulse 1.5s ease-in-out infinite;animation-delay:.1s}.skeleton-chart{height:150px;width:100%;background:#ecf5f5;border-radius:8px;animation:pulse 1.5s ease-in-out infinite;animation-delay:.2s}.skeleton-text-line{height:16px;width:100%;background:#ecf5f5;border-radius:4px;margin-bottom:12px;animation:pulse 1.5s ease-in-out infinite;animation-delay:.3s}.skeleton-text-line-short{width:70%}.skeleton-icon{width:16px;height:16px;background:#ecf5f5;border-radius:4px;animation:pulse 1.5s ease-in-out infinite;animation-delay:.4s}.skeleton-tag{height:20px;width:120px;background:#ecf5f5;border-radius:4px;animation:pulse 1.5s ease-in-out infinite;animation-delay:.4s}.search-content{position:relative;margin:0 auto;padding:0;overflow:hidden;background-color:#ecf5f5;transition:max-width .3s ease-in-out}main.search-content{top:0;background:transparent}.search-results-container{width:100%;height:100vh;overflow-y:auto;overflow-x:hidden;transition:all .3s ease-out;transform:translate(0);scrollbar-width:none;-ms-overflow-style:none;padding:1rem}.search-results-container::-webkit-scrollbar{display:none}.search-content-with-panel .search-results-container{max-width:calc(100vw - 800px);transform:translate(0)}@keyframes placeholderFadeIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;opacity:0;animation:placeholderFadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:1s}.empty-icon{width:4rem;height:4rem;color:#577587;margin-bottom:1rem}.empty-title{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:601;color:#364e5d;margin-bottom:.5rem}.empty-message{font-family:Sora,sans-serif;font-size:1rem;color:#577587}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.error-icon{width:4rem;height:4rem;color:#dc2626;margin-bottom:1rem}.error-title{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:601;color:#364e5d;margin-bottom:.5rem}.error-message{font-family:Sora,sans-serif;font-size:1rem;color:#577587}.search-results{display:flex;flex-direction:column;gap:8px;max-width:60vw;margin:0 auto}.results-header{padding:16px 0;border-bottom:1px solid #ecf5f5;margin-bottom:8px}.results-count{font-family:Sora,sans-serif;font-size:16px;font-weight:601;color:#364e5d;letter-spacing:-.16px}.results-list{display:flex;flex-direction:column;gap:8px}.result-card{background:#ffffff70;border:1px solid #ecf5f5;border-radius:8px;padding:24px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;gap:16px}.result-card-loading{opacity:0}.result-card-loaded{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.result-card-fading-out{animation:fadeOut .3s cubic-bezier(.4,0,.2,1) forwards!important}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.result-card:hover{border-color:#0157bd;background:#fff}.result-card:hover .result-study-name-text{background-color:#000;background-size:100% 100%;color:#6efced;cursor:pointer;padding:5px 10px}.result-study-name{font-size:1.125rem;font-weight:601;margin:0 0 .5rem;line-height:1.6;color:hsl(var(--gray-900));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;transition:color .22s ease}.result-study-name-text{font-family:Sora,sans-serif;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-size:0% 100%;background-position:0 0;transition:color .22s ease,background-color .22s ease,padding .22s ease,background-size .22s ease}.result-card-faded{opacity:.6}.result-card-faded:hover{opacity:.8}.result-card-selected{border-color:#0157bd;border-width:1px;background:#fff}.result-card-content{flex:1;display:flex;flex-direction:column;gap:10px}.result-card-main{display:flex;flex-direction:column;gap:16px}.result-card-main-with-chart{flex-direction:row;gap:24px;align-items:flex-start}.result-header{display:flex;gap:10px;align-items:center;margin-bottom:0}.result-icon{width:16px;height:16px;color:#577587;flex-shrink:0}.result-metadata{display:flex;flex-direction:column;gap:0;flex:1}.result-study-name-text{font-family:Sora,sans-serif;font-size:20px;font-weight:601;color:#000;line-height:normal;background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-size:0% 100%;width:fit-content;margin:0;background-position:0px 0px;transition:color .22s,background-color .22s,padding .22s,background-size .22s}.result-tags{display:flex;gap:4px;align-items:flex-start;flex-wrap:wrap}.result-tag{background-color:#ecf5f5;padding:4px;border-radius:4px;font-family:Sora,sans-serif;font-size:11px;font-weight:400;color:#577587}.result-study-code{font-size:.875rem;color:#577587;font-weight:500}.result-study-date{font-size:.75rem;color:#577587}.result-score{font-size:.875rem;color:#6efced;background:#0b0b0b;padding:.25rem .75rem;border-radius:9999px;font-weight:600}.result-section{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;font-size:.875rem}.result-section-title{color:#364e5d;font-weight:500}.result-section-subtitle{color:#577587}.result-content{display:flex;gap:10px;align-items:center;justify-content:center}.result-content p{font-family:Sora,sans-serif;color:#577587;font-size:14px;margin:0;flex:1}.result-arrow{display:flex;align-items:center;justify-content:center;width:32px;flex-shrink:0}.result-arrow-icon{width:16px;height:16px;color:#577587}.result-footer{display:flex;justify-content:flex-end;padding-top:.75rem;border-top:1px solid #f1f5f5}.result-pages{font-size:.75rem;color:#577587;font-weight:500}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0;margin-top:1rem;margin-bottom:10rem}.pagination-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #ecf5f5;border-radius:8px;font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:#364e5d;cursor:pointer;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:#f8fbfb;border-color:#d0e5e5;transform:translateY(-1px)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-icon{width:16px;height:16px;color:#577587}.pagination-info{display:flex;align-items:center;padding:0 1rem}.pagination-text{font-family:Sora,sans-serif;font-size:14px;font-weight:600;color:#364e5d}.result-card-chart{flex-shrink:0;width:300px;max-width:40%;position:relative}.chart-expand-button{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:6px;background:#fffffff2;border:1px solid #d5e2e2;color:#577587;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 2px 4px #0000001a}.chart-expand-button:hover{background:#ecf5f5;border-color:#577587;color:#364e5d;transform:scale(1.05)}.result-card-text{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.result-main-layout{display:flex;gap:24px;align-items:flex-start;width:100%}.result-chart-column{flex-shrink:0;width:30%}.result-chart-column:empty{display:none}.result-text-column{flex:1;min-width:0}.result-text-column p{font-family:Sora,sans-serif;font-size:14px;color:#577587;line-height:1.6;margin:0;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 1024px){.result-card-main-with-chart{flex-direction:column!important}.result-card-chart{width:100%;max-width:100%}.result-main-layout{flex-direction:column}.result-chart-column{width:100%;min-width:unset}}.suggestions-container{width:100%}.suggestions-header{text-align:left;margin-bottom:100px;opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s}.suggestions-container .ssh-search-container{opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s}.search-help-note{opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s;margin-bottom:32px;margin-top:10px}.search-help-note p{font-family:Sora,sans-serif;font-size:13px;color:#577587;margin:0;line-height:1.6;text-align:center;opacity:.8}.search-help-note strong{color:#364e5d;font-weight:600}.suggestions-title{font-family:Sora,sans-serif;font-size:32px;font-weight:601;color:#000;margin:0 0 12px;letter-spacing:-.5px}.suggestions-subtitle{font-family:Sora,sans-serif;font-size:16px;color:#577587;margin:0;font-weight:400}.suggestions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;grid-auto-flow:dense;grid-auto-rows:minmax(200px,auto);padding-top:100px;padding-bottom:100px}.suggestion-card{background:#ffffff70;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.suggestion-card:hover .suggestion-card-title-text{background-color:#000;background-size:100% 100%;color:#6efced;cursor:pointer;padding:5px 10px}.suggestion-card:hover{background:#fff;box-shadow:0 514px 144px #57758700,0 329px 132px #57758703,0 185px 111px #5775870d,0 82px 82px #57758717,0 21px 45px #5775871a}.suggestion-card-skeleton{cursor:default;pointer-events:none;background:#f8fbfb}.suggestion-card-skeleton .suggestion-icon-wrapper{background:#ecf5f5!important;animation:pulse 1.5s ease-in-out infinite}.skeleton-icon{width:56px;height:56px;border-radius:12px}.skeleton-title{height:24px;background:#ecf5f5;width:80%;animation:pulse 1.5s ease-in-out infinite;animation-delay:.3s}.skeleton-description{height:60px;background:#ecf5f5;border-radius:4px;width:100%;animation:pulse 1.5s ease-in-out infinite;animation-delay:.3s;flex:1}.skeleton-footer{height:20px;background:#ecf5f5;border-radius:4px;width:60%;animation:pulse 1.5s ease-in-out infinite;animation-delay:.3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.suggestion-card-loaded{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suggestion-card-large,.suggestion-card-medium{grid-column:span 2;grid-row:span 1}.suggestion-card-small{grid-column:span 1;grid-row:span 1}.suggestion-card-inner{padding:24px;height:100%;display:flex;flex-direction:column;gap:16px;position:relative}.suggestion-card-bg-icon{position:absolute;bottom:16px;right:16px;width:80px;height:80px;color:#577587;opacity:.08;pointer-events:none;z-index:0;transition:all .3s ease}.suggestion-card:hover .suggestion-card-bg-icon{opacity:.15;transform:scale(1.1)}.suggestion-icon-wrapper{width:56px;height:56px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #d5e2e2}.suggestion-icon{width:28px;height:28px}.suggestion-card-title{font-size:1.125rem;font-weight:601;margin:0 0 .5rem;line-height:1.6;color:hsl(var(--gray-900));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;transition:color .22s ease;position:relative;z-index:1}.suggestion-card-title-text{font-family:Sora,sans-serif;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-size:0% 100%;background-position:0 0;transition:color .22s ease,background-color .22s ease,padding .22s ease,background-size .22s ease}.suggestion-card-description{font-family:Sora,sans-serif;font-size:14px;color:#577587;margin:0;line-height:1.6;flex:1;display:-webkit-box;-webkit-box-orient:vertical;position:relative;z-index:1}.suggestion-card-footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:8px;opacity:0;transition:opacity .3s ease;position:relative;z-index:1}.suggestion-card:hover .suggestion-card-footer{opacity:1}.suggestion-card-action{font-family:Sora,sans-serif;font-size:13px;font-weight:600;color:#0157bd;transition:color .3s ease}.suggestion-card:hover .suggestion-card-action{color:#003d82}.suggestion-card-arrow{width:16px;height:16px;color:#0157bd;transition:all .3s cubic-bezier(.4,0,.2,1)}.suggestion-card:hover .suggestion-card-arrow{transform:translate(4px);color:#003d82}@media (max-width: 1400px){.suggestions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.suggestions-grid{grid-template-columns:repeat(2,1fr)}.suggestion-card-large,.suggestion-card-medium{grid-column:span 2;grid-row:span 1}}@media (max-width: 768px){.suggestions-grid{grid-template-columns:1fr}.suggestion-card-large,.suggestion-card-medium,.suggestion-card-small{grid-column:span 1;grid-row:span 1}.suggestions-title{font-size:24px}.suggestions-subtitle{font-size:14px}}@media (max-width: 768px){.search-results{display:flex;flex-direction:column;gap:8px;max-width:100vw;margin:0 auto}}.result-card p.xerfi-chart-title,.result-card .xerfi-chart-source,.result-card .xerfi-chart-unit{display:none}.dr-sidebar{display:flex;flex-direction:column;height:100%;min-height:0}.dr-favorites{background:#fff;border-radius:12px;border:1px solid #eff4f4;padding:24px;height:100%;min-height:0;box-shadow:0 1px #1428280f;display:flex;flex-direction:column}.dr-favorites-header{display:flex;align-items:center;justify-content:space-between;margin:0 -24px;padding:0 24px 20px;font-size:14px;font-weight:700;color:#1f2f35;border-bottom:1px solid #ecf5f5}.dr-favorites-header-title{display:flex;align-items:center;gap:10px}.dr-favorites-header h2{margin:0;font-size:20px}.dr-favorites-icon{width:20px;height:20px}.dr-favorites-empty-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:24px;flex:1;justify-content:center;min-height:0}.dr-favorites-empty{font-size:12px;color:#364e5d;margin:0;font-weight:600;max-width:200px;text-align:center}.dr-favorites-list{display:flex;flex-direction:column;gap:10px;padding-top:24px;flex:1;min-height:0;overflow-y:auto;padding-right:4px}.dr-favorites-card{display:flex;align-items:center;gap:16px;width:100%;border-radius:10px;border:1px solid #e3eded;background:#fff;padding:16px;text-align:left;cursor:pointer}.dr-favorites-card-icon{width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#7f949d}.dr-favorites-card-icon img{width:16px;height:16px;display:block}.dr-favorites-card-body{display:flex;flex-direction:column;gap:4px;flex:1}.dr-favorites-card-title{font-size:14px;color:#364e5d;font-weight:500}.dr-favorites-card-subtitle{font-size:12px;color:#577587}.dr-favorites-card-chevron{width:18px;height:18px;color:#577587;opacity:.25}.dr-favorites-header-action{width:28px;height:28px;border:1px solid #e3eded;border-radius:8px;background:#fff;color:#577587;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dr-favorites-header-action svg{width:16px;height:16px}.dr-favorites-action{display:flex;justify-content:center;border:none;background:#eff6f4;color:#1f2f35;border-radius:8px;padding:10px 12px;font-size:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;width:100%}.dr-favorites-action svg{width:16px;height:16px}@media (max-width: 1100px){.dr-favorites{height:auto}.dr-favorites-list{overflow:visible}}.dr-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px #1428280f;border:1px solid #eff4f4;display:flex;flex-direction:column;gap:16px}.dr-pill{font-size:10px;color:#7f949f;background:#edf4f4;padding:4px;border-radius:999px;width:fit-content}.dr-card-title{font-size:14px;font-weight:700;margin:0;color:#1c2a31}.dr-card-description{font-size:12px;color:#6f8793;line-height:1.4;margin:0}.dr-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px;padding-top:12px;border-top:1px solid #ECF5F5}.dr-tag{font-size:10px;padding:4px 8px;border-radius:6px;display:inline-flex;align-items:center;gap:6px}.dr-tag-neutral{background:#eff5f5;color:#7a919c}.dr-tag-forecast{background:#e2f6ee;color:#2f9f7e;font-weight:600}.dr-tag-icon{width:8px;height:8px;border-radius:2px;background:#2f9f7e;display:inline-block}.dr-page-wrap{background:#f1f8f7;min-height:calc(100vh - 68px);height:calc(100vh - 68px)}.dr-page{padding:20px 24px 40px;color:#1f2f35;margin:0 auto;max-width:90vw;height:100%;display:flex;flex-direction:column}.dr-header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.dr-back{width:36px;height:36px;border-radius:4px;border:1px solid #e0ecec;background:#f1f8f7;display:inline-flex;align-items:center;justify-content:center;color:#5a7380}.dr-title{font-size:20px;font-weight:600;margin:0}.dr-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:22px;flex-wrap:wrap}.dr-search{flex:1 1 360px;display:flex;align-items:center;gap:10px;padding:8px 20px;border-radius:999px;border:1px solid #e2eeee;background:#fff;color:#4a5f68;min-height:56px}.dr-search input::placeholder{color:#7d95a0;font-weight:500;font-size:13px}.dr-search input{border:none;outline:none;width:100%;font-size:13px;background:transparent}.dr-search-icon{width:16px;height:16px;color:#7d95a0}.dr-toggle{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#5a7380;cursor:pointer}.dr-toggle input{display:none}.dr-toggle-track{width:36px;height:20px;background:#dbe8e8;border-radius:999px;position:relative;transition:background .16s ease}.dr-toggle-thumb{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .16s ease;box-shadow:0 1px 2px #00000026}.dr-toggle input:checked+.dr-toggle-track{background:#43d1a1}.dr-toggle input:checked+.dr-toggle-track .dr-toggle-thumb{transform:translate(16px)}.dr-content{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;flex:1;min-height:0}.dr-main{display:flex;flex-direction:column;min-height:0}.dr-section-title{margin:0 0 14px;font-size:13px;color:#6b8793;font-weight:600}.dr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;overflow-y:auto;min-height:0;padding-right:4px;flex:1}@media (max-width: 1100px){.dr-content{grid-template-columns:1fr}.dr-page-wrap{height:auto;min-height:calc(100vh - 68px)}.dr-page{height:auto}.dr-grid{overflow:visible}}@media (max-width: 720px){.dr-page{padding:16px}.dr-search{max-width:100%}.dr-grid{grid-template-columns:1fr}}.drf-wrap{background:#f1f8f7;min-height:calc(100vh - 68px);height:calc(100vh - 68px)}.drf-page{max-width:90vw;margin:0 auto;padding:20px 24px 40px;height:100%;display:flex;flex-direction:column}.drf-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.drf-back{width:40px;height:40px;border-radius:6px;border:1px solid #e0ecec;background:transparent;color:#5a7380;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.drf-title{margin:0;font-size:20px;line-height:1.1;font-weight:700;color:#1f2f35}.drf-count{margin:4px 0 0;font-size:13px;color:#7f949d}.drf-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}.drf-search{min-height:42px;flex:1 1 420px;display:flex;align-items:center;gap:10px;padding:0 16px;border-radius:999px;border:1px solid #dfebeb;background:#fff}.drf-search input{width:100%;border:none;height:56px;outline:none;background:transparent;font-size:13px;color:#415962}.drf-search input::placeholder{color:#364e5d}.drf-search-icon{width:14px;height:14px}.drf-sort-btn{height:42px;border:1px solid #dfebeb;border-radius:4px;padding:0 14px;color:#6a8089;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.drf-sort-icon{width:14px;height:14px;display:block}.drf-toggle{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#7a8f99;cursor:pointer}.drf-toggle input{display:none}.drf-toggle-track{width:36px;height:20px;background:#dbe8e8;border-radius:999px;position:relative;transition:background .16s ease}.drf-toggle-thumb{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .16s ease;box-shadow:0 1px 2px #00000026}.drf-toggle input:checked+.drf-toggle-track{background:#43d1a1}.drf-toggle input:checked+.drf-toggle-track .drf-toggle-thumb{transform:translate(16px)}.drf-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.drf-tab{border:1px solid transparent;border-radius:999px;background:#fff;color:#64748b;font-size:11px;font-weight:400;padding:4px 10px;cursor:pointer}.drf-tab.is-active{background:#0f2027;color:#6efced}.drf-grid{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;min-height:0;padding-right:4px}.drf-grid-primary{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}.drf-grid-secondary,.drf-grid-tertiary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:16px}.drf-left-column{display:grid;grid-template-rows:minmax(0,223px) minmax(0,223px);gap:16px;min-height:0}.drf-left-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:0}.drf-right-column{display:grid;height:100%;min-height:0}.drf-card-hero{display:flex;flex-direction:row!important;align-items:stretch;gap:16px;height:223px;max-height:223px;overflow:hidden}.drf-card-hero .drf-preview{flex:0 0 32%;height:100%;min-height:0}.drf-card-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.drf-card-hero .drf-card-content{flex:1 1 auto;display:flex;flex-direction:column;min-width:0;min-height:0}.drf-card-tall{display:flex;flex-direction:column;height:100%;min-height:0}.drf-left-bottom .drf-card{height:100%;max-height:223px;overflow:hidden}.drf-card-tall .drf-preview{height:220px;flex:0 0 auto}.drf-card-secondary-right{display:flex;flex-direction:column!important}.drf-card-secondary-left,.drf-card-secondary-right{height:223px;max-height:223px;overflow:hidden}.drf-card-secondary-right.drf-card-hero{flex-direction:row!important}.drf-card-secondary-right.drf-card-hero .drf-preview{flex:0 0 32%;height:100%}.drf-card{background:#fff;border-radius:10px;border:1px solid #eaf2f2;padding:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.drf-preview{height:110px;border-radius:8px;background:#f3f5f6;position:relative;overflow:hidden}.drf-pill{width:fit-content;font-size:9px;color:#8ca0a9;background:#edf4f4;border-radius:999px;padding:3px 6px}.drf-card-title{margin:0;font-size:14px;line-height:1.25;color:#1f2f35;font-weight:700}.drf-card-desc{margin:0;font-size:12px;line-height:1.45;color:#7b8f98}.drf-card-tags{border-top:1px solid #ecf5f5;padding-top:12px;display:flex;gap:6px;flex-wrap:wrap}.drf-tag{font-size:9px;color:#7a919c;background:#eff5f5;border-radius:6px;padding:3px 6px;font-weight:600;height:21px}.drf-tag-forecast{background:#e2f6ee;color:#2f9f7e}@media (max-width: 1100px){.drf-grid-primary{grid-template-columns:1fr}.drf-right-column{height:auto}.drf-left-bottom{grid-template-columns:1fr}.drf-card-hero{display:flex;flex-direction:column;height:auto}.drf-card-hero .drf-preview{flex:0 0 auto;height:140px}.drf-card-secondary-right.drf-card-hero{flex-direction:row!important;height:223px}.drf-card-secondary-right.drf-card-hero .drf-preview{flex:0 0 32%;height:100%}.drf-grid-secondary,.drf-grid-tertiary{grid-template-columns:1fr}}@media (max-width: 760px){.drf-page{padding:16px;max-width:100%}.drf-title{font-size:20px}.drf-grid-primary,.drf-grid-tertiary{grid-template-columns:1fr}}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-600:oklch(57.7% .245 27.325);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-10{top:calc(var(--spacing)*10)}.right-2{right:calc(var(--spacing)*2)}.isolate{isolation:isolate}.z-50{z-index:50}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.my-1{margin-block:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-2{margin-right:calc(var(--spacing)*2)}.ml-2{margin-left:calc(var(--spacing)*2)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.\[height\:-webkit-fill-available\]{height:-webkit-fill-available}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-\[89px\]{height:89px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-px{height:1px}.max-h-\[--radix-select-content-available-height\]{max-height:--radix-select-content-available-height}.max-h-screen{max-height:100vh}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-4{width:calc(var(--spacing)*4)}.w-32{width:calc(var(--spacing)*32)}.w-48{width:calc(var(--spacing)*48)}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:--radix-select-content-transform-origin}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.resize{resize:both}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-transparent{border-color:#0000}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\!{background-color:var(--color-white)!important}.object-contain{object-fit:contain}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-6{padding:calc(var(--spacing)*6)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.pt-0{padding-top:calc(var(--spacing)*0)}.pr-8{padding-right:calc(var(--spacing)*8)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-2{padding-left:calc(var(--spacing)*2)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.whitespace-nowrap{white-space:nowrap}.text-red-600{color:var(--color-red-600)}.capitalize{text-transform:capitalize}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-1000{--tw-duration:1s;transition-duration:1s}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media (min-width:48rem){.md\:h-\[fill-available\]{height:fill-available}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}*{font-family:Sora,sans-serif;line-height:1.6}@media (max-width:1024px){.studyview-content{max-width:90vw!important}}.blocks{margin-top:50px}::selection{background:#6affef50}::-webkit-selection{background:#6affef50}.tiptap.ProseMirror>p{margin-bottom:1.5em}.xerfi-data-viewer *{font-family:din-2014,Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@keyframes spin{to{transform:rotate(360deg)}}
