.notes-rich-editor .ProseMirror{outline:none;min-height:inherit;color:var(--note-canvas-text,#18181b);font-size:15px;line-height:1.65;caret-color:var(--neon-purple-dark)}@media (max-width:768px){.notes-rich-editor .ProseMirror{font-size:16px}}.notes-rich-editor .note-content-collapsed{overflow:hidden}.notes-rich-editor .note-content-collapsed:has(.email-html-block){max-height:none!important;overflow:visible}.notes-rich-editor .note-content-collapsed-fade{background:linear-gradient(to top,var(--note-canvas-bg,#f8f8f6) 0,color-mix(in srgb,var(--note-canvas-bg,#f8f8f6) 88%,transparent) 55%,transparent 100%)}.notes-root .note-read-less-dock{background:linear-gradient(to top,var(--editor-dock-scrim) 0,color-mix(in srgb,var(--editor-dock-scrim) 60%,transparent) 45%,transparent 100%)}.notes-rich-editor .ProseMirror>*+*{margin-top:.35em}.notes-rich-editor .ProseMirror p{margin:.35em 0;line-height:1.65}.notes-rich-editor .ProseMirror h1{font-size:1.65rem;font-weight:700;letter-spacing:-.02em;margin:.75em 0 .35em;color:var(--note-canvas-text,#18181b)}.notes-rich-editor .ProseMirror h2{font-size:1.35rem;font-weight:600;letter-spacing:-.015em;margin:.65em 0 .3em;color:#27272a}.notes-rich-editor .ProseMirror h3{font-size:1.15rem;font-weight:600;margin:.55em 0 .25em;color:#3f3f46}.notes-rich-editor .ProseMirror ol,.notes-rich-editor .ProseMirror ul{margin:.5em 0;padding-left:0;list-style:none!important}.notes-rich-editor .ProseMirror ul.notes-bullet-list>li,.notes-rich-editor .ProseMirror ul:not([data-type=taskList])>li{position:relative;margin:.25em 0;padding-left:1.35rem;list-style:none!important}.notes-rich-editor .ProseMirror ul.notes-bullet-list>li:before,.notes-rich-editor .ProseMirror ul:not([data-type=taskList])>li:before{content:"•";position:absolute;left:0;top:.1em;color:var(--neon-purple-dark);font-weight:700;line-height:1.6}.notes-rich-editor .ProseMirror ul.notes-bullet-list ul>li:before,.notes-rich-editor .ProseMirror ul:not([data-type=taskList]) ul>li:before{content:"◦";color:var(--note-canvas-text-muted,var(--text-muted))}.notes-rich-editor .ProseMirror ol,.notes-rich-editor .ProseMirror ol.notes-ordered-list{counter-reset:note-ordered-list;list-style:none!important}.notes-rich-editor .ProseMirror ol.notes-ordered-list>li,.notes-rich-editor .ProseMirror ol>li{counter-increment:note-ordered-list;position:relative;margin:.25em 0;padding-left:1.65rem;list-style:none!important}.notes-rich-editor .ProseMirror ol.notes-ordered-list>li:before,.notes-rich-editor .ProseMirror ol>li:before{content:counter(note-ordered-list) ".";position:absolute;left:0;top:.05em;min-width:1.25rem;color:var(--note-canvas-text-muted,var(--text-muted));font-variant-numeric:tabular-nums;font-weight:600;line-height:1.6}.notes-rich-editor .ProseMirror ol ol{counter-reset:note-ordered-list}.notes-rich-editor .ProseMirror li>p{margin:0;line-height:1.6}.notes-rich-editor .ProseMirror li>ol,.notes-rich-editor .ProseMirror li>ul{margin-top:.25em;margin-bottom:.25em}.notes-rich-editor .ProseMirror blockquote{border-left:3px solid var(--neon-purple-dark);padding-left:1rem;margin:.65em 0;color:var(--note-canvas-text-secondary,#52525b);font-style:italic}.notes-rich-editor .ProseMirror code{background:rgba(24,24,27,.06);color:#27272a;padding:.1em .35em;border-radius:4px;font-family:var(--font-mono);font-size:.9em}.notes-rich-editor .ProseMirror pre{background:var(--text-primary);border:1px solid rgba(24,24,27,.1);color:#18181b;padding:.9rem 1rem;border-radius:10px;overflow-x:auto;font-family:var(--font-mono);font-size:.85em;margin:.65em 0}.notes-rich-editor .ProseMirror pre code{background:none;padding:0}.notes-rich-editor .ProseMirror hr{border:none;border-top:1px solid rgba(24,24,27,.12);margin:1.25em 0}.notes-rich-editor .ProseMirror a{color:var(--neon-purple-dark);text-decoration:underline;text-underline-offset:2px}.notes-rich-editor .ProseMirror a:hover{color:#6d28d9}.notes-rich-editor .ProseMirror .note-editor-image,.notes-rich-editor .ProseMirror p img,.notes-rich-editor .ProseMirror>img{display:block;width:100%;max-width:100%;height:auto;margin:.85rem 0;border-radius:.75rem;border:1px solid rgba(24,24,27,.1);box-shadow:0 4px 16px rgba(0,0,0,.08);cursor:zoom-in;pointer-events:auto;object-fit:contain;background:var(--bg-secondary);transition:box-shadow .2s ease,border-color .2s ease}.notes-rich-editor .ProseMirror .note-editor-image:hover,.notes-rich-editor .ProseMirror p img:hover,.notes-rich-editor .ProseMirror>img:hover{border-color:rgba(147,51,234,.35);box-shadow:0 8px 24px rgba(0,0,0,.1)}.notes-rich-editor .ProseMirror .note-editor-image.ProseMirror-selectednode,.notes-rich-editor .ProseMirror p img.ProseMirror-selectednode,.notes-rich-editor .ProseMirror>img.ProseMirror-selectednode{outline:2px solid rgba(147,51,234,.45);outline-offset:2px}.notes-rich-editor .ProseMirror.is-editor-empty p:first-child:before{content:attr(data-placeholder);float:left;color:var(--note-canvas-text-muted,var(--text-secondary));pointer-events:none;height:0}.notes-rich-editor .ProseMirror.is-editor-empty p:first-child{min-height:1.65em}.notes-rich-editor .ProseMirror>.notes-editor-table,.notes-rich-editor .ProseMirror>:not(.email-html-block) table,.notes-rich-editor .ProseMirror>table{border-collapse:collapse;width:100%;margin:.65em 0;table-layout:fixed}.notes-rich-editor .ProseMirror>.notes-editor-table td,.notes-rich-editor .ProseMirror>.notes-editor-table th,.notes-rich-editor .ProseMirror>:not(.email-html-block) table td,.notes-rich-editor .ProseMirror>:not(.email-html-block) table th,.notes-rich-editor .ProseMirror>table td,.notes-rich-editor .ProseMirror>table th{border:1px solid rgba(24,24,27,.12);padding:.35rem .5rem;vertical-align:top;min-width:2rem}.notes-rich-editor .ProseMirror>.notes-editor-table th,.notes-rich-editor .ProseMirror>table th{background:rgba(24,24,27,.04);font-weight:600}.notes-rich-editor .ProseMirror .selectedCell{background:rgba(124,58,237,.08)}.notes-rich-editor .ProseMirror .column-resize-handle{background-color:var(--neon-purple-dark);width:3px}.email-html-block{width:100%;max-width:100%;padding:.25rem 0;overflow:visible}.email-html-render{display:block;width:100%;min-height:1rem;overflow-x:auto;overflow-y:visible;background:#ffffff;border-radius:.375rem;box-shadow:0 1px 3px rgba(0,0,0,.06);-webkit-overflow-scrolling:touch}.files-root.files-mobile-detail .notes-files-preview-body .email-html-block{padding-left:0;padding-right:0}.files-root.files-mobile-detail .notes-files-preview-body .email-html-render{overflow-x:visible;overflow-y:visible;touch-action:pan-x pan-y}.notes-rich-editor .note-content-collapsed .email-html-block{overflow:visible}.email-html-render--empty{padding:.5rem 0}.email-html-block__chrome{border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:.35rem}.capture-file-editor-shell .email-html-block{overflow:visible}.capture-file-editor-shell .email-html-render{max-width:100%}@media (max-width:767px){.capture-file-editor-shell .email-html-render{max-width:none;overflow-x:visible;overflow-y:visible}}.pdf-page-surface{touch-action:none}.pdf-preview-root--mobile .pdf-page-surface{touch-action:pan-y pinch-zoom}.docx-preview-root{width:100%}.docx-preview-styles{display:none}.docx-preview-body .docx-preview-wrapper{background:transparent!important;padding:24px 16px 8px!important;align-items:center}.docx-preview-body .docx-preview-wrapper>section.docx-preview{background:#fff!important;box-shadow:0 2px 16px rgba(0,0,0,.14)!important;margin-bottom:24px!important;overflow:visible!important}.docx-preview-body .docx-preview{color:#18181b}.pdf-preview-root:focus-visible{box-shadow:inset 0 0 0 2px rgba(124,58,237,.2)}.legacy-doc-preview-root{width:100%;padding:12px 16px 20px}.legacy-doc-preview-root--compact{padding:8px 12px 16px}.legacy-doc-preview-hint{margin:0 0 12px;font-size:11px;line-height:1.4;color:#64748b}.legacy-doc-preview-sheet{max-width:816px;margin:0 auto;padding:32px 40px 40px;background:#fff;border-radius:2px;box-shadow:0 2px 16px rgba(0,0,0,.14);color:#18181b}.legacy-doc-preview-root--compact .legacy-doc-preview-sheet{padding:20px 18px 24px}.legacy-doc-preview-paragraph{margin:0 0 .85rem;font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.legacy-doc-preview-paragraph:last-child{margin-bottom:0}.legacy-doc-preview-notes{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.legacy-doc-preview-notes__title{margin:0 0 .5rem;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.legacy-doc-preview-notes__body{font-size:13px;line-height:1.5;color:#334155}.pdf-preview-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.file-preview-overlay{touch-action:manipulation}.file-preview-shell{height:100dvh}.file-preview-mobile-chrome{flex-shrink:0;position:relative;z-index:40;isolation:isolate;padding:max(.75rem,env(safe-area-inset-top)) .75rem .5rem;background:rgba(5,5,8,.96)}.file-preview-mobile-chrome--docx{border-bottom:1px solid rgba(255,255,255,.08)}.file-preview-mobile-chrome__leading{display:flex;min-width:0;align-items:center;gap:.5rem}.file-preview-mobile-chrome__meta{min-width:0}.file-preview-mobile-chrome__type{display:block;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.5)}.file-preview-mobile-chrome__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;color:rgba(255,255,255,.92);max-width:46vw}.pdf-preview-mobile-chrome{flex-shrink:0;position:relative;z-index:30;isolation:isolate;padding:max(.75rem,env(safe-area-inset-top)) .75rem .5rem;background:rgba(5,5,8,.96);border-bottom:1px solid rgba(255,255,255,.08)}.pdf-preview-root--mobile .pdf-preview-toolbar{position:relative;z-index:20}.file-preview-mobile-body{flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.image-preview-nav{position:absolute;top:50%;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;border:1px solid color-mix(in srgb,var(--border-glass) 80%,#ffffff 20%);color:#ffffff;background:color-mix(in srgb,#050508 55%,transparent 45%);box-shadow:0 8px 28px color-mix(in srgb,#000000 35%,transparent 65%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateY(-50%);transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.image-preview-nav:hover{background:color-mix(in srgb,var(--neon-purple) 42%,#050508 58%);border-color:color-mix(in srgb,var(--neon-purple) 45%,var(--border-glass) 55%)}.image-preview-nav:active{transform:translateY(-50%) scale(.96)}.image-preview-nav--left{left:max(.75rem,env(safe-area-inset-left))}.image-preview-nav--right{right:max(.75rem,env(safe-area-inset-right))}.docx-preview-scroll-host{width:100%;min-width:0;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-x pan-y}.docx-preview-scroll-host .docx-preview-body,.docx-preview-scroll-host .docx-preview-body .docx-preview-wrapper,.docx-preview-scroll-host .docx-preview-root{width:max-content;min-width:100%}.docx-preview-root--compact .docx-preview-body .docx-preview-wrapper{padding:12px 8px 16px!important}.docx-preview-loading-overlay{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#e8e8e6;color:#71717a}@media (max-width:767px){.excel-preview--compact .excel-preview-cell{font-size:11px;padding:4px 6px}.excel-preview--compact .excel-preview-col-header,.excel-preview--compact .excel-preview-row-header{font-size:10px;padding:4px 6px}.excel-preview--compact .excel-preview-corner{z-index:10}.excel-preview--compact .excel-preview-col-header{z-index:8}.excel-preview--compact .excel-preview-row-header{z-index:6}}[data-theme=dark] .docx-preview-body .docx-preview-wrapper>section.docx-preview,[data-theme=dark] .file-preview-stage,[data-theme=dark] .legacy-doc-preview-sheet,[data-theme=dark] .pdf-page-surface,[data-theme=dark] .pdf-preview-toolbar{background:#ffffff!important;color:#18181b}[data-theme=dark] .docx-preview-loading-overlay{background:#e8e8e6!important;color:#71717a!important}[data-theme=dark] .legacy-doc-preview-hint,[data-theme=dark] .legacy-doc-preview-notes__title{color:#64748b!important}[data-theme=dark] .legacy-doc-preview-notes{border-top-color:#e2e8f0!important}[data-theme=dark] .legacy-doc-preview-notes__body{color:#334155!important}[data-theme=dark] .pdf-preview-toolbar{border-bottom-color:rgba(15,23,42,.1)!important}[data-theme=dark] .pdf-preview-root:focus-visible{box-shadow:inset 0 0 0 2px rgba(124,58,237,.28)}.excel-preview-grid{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.excel-preview-table{background:#fff}.excel-preview-col-header,.excel-preview-corner,.excel-preview-row-header{background:#f3f3f3;border:1px solid #d4d4d4;color:#52525b;font-size:11px;font-weight:600;text-align:center;user-select:none}.excel-preview-corner{left:0;min-width:42px;position:sticky;width:42px;z-index:30}.excel-preview-col-header{min-height:24px;padding:4px 6px;top:0}.excel-preview-row-header{min-width:42px;padding:2px 6px;width:42px}.excel-preview-cell{border:1px solid #e4e4e7;color:#18181b;font-size:13px;line-height:1.3;max-width:280px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.excel-preview-cell--selected{box-shadow:inset 0 0 0 2px #217346;outline:1px solid #217346;position:relative;z-index:1}.excel-preview-grid:focus{box-shadow:inset 0 0 0 2px rgba(33,115,70,.18)}[data-theme=dark] .excel-preview{background:#f3f3f3!important}[data-theme=dark] .excel-preview-empty-state,[data-theme=dark] .excel-preview-formula-bar,[data-theme=dark] .excel-preview-table,[data-theme=dark] .excel-preview-tabs{background:#ffffff!important}[data-theme=dark] .excel-preview-tabs{background:#f3f3f3!important;border-top-color:#d4d4d4!important}[data-theme=dark] .excel-preview-formula-bar{border-bottom-color:#d4d4d4!important}[data-theme=dark] .excel-preview-col-header,[data-theme=dark] .excel-preview-corner,[data-theme=dark] .excel-preview-row-header{background:#f3f3f3!important;border-color:#d4d4d4!important;color:#52525b!important}[data-theme=dark] .excel-preview-cell{border-color:#e4e4e7!important;color:#18181b!important}[data-theme=dark] .excel-preview-tab--active,[data-theme=dark] .excel-preview-tabs button[class*=bg-white]{background:#ffffff!important;color:#217346!important}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_e896d9{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_e896d9{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}