.dt-ai-document{background:var(--dt-color-surface);border:1px solid var(--dt-color-border);box-shadow:var(--dt-shadow-md);color:var(--dt-color-text);border-radius:1rem;flex-direction:column;width:min(76rem,100vw - 2rem);height:min(48rem,100vh - 2rem);min-height:40rem;display:flex;overflow:hidden}.dt-ai-document button{font-family:var(--dt-font-interface)}.dt-ai-document__header{border-bottom:1px solid var(--dt-color-border);justify-content:space-between;align-items:center;gap:1rem;min-height:4.75rem;padding:.75rem 1rem;display:flex}.dt-ai-document__identity{align-items:center;gap:.75rem;min-width:0;display:flex}.dt-ai-document__file-icon{background:color-mix(in srgb, var(--dt-color-brand) 10%, var(--dt-color-surface));color:var(--dt-color-brand);border-radius:.75rem;flex:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.dt-ai-document__file-icon svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:1.25rem;height:1.25rem}.dt-ai-document__identity>div{min-width:0}.dt-ai-document__identity>div>span{color:var(--dt-color-brand);font-family:var(--dt-font-compact);letter-spacing:.12em;text-transform:uppercase;font-size:.5625rem;font-weight:800;display:block}.dt-ai-document__identity h2{text-overflow:ellipsis;white-space:nowrap;margin:.2rem 0 0;font-size:.9375rem;overflow:hidden}.dt-ai-document__identity p{color:var(--dt-color-text-muted);margin:.15rem 0 0;font-size:.625rem}.dt-ai-document__identity p i{color:var(--dt-color-success);font-style:normal}.dt-ai-document__header-actions{align-items:center;gap:.5rem;display:flex}.dt-ai-document__header-actions button{background:var(--dt-color-surface);border:1px solid var(--dt-color-border);color:var(--dt-color-text);cursor:pointer;border-radius:.625rem;justify-content:center;align-items:center;gap:.375rem;height:2.25rem;padding:0 .75rem;font-size:.6875rem;font-weight:700;display:flex}.dt-ai-document__header-actions button:first-child,.dt-ai-document__header-actions .dt-ai-document__close{width:2.25rem;padding:0}.dt-ai-document__header-actions svg{stroke:currentColor;stroke-linecap:round;stroke-width:1.75px;width:1rem;height:1rem}.dt-ai-document__header-actions button:hover{border-color:var(--dt-color-brand);color:var(--dt-color-brand)}.dt-ai-document__body{flex:1;grid-template-columns:7.25rem minmax(20rem,1fr);min-height:0;display:grid}.dt-ai-document[data-native-document-controls=true] .dt-ai-document__body{display:block}.dt-ai-document[data-native-document-controls=true] .dt-ai-document__reader{height:100%}.dt-ai-document__pages{background:var(--dt-color-surface-muted);border-right:1px solid var(--dt-color-border);padding:1rem .75rem;overflow-y:auto}.dt-ai-document__pages>span{color:var(--dt-color-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.625rem;font-size:.5625rem;font-weight:800;display:block}.dt-ai-document__pages>button{color:var(--dt-color-text-muted);cursor:pointer;text-align:left;background:0 0;border:0;width:100%;margin-bottom:.75rem;padding:0;display:block}.dt-ai-document__thumbnail{aspect-ratio:4/5;background:var(--dt-color-surface);border:1px solid var(--dt-color-border);box-shadow:var(--dt-shadow-sm);border-radius:.375rem;justify-content:center;align-items:center;width:100%;padding:.35rem;display:flex;overflow:hidden}.dt-ai-document__thumbnail i{color:var(--dt-color-border-strong);font:1.5rem var(--dt-font-editorial)}.dt-ai-document__pages>button strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.375rem;font-size:.5625rem;font-weight:650;display:block;overflow:hidden}.dt-ai-document__pages>button[aria-current=page]{color:var(--dt-color-brand)}.dt-ai-document__pages>button[aria-current=page] .dt-ai-document__thumbnail{border-color:var(--dt-color-brand);box-shadow:0 0 0 2px var(--dt-color-focus)}.dt-ai-document__reader{background:color-mix(in srgb, var(--dt-color-background) 75%, var(--dt-color-surface));flex-direction:column;min-width:0;display:flex}.dt-ai-document__reader-toolbar{background:var(--dt-color-surface);border-bottom:1px solid var(--dt-color-border);justify-content:space-between;align-items:center;min-height:2.75rem;padding:0 .875rem;display:flex}.dt-ai-document__reader-toolbar>div{align-items:center;gap:.25rem;display:flex}.dt-ai-document__reader-toolbar span{color:var(--dt-color-text-muted);font-size:.625rem;font-weight:650}.dt-ai-document__reader-toolbar button{color:var(--dt-color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.dt-ai-document__reader-toolbar button:hover{background:var(--dt-color-surface-muted);color:var(--dt-color-brand)}.dt-ai-document__reader-toolbar button:disabled{cursor:default;opacity:.35}.dt-ai-document__reader-toolbar svg{stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:.875rem;height:.875rem}.dt-ai-document__reader-toolbar output{color:var(--dt-color-text-muted);text-align:center;min-width:2.5rem;font-size:.5625rem}.dt-ai-document__canvas{flex:1;padding:1.5rem;overflow:auto}.dt-ai-document__canvas>article{color:#1b1e1b;transform-origin:top;background:#fff;max-width:39rem;min-height:44rem;margin:0 auto;padding:clamp(2rem,5vw,4rem);transition:width .18s;box-shadow:0 .5rem 2rem #1118141f}@media (width<=64rem){.dt-ai-document__body{grid-template-columns:5.5rem minmax(18rem,1fr)}.dt-ai-document__pages{padding-inline:.5rem}}@media (width<=48rem){.dt-ai-document{border-radius:0;width:100%;height:100dvh;min-height:35rem}.dt-ai-document__header{min-height:4rem;padding:.625rem .75rem}.dt-ai-document__file-icon{width:2.25rem;height:2.25rem}.dt-ai-document__identity h2{max-width:12rem;font-size:.8125rem}.dt-ai-document__identity>div>span,.dt-ai-document__identity p{font-size:.5rem}.dt-ai-document__header-actions button:first-child{display:none}.dt-ai-document__open{width:2.25rem;font-size:0!important}.dt-ai-document__open span{font-size:.875rem}.dt-ai-document__body{display:block;position:relative}.dt-ai-document__pages{border:0;border-bottom:1px solid var(--dt-color-border);gap:.5rem;height:5.75rem;padding:.5rem .75rem;display:flex;overflow:auto hidden}.dt-ai-document__pages>span{display:none}.dt-ai-document__pages>button{flex:0 0 3.25rem;margin:0}.dt-ai-document__pages>button strong{display:none}.dt-ai-document__thumbnail{height:4.25rem}.dt-ai-document__reader{height:calc(100% - 5.75rem)}.dt-ai-document__canvas{padding:1rem}}:root{--dt-color-brand:#0b695e;--dt-color-brand-hover:#064c44;--dt-color-on-brand:#fff;--dt-color-accent:#ff2d20;--dt-color-background:#f0f2ed;--dt-color-surface:#fff;--dt-color-surface-muted:#f8fafc;--dt-color-text:#10120f;--dt-color-text-muted:#646960;--dt-color-border:#e2e5ea;--dt-color-border-strong:#cbd0d8;--dt-color-focus:#0b695e38;--dt-color-success:#16835d;--dt-color-warning:#b66a08;--dt-color-danger:#c53228;--dt-color-info:#2563a8;--dt-radius-sm:.5rem;--dt-radius-md:.75rem;--dt-radius-lg:1rem;--dt-shadow-sm:0 .25rem .75rem #10120f0f;--dt-shadow-md:0 1.125rem 2.75rem #0b695e1a;--dt-font-interface:"DM Sans", ui-sans-serif, system-ui, sans-serif;--dt-font-compact:Manrope, ui-sans-serif, system-ui, sans-serif;--dt-font-editorial:"DM Serif Display", Georgia, serif;--dt-control-height:2.75rem;--dt-control-height-xs:1.75rem;--dt-control-height-sm:2.25rem;--dt-control-height-lg:3rem;--dt-control-height-xl:3.5rem;--dt-space-panel:1.5rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--dt-color-background:#111713;--dt-color-surface:#181f1a;--dt-color-surface-muted:#202922;--dt-color-text:#f2f5f0;--dt-color-text-muted:#a9b2a9;--dt-color-border:#303b33;--dt-color-border-strong:#48554b;--dt-color-brand:#79c8bb;--dt-color-brand-hover:#9bd8cf;--dt-color-on-brand:#10201c;--dt-color-focus:#79c8bb47;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-density=compact]{--dt-control-height:2.25rem;--dt-control-height-xs:1.625rem;--dt-control-height-sm:1.875rem;--dt-control-height-lg:2.625rem;--dt-control-height-xl:3rem;--dt-space-panel:1rem}.dt-ai-document,.dt-ai-document *{box-sizing:border-box}.dt-ai-document :is(svg,button){max-inline-size:100%}.dt-ai-document button{font:inherit}.cm-document-reader-host{height:100%;min-height:0}.company-document-reader .dt-ai-document{border:0;border-radius:0;width:100%;height:100%;min-height:0}.cm-document-reader-source{background:#fff;border:0;width:100%;height:100%;min-height:0;display:block}.company-document-reader .dt-ai-document[data-native-document-controls=true] .dt-ai-document__canvas{padding:0!important}.company-document-reader .dt-ai-document[data-native-document-controls=true] .dt-ai-document__canvas>article{box-shadow:none;max-width:none;height:100%;min-height:100%;margin:0;padding:0;width:100%!important}@media (width<=48rem){.cm-document-reader-source{min-height:100%}}
/*$vite$:1*/