.demo-container.svelte-1da4r4i{width:680px;margin:0 auto;padding:1rem 2rem 0;background-color:var(--color-slate-50);border:2px solid var(--color-slate-200);border-radius:1rem;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 768px){.demo-container.svelte-1da4r4i{padding:1rem;border-radius:0;width:100%;margin:0;box-shadow:none}}.filters-section.svelte-1da4r4i{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.filters-section.svelte-1da4r4i{flex-direction:column;align-items:center}}.filter-card.svelte-1da4r4i{border:1px solid var(--color-slate-200);background:#fff;border-radius:1rem;padding:16px;width:280px;height:fit-content;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;transition:all .2s ease-in-out}.filter-card.svelte-1da4r4i:hover{background-color:var(--color-slate-50);border-color:var(--color-slate-300)}@media (max-width: 800px){.filter-card.svelte-1da4r4i{width:100%}}.filters-header.svelte-1da4r4i{font-size:14px;font-weight:500;color:var(--color-slate-900);margin-left:1rem}.filter-header.svelte-1da4r4i{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:var(--color-slate-900)}.category-title.svelte-1da4r4i{display:flex;flex-direction:row;align-items:center;gap:4px}.created-by-ai-notice.svelte-1da4r4i{font-size:12px;font-weight:400;color:var(--color-slate-500);margin-top:4px}.tags-container.svelte-1da4r4i{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;max-height:160px;overflow-y:auto;padding:4px 0 0;margin-top:-2px}.tag-button.svelte-1da4r4i{background-color:var(--color-white);border-radius:2rem;padding:6px 12px;border:1px solid var(--color-slate-200);border-bottom-width:2px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:row;gap:6px;color:var(--color-slate-800);font-size:14px;font-weight:400;text-align:left;cursor:pointer;transition:all .2s ease-in-out}.tag-button.svelte-1da4r4i .count:where(.svelte-1da4r4i){background-color:var(--color-slate-100);color:var(--color-slate-500);font-size:12px;font-weight:500;padding:2px 4px;border-radius:4px;transition:background-color .2s ease-in-out;height:fit-content;margin:auto 0}.tag-button.svelte-1da4r4i:hover{background-color:var(--color-slate-100);border-color:var(--color-slate-300);transform:translateY(-2px)}.tag-button.selected.svelte-1da4r4i{background-color:var(--color-purple-100);border-color:var(--color-purple-300);color:var(--color-purple-700)}.tag-button.selected.svelte-1da4r4i .count:where(.svelte-1da4r4i){color:var(--color-purple-500);background-color:var(--color-purple-200)}.tag-button.svelte-1da4r4i:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background-color:var(--color-slate-50);border-color:var(--color-slate-100)}.tag-button.svelte-1da4r4i:disabled .count:where(.svelte-1da4r4i){color:var(--color-slate-400)}.tag-button.disabled.svelte-1da4r4i{opacity:.4;background-color:var(--color-slate-50);border-color:var(--color-slate-100);color:var(--color-slate-400)}.tag-button.disabled.svelte-1da4r4i .count:where(.svelte-1da4r4i){background-color:var(--color-slate-100);color:var(--color-slate-400)}.results-section.svelte-1da4r4i{display:flex;flex-direction:column;gap:1rem;border:1px solid var(--color-slate-200);padding-top:1rem;background-color:var(--color-slate-100);padding:1rem 1rem 0;border-radius:1rem;margin-bottom:2rem}.results-header.svelte-1da4r4i{font-size:14px;font-weight:500;color:var(--color-slate-700)}.no-results.svelte-1da4r4i{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin-top:1rem}.no-results.svelte-1da4r4i p:where(.svelte-1da4r4i){font-size:14px;font-weight:400;color:var(--color-slate-500);margin:0}.documents-list.svelte-1da4r4i{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;max-height:200px;overflow-y:auto;padding-right:4px;padding-bottom:1rem;padding-top:2px;margin-top:-2px}.documents-list.svelte-1da4r4i::-webkit-scrollbar{width:6px}.documents-list.svelte-1da4r4i::-webkit-scrollbar-track{background:var(--color-slate-50);border-radius:3px}.documents-list.svelte-1da4r4i::-webkit-scrollbar-thumb{background:var(--color-slate-300);border-radius:3px}.documents-list.svelte-1da4r4i::-webkit-scrollbar-thumb:hover{background:var(--color-slate-400)}.document-item.svelte-1da4r4i{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--color-slate-200);background:var(--color-white);display:flex;flex-direction:row;align-items:center;gap:6px;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .2s ease-in-out}@media (max-width: 768px){.document-item.svelte-1da4r4i{flex-direction:column;align-items:flex-start;gap:4px;width:100%}}.document-item.svelte-1da4r4i .doc-item-header:where(.svelte-1da4r4i){display:flex;flex-direction:row;align-items:center;gap:6px}.document-item.svelte-1da4r4i .doc-icon:where(.svelte-1da4r4i){color:var(--color-blue-400)}.document-item.svelte-1da4r4i .doc-name:where(.svelte-1da4r4i){font-size:14px;color:var(--color-slate-700)}@media (max-width: 768px){.document-item.svelte-1da4r4i .doc-name:where(.svelte-1da4r4i){font-size:12px;font-weight:500}}.file-types-section.svelte-1da4r4i{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.file-types-card.svelte-1da4r4i{background:var(--color-white);border:1px solid var(--color-slate-200);border-radius:.75rem;padding:1rem;display:flex;flex-direction:row;align-items:center;gap:.5rem}@media (max-width: 768px){.file-types-card.svelte-1da4r4i{flex-direction:column;align-items:flex-start}}.file-types-label.svelte-1da4r4i{font-size:14px;font-weight:500;color:var(--color-slate-700);margin-right:.25rem;white-space:nowrap}.file-types-options.svelte-1da4r4i{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}.file-type-button.svelte-1da4r4i{display:flex;flex-direction:row;align-items:center;gap:6px}section.svelte-1kvbo9c{width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}section.svelte-1kvbo9c h2:where(.svelte-1kvbo9c){font-size:24px;font-weight:600;color:var(--color-slate-900)}.faq-section.svelte-1kvbo9c{width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;background:linear-gradient(to bottom,#ffffffb3,#fff6);padding:2rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-list.svelte-1kvbo9c{width:100%;display:flex;flex-direction:column;gap:1rem}.faq-item.svelte-1kvbo9c{padding:0;border-bottom:1px solid var(--color-slate-200);display:flex;flex-direction:column;overflow:hidden}.faq-item.svelte-1kvbo9c:last-child{border-bottom:none}.faq-question.svelte-1kvbo9c{width:100%;padding:1rem;background:none;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:500;color:var(--color-slate-900);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;transition:background-color .2s ease-in-out}.faq-question.svelte-1kvbo9c:focus{outline:none}.faq-answer.svelte-1kvbo9c{padding:1rem;font-size:16px;font-weight:400;color:var(--color-slate-700);line-height:1.6}@media (max-width: 768px){.faq-answer.svelte-1kvbo9c{font-size:16px}}.faq-answer.svelte-1kvbo9c .faq-link:where(.svelte-1kvbo9c){color:var(--color-purple-600);text-decoration:none}.faq-answer.svelte-1kvbo9c .faq-link:where(.svelte-1kvbo9c):hover{text-decoration:underline}.how-it-works-section.svelte-c6nyn5{width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem}.how-it-works-section.svelte-c6nyn5 h2:where(.svelte-c6nyn5){font-size:24px;font-weight:600;color:var(--color-slate-900);margin:0}.stepper.svelte-c6nyn5{width:100%;display:flex;flex-direction:column;gap:0;position:relative}.step.svelte-c6nyn5{display:flex;gap:1.5rem;position:relative}.step.svelte-c6nyn5:not(:last-child){padding-bottom:2rem}.step-indicator.svelte-c6nyn5{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.step-circle.svelte-c6nyn5{width:40px;height:40px;border-radius:50%;background:var(--color-slate-700);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #478cd44d;z-index:1;margin:auto 0}.step-line.svelte-c6nyn5{width:2px;flex-grow:1;background:var(--color-slate-700);margin-top:.5rem;position:absolute;top:0;height:calc(100% - 160px);margin:80px 0 0 20px}.step-card.svelte-c6nyn5{flex:1;background:linear-gradient(to bottom,#ffffffb3,#fff6);padding:1.5rem;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-card.svelte-c6nyn5 .step-header:where(.svelte-c6nyn5){font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--color-slate-500);margin-bottom:.75rem}.step-card.svelte-c6nyn5 h3:where(.svelte-c6nyn5){display:flex;align-items:center;gap:.5rem;font-size:18px;font-weight:600;color:var(--color-slate-900);margin:0 0 .5rem;line-height:1.4}.step-card.svelte-c6nyn5 p:where(.svelte-c6nyn5){font-size:16px;font-weight:400;color:var(--color-slate-700);margin:0;line-height:1.6}@media (max-width: 768px){.how-it-works-section.svelte-c6nyn5 h2:where(.svelte-c6nyn5){font-size:20px}.step.svelte-c6nyn5{gap:1rem}.step.svelte-c6nyn5:not(:last-child){padding-bottom:1.5rem}.step-circle.svelte-c6nyn5{width:36px;height:36px}.step-card.svelte-c6nyn5{padding:1.25rem}.step-card.svelte-c6nyn5 .step-header:where(.svelte-c6nyn5){font-size:11px}.step-card.svelte-c6nyn5 h3:where(.svelte-c6nyn5){font-size:16px}.step-card.svelte-c6nyn5 p:where(.svelte-c6nyn5){font-size:14px}}.page.svelte-be8h3l{width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:linear-gradient(180deg,#e8f0f8,#f5f7fa 40%,#fafbfc)}.hero-gradient-wrapper.svelte-be8h3l{width:100%;background:var(--gradient-bg-color);padding:0 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.content.svelte-be8h3l{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:80px;margin:4rem 2rem 0}section.svelte-be8h3l{width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}@media (max-width: 780px){section.svelte-be8h3l{max-width:100%}}section.svelte-be8h3l h2:where(.svelte-be8h3l){font-size:24px;font-weight:500;color:var(--color-slate-900);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}section.svelte-be8h3l p:where(.svelte-be8h3l){font-size:16px;font-weight:400;color:var(--color-slate-700)}.hero.svelte-be8h3l{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:unset;margin:2rem 1rem;width:640px}@media (max-width: 1440px){.hero.svelte-be8h3l{width:100%}}@media (max-width: 1080px){.hero.svelte-be8h3l{width:640px}}@media (max-width: 768px){.hero.svelte-be8h3l{width:100%;margin:0}}.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l){width:100%;margin:1rem;display:flex;flex-direction:row}@media (max-width: 768px){.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l){flex-direction:row;align-items:center;justify-content:center;margin:0}}.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l) .drive-icon:where(.svelte-be8h3l){width:24px;height:24px}.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l) .continue-with-google-btn:where(.svelte-be8h3l){background:#fff;color:var(--color-slate-900);border:1.5px solid #e0e7ef;border-radius:999px;padding:.85rem 2.2rem;font-size:20px;font-weight:600;cursor:pointer;box-shadow:0 8px 28px #7882961c,0 1.5px 7px #9c70f60d;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;text-shadow:none}.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l) .continue-with-google-btn:where(.svelte-be8h3l):hover,.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l) .continue-with-google-btn:where(.svelte-be8h3l):focus{background:#f6f7fa;box-shadow:0 14px 32px #7882962e,0 3px 13px #9c70f617;transform:translateY(-2px) scale(1.03);outline:none}@media (max-width: 768px){.hero.svelte-be8h3l .hero-button-container:where(.svelte-be8h3l) .continue-with-google-btn:where(.svelte-be8h3l){padding:.65rem 1.5rem;font-size:16px}}.hero.svelte-be8h3l h1:where(.svelte-be8h3l){font-size:64px;text-align:left;font-weight:400;color:var(--color-slate-900);line-height:1;font-family:"IBM+Plex+Serif",Inter,sans-serif;margin:0 auto}@media (max-width: 768px){.hero.svelte-be8h3l h1:where(.svelte-be8h3l){font-size:56px;line-height:1}}.hero.svelte-be8h3l h1:where(.svelte-be8h3l) .word:where(.svelte-be8h3l){display:inline-block;margin-right:0}.hero.svelte-be8h3l h1:where(.svelte-be8h3l) .document-text:where(.svelte-be8h3l){margin:0 -8px;padding:0 8px;background:linear-gradient(90deg,#478cd4,#d56a77,#faaa3c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border:2px dotted var(--color-slate-400);box-shadow:0 0 10px #0000001a;border-radius:8px}.hero.svelte-be8h3l .hero-selling-points:where(.svelte-be8h3l){font-size:24px;font-weight:400;color:var(--color-slate-500)}@media (max-width: 768px){.hero.svelte-be8h3l .hero-selling-points:where(.svelte-be8h3l){font-size:20px}}.pricing-section-wrapper.svelte-be8h3l{display:flex;justify-content:center;align-items:center;width:100%}.faq-section.svelte-be8h3l{display:flex;justify-content:center;align-items:center;width:100%;margin:-72px 0 2rem}.demo-container.svelte-be8h3l{margin-top:1rem;width:100%;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;flex:0}@media (max-width: 1080px){.demo-container.svelte-be8h3l{width:100%}}@media (max-width: 768px){.demo-container.svelte-be8h3l{padding:2rem 0 0;margin:0;width:100vw}}.demo-container-inner.svelte-be8h3l{display:flex;flex-direction:column;width:100%;max-width:900px;padding:0;flex:0;gap:1rem}@media (max-width: 768px){.demo-container-inner.svelte-be8h3l{margin:0;flex-direction:column-reverse}}.spacer.svelte-be8h3l{height:5rem}.dummy.svelte-be8h3l{margin-bottom:72px}.gwm-badge-container.svelte-be8h3l{background:none;border:none;padding:0;margin:0 auto;cursor:pointer;width:fit-content;transition:all .2s ease-in-out}.gwm-badge-container.svelte-be8h3l:hover{opacity:.8}.google-workspace-section.svelte-be8h3l{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:1rem}.google-workspace-section.svelte-be8h3l p:where(.svelte-be8h3l){margin:0;line-height:1.5}.hero-row.svelte-be8h3l{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:1rem;margin:1rem}@media (max-width: 1080px){.hero-row.svelte-be8h3l{flex-direction:column;align-items:center;width:100%}}.figure-info.svelte-be8h3l{font-size:14px;color:var(--color-slate-500);text-align:center}@media (max-width: 768px){.figure-info.svelte-be8h3l{padding:0 1rem;text-align:left}}
