@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=DM+Serif+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.hero-visual{width:100%;display:flex;justify-content:center;align-items:center}.visual-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.circle-container{width:280px;height:280px;border-radius:50%;background:radial-gradient(circle at center,#f3e8ff,#fff);box-shadow:0 0 60px 20px #7b61ff33;display:flex;justify-content:center;align-items:center}.ambient-circle{position:relative;width:80%;height:80%;border-radius:50%;background:linear-gradient(to bottom right,#fff,#f9f5ff);box-shadow:inset 0 0 20px #7b61ff14;display:flex;justify-content:center;align-items:center;overflow:hidden}.chart-container{position:relative;width:100%;height:100%}.chart-content{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(.97);filter:blur(2px);transition:opacity 3s ease,transform 3s ease,filter 3s ease}.chart-content.fade-in{opacity:1;transform:scale(1);filter:blur(0);z-index:2}.chart-content.fade-out{z-index:1}.reveal-layer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:revealSweep 3s ease forwards;z-index:3;pointer-events:none}@keyframes revealSweep{to{left:100%}}.floating-stats{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:280px;padding:0 8px}.stat{background-color:#4c1d951a;color:#4c1d95;padding:8px 12px;border-radius:12px;font-weight:500;font-size:.85rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 6px #0000000d;white-space:nowrap;text-align:center}.chart-content line{filter:drop-shadow(0 0 2px rgba(123,97,255,.4))}.home-container{max-width:1200px;margin:0 auto;padding:60px 30px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1f2937}.hero-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:60px 30px;background:linear-gradient(to right,#f9f5ff,#fff);border-radius:16px;margin-bottom:60px}.hero-left{flex:0 0 55%;display:flex;flex-direction:column;align-items:flex-start;padding-right:20px}.hero-right{flex:0 0 45%;display:flex;justify-content:center;align-items:center;padding-left:20px}.hero-title{font-size:3rem;font-weight:700;color:#4c1d95;margin-bottom:20px}.hero-tagline,.hero-message{font-size:1.2rem;font-weight:500;color:#6b7280;margin-bottom:30px;line-height:1.8;text-align:justify}.home-cta{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;margin-top:20px}.btn{padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.btn.primary{background-color:#4c1d95;color:#fff;border:none}.btn.primary:hover{background-color:#9a67ea}.btn.outline{background-color:#f9f5ff;color:#4c1d95;border:2px solid #4c1d95}.btn.outline:hover{background-color:#f3e8ff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}.feature-card{background-color:#fff;border-radius:16px;padding:28px;box-shadow:0 6px 20px #0000000d;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb}.feature-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000014}.feature-icon{font-size:2.5rem;margin-bottom:16px;color:#7c3aed}.feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#1f2937}.feature-card p{font-size:.95rem;color:#374151}.usecase-section{padding:60px 30px;background:linear-gradient(to right,#f9f5ff,#fff);border-radius:16px;margin-bottom:60px;text-align:center}.usecase-section .hero-title{font-size:2.5rem;font-weight:700;color:#4c1d95;margin-bottom:20px}.usecase-section .hero-tagline{font-size:1.2rem;font-weight:500;color:#6b7280;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.usecase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}@media(max-width:768px){.usecase-grid{grid-template-columns:1fr}}.usecase-card{background-color:#fff;border-radius:16px;padding:28px;box-shadow:0 6px 20px #0000000d;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.usecase-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000014}.usecase-card h2{font-size:1.4rem;font-weight:700;color:#4c1d95;margin-bottom:15px}.usecase-card p{font-size:1rem;color:#374151;margin-bottom:15px}.usecase-card ul{padding-left:20px;color:#374151;font-size:.95rem}.usecase-card li{margin-bottom:8px}.usecase-tagline{font-size:1.05rem;font-weight:600;color:#4c1d95;margin-bottom:16px}.home-footer{text-align:center;font-size:.9rem;color:#6b7280;padding-top:30px;border-top:1px solid #e5e7eb;background-color:#f9fafb;margin-top:60px}.home-footer a{color:#7c3aed;text-decoration:none;margin:0 8px;font-weight:500}@media(max-width:1024px){.hero-left,.hero-right{flex:0 0 100%;max-width:100%;padding:0}.hero-left{margin-bottom:40px}}.underline{text-decoration:underline}.demo-section{margin-bottom:60px}.demo-inner{background:linear-gradient(to right,#f9f5ff,#fff);border-radius:16px;padding:48px 40px}.demo-header{text-align:center;margin-bottom:32px}.demo-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#ede9fe;color:#4c1d95;font-size:12px;font-weight:600;padding:4px 14px;border-radius:20px;margin-bottom:14px;letter-spacing:.04em}.demo-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#7c3aed;display:inline-block}.demo-heading{font-size:2rem;font-weight:700;color:#4c1d95;margin-bottom:10px;margin-top:0}.demo-subheading{font-size:1rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.6;text-align:justify}.demo-subheading strong{color:#4c1d95}.demo-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;justify-content:center}.demo-tab{padding:8px 18px;border-radius:20px;border:1.5px solid #c4b5fd;background:transparent;font-size:13px;font-weight:500;color:#4c1d95;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s ease}.demo-tab:hover:not(.demo-tab--active){background:#ede9fe}.demo-tab--active{background:#4c1d95;color:#fff;border-color:#4c1d95}.demo-topic-toggle{margin-bottom:28px}.demo-topic-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.demo-topic-pill{margin:5px;padding:8px 18px;border-radius:20px;border:1.5px solid #c4b5fd;background:transparent;font-size:13px;font-weight:500;color:#4c1d95;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s ease}.demo-topic-pill:hover:not(.demo-topic-pill--active){background:#ede9fe}.demo-topic-pill--active{background:#4c1d95;color:#fff;border-color:#4c1d95}.demo-panel{animation:demo-fade .2s ease}@keyframes demo-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.demo-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.demo-stat{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #e5e7eb}.demo-stat-label{font-size:11px;color:#6b7280;margin-bottom:6px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.demo-stat-value{font-size:24px;font-weight:700;color:#4c1d95}.demo-card{background:#fff;border-radius:16px;padding:24px 28px;border:1px solid #e5e7eb;box-shadow:0 6px 20px #0000000d;margin-bottom:4px}.demo-card-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:16px}.demo-chart-wrap{position:relative;width:100%}.demo-source-note{font-size:11px;color:#9ca3af;margin-top:12px}.demo-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.demo-card--synthesis{position:relative;overflow:hidden}.demo-synthesis-label{font-size:11px;font-weight:600;color:#7c3aed;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.demo-synthesis-title{font-size:17px;font-weight:700;color:#4c1d95;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.demo-synthesis-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.demo-tag{font-size:11px;padding:3px 10px;border-radius:12px;background:#ede9fe;color:#4c1d95;font-weight:500}.demo-synthesis-body{font-size:14px;line-height:1.8;color:#374151}.demo-synthesis-body p{margin-bottom:14px}.demo-pmid{display:inline-flex;align-items:center;font-size:10px;font-weight:600;background:#ede9fe;color:#4c1d95;padding:1px 7px;border-radius:4px;margin-left:2px;vertical-align:middle;border:1px solid #c4b5fd}.demo-synthesis-fade{height:60px;background:linear-gradient(to bottom,transparent,#ffffff);margin:0 -28px}.demo-synthesis-continues{font-size:12px;color:#9ca3af;font-style:italic;margin-top:8px}.demo-cta-row{display:flex;justify-content:center;gap:16px;margin-top:32px;flex-wrap:wrap}@media(max-width:768px){.demo-inner{padding:32px 20px}.demo-stats-row{grid-template-columns:repeat(2,1fr)}.demo-two-col{grid-template-columns:1fr}.demo-heading{font-size:1.5rem}}.auth-page{max-width:400px;margin:3rem auto;padding:2rem 2.5rem;background:var(--form-bg, #fff);border-radius:8px;box-shadow:0 4px 15px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-color, #222)}.auth-page h2{text-align:center;margin-bottom:1.5rem;font-weight:700;font-size:1.8rem}.auth-page form{display:flex;flex-direction:column;gap:1.2rem}.auth-page input{padding:12px 15px;font-size:1rem;border:1.5px solid #ccc;border-radius:6px;transition:border-color .3s ease;outline-offset:2px;background-color:var(--input-bg, #fff);color:var(--input-text, #121212)}.auth-page input[type=email]:focus,.auth-page input[type=password]:focus{border-color:#4c1d95;box-shadow:0 0 6px #4c1d95aa}.auth-page button[type=submit]{padding:12px 15px;font-size:1.1rem;font-weight:600;border:none;border-radius:6px;background-color:#4c1d95;color:#fdfbfb;cursor:pointer;transition:background-color .25s ease}.auth-page button[type=submit]:hover{background-color:#4c1d95}.auth-page .error{margin-top:1rem;color:#d9534f;font-weight:600;text-align:center}.auth-page .logout-button{padding:12px 15px;font-size:1.1rem;font-weight:600;border:none;border-radius:6px;background-color:#4c1d95;color:#121212;cursor:pointer;transition:background-color .25s ease;margin-top:1rem}.auth-page .logout-button:hover{background-color:#4c1d95}.modal{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:100%;box-shadow:0 0 20px #0003}.StripeElement{padding:12px;border:1px solid #ccc;border-radius:4px;width:100%;box-sizing:border-box;font-size:16px}@media(max-width:600px){.modal{max-width:90%;padding:1rem}}.modal-buttons{display:flex;justify-content:space-between;margin-top:20px}.cancel-button,.pay-button{background-color:#4c1d95;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.cancel-button,.pay-button{background-color:#4c1d95}.cancel-button:hover,.pay-button:hover{background-color:#3e0b75}.cancel-button:disabled,.pay-button:disabled{background-color:#ccc;cursor:not-allowed}.card-element-wrapper{margin-bottom:20px}.error{color:red;font-size:14px;margin-top:10px}.q-root{font-family:DM Sans,system-ui,sans-serif;max-width:760px;margin:0 auto;padding:2rem 1.25rem 3rem}.q-section-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:#888;margin:0 0 1rem}.q-search-card{background:#fff;border:.5px solid #e0e0e0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.q-field-full{margin-bottom:10px}.q-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.q-field-group{display:flex;flex-direction:column;gap:5px}.q-label{font-size:12px;font-weight:500;color:#777;letter-spacing:.02em}.q-input{height:40px;padding:0 12px;font-size:14px;font-family:inherit;color:#222;background:#fafafa;border:.5px solid #d5d5d5;border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;width:100%}.q-input:focus{border-color:#7f77dd;box-shadow:0 0 0 3px #7f77dd1f;background:#fff}.q-input::placeholder{color:#bbb}.q-form-footer{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}.q-discount-input{flex:1;min-width:140px}.q-btn-estimate{height:40px;padding:0 20px;background:#534ab7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s}.q-btn-estimate:hover:not(:disabled){background:#3c3489}.q-btn-estimate:active:not(:disabled){transform:scale(.98)}.q-btn-estimate:disabled{background:#b0aae0;cursor:not-allowed}.q-feedback{margin-top:14px;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;line-height:1.5}.q-feedback--error{background:#fff0f0;color:#c0392b;border:.5px solid #f5c6c6}.q-feedback--success{background:#f0effe;color:#3c3489;border:.5px solid #c8c4f0}.q-plans-section{margin-top:0}.q-plans-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.q-plan-card{background:#fff;border:.5px solid #e0e0e0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0;transition:border-color .15s}.q-plan-card:hover{border-color:#c4c0e8}.q-plan-card--featured{border:2px solid #7F77DD}.q-plan-card--selected{border:2px solid #534AB7}.q-plan-badge{display:inline-block;align-self:flex-start;font-size:11px;font-weight:500;letter-spacing:.04em;padding:3px 10px;border-radius:6px;background:#eeedfe;color:#3c3489;margin-bottom:10px}.q-plan-name{font-size:17px;font-weight:500;color:#222;margin:0 0 4px}.q-plan-price{font-size:22px;font-weight:500;color:#534ab7;margin:0 0 14px;min-height:30px;line-height:1.2}.q-plan-divider{height:.5px;background:#ebebeb;margin-bottom:14px}.q-plan-features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:8px;flex:1}.q-plan-features li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#555;line-height:1.4}.q-feat-dot{width:5px;height:5px;border-radius:50%;background:#afa9ec;margin-top:5px;flex-shrink:0}.q-plan-card--featured .q-feat-dot{background:#534ab7}.q-btn-plan{width:100%;height:38px;border-radius:8px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;border:.5px solid #d5d5d5;background:#f5f5f5;color:#999}.q-btn-plan--active{background:#534ab7;color:#fff;border-color:#534ab7}.q-btn-plan--active:hover:not(:disabled){background:#3c3489;border-color:#3c3489}.q-btn-plan:not(.q-btn-plan--active):hover:not(:disabled){background:#efefef}.q-btn-plan:disabled{cursor:not-allowed;opacity:.7}@media(max-width:600px){.q-field-row{grid-template-columns:1fr}.q-form-footer{flex-direction:column;align-items:stretch}.q-btn-estimate{width:100%}}@media(max-width:600px){.q-plans-grid{grid-template-columns:1fr}}.cpm-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box;width:100vw;overflow:hidden}.cpm-modal{background:#fff;border-radius:12px;border:.5px solid #e0e0e0;padding:1.75rem;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;overflow-x:hidden;font-family:DM Sans,system-ui,sans-serif;color:#222;box-sizing:border-box}.cpm-modal *{box-sizing:border-box;max-width:100%}.cpm-title{font-size:18px;font-weight:500;color:#222;margin:0 0 1rem}.cpm-body,.cpm-price-line{font-size:14px;color:#555;margin:0 0 1rem}.cpm-price-line strong{color:#534ab7}.cpm-field{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem;width:100%}.cpm-label{font-size:12px;font-weight:500;color:#888;letter-spacing:.02em}.cpm-input{height:40px;padding:0 12px;font-size:16px;font-family:inherit;color:#222;background:#fafafa;border:.5px solid #d5d5d5;border-radius:8px;outline:none;width:100%;display:block;transition:border-color .15s,box-shadow .15s}.cpm-input:focus{border-color:#7f77dd;box-shadow:0 0 0 3px #7f77dd1f;background:#fff}.cpm-card-wrapper{padding:11px 12px;background:#fafafa;border:.5px solid #d5d5d5;border-radius:8px;width:100%;display:block}.cpm-error{font-size:13px;font-weight:500;color:#c0392b;background:#fff0f0;border:.5px solid #f5c6c6;border-radius:8px;padding:10px 14px;margin-bottom:1rem;width:100%}.cpm-success p{font-size:14px;color:#3c3489;font-weight:500;margin:0 0 1rem}.cpm-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:1.25rem;flex-wrap:wrap;width:100%}.cpm-btn{height:38px;padding:0 18px;font-size:14px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0}.cpm-btn--primary{background:#534ab7;color:#fff;border:none}.cpm-btn--primary:hover:not(:disabled){background:#3c3489}.cpm-btn--primary:disabled{background:#b0aae0;cursor:not-allowed}.cpm-btn--ghost{background:transparent;color:#888;border:.5px solid #d5d5d5}.cpm-btn--ghost:hover{background:#f5f5f5;color:#444}@media(max-width:600px){.cpm-modal{padding:1.25rem}.cpm-buttons{flex-direction:column-reverse;gap:8px}.cpm-btn{width:100%;height:44px;text-align:center}}.wstm-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;box-sizing:border-box;width:100vw;overflow:hidden}.wstm-modal{background:#fff;border-radius:12px;border:.5px solid #e0e0e0;padding:1.75rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;font-family:DM Sans,system-ui,sans-serif;color:#222;box-sizing:border-box}.wstm-modal *{box-sizing:border-box;max-width:100%}.wstm-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.wstm-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:#999;margin:0 0 3px}.wstm-title{font-size:18px;font-weight:500;color:#222;margin:0}.wstm-close-x{background:none;border:none;font-size:14px;color:#bbb;cursor:pointer;padding:2px 4px;line-height:1;transition:color .15s;flex-shrink:0;max-width:none}.wstm-close-x:hover{color:#555}.wstm-description{font-size:13px;color:#888;line-height:1.5;margin:0 0 1.25rem}.wstm-error{font-size:13px;font-weight:500;color:#c0392b;background:#fff0f0;border:.5px solid #f5c6c6;border-radius:8px;padding:10px 14px;margin-bottom:1rem;width:100%}.wstm-muted{font-size:13px;color:#bbb;margin:0 0 1rem}.wstm-term-list{display:flex;flex-direction:column;margin-bottom:1.25rem;width:100%}.wstm-term-row{padding:12px 0;border-bottom:.5px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;width:100%}.wstm-term-row:last-child{border-bottom:none}.wstm-term-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.wstm-term-text{font-size:14px;font-weight:500;color:#222;word-break:break-word;min-width:0}.wstm-freq-pill{font-size:11px;font-weight:500;padding:2px 9px;border-radius:99px;background:#eeedfe;color:#3c3489;white-space:nowrap;flex-shrink:0}.wstm-term-actions{display:flex;gap:6px;flex-shrink:0}.wstm-edit-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;width:100%}.wstm-edit-row .wstm-input{flex:1;min-width:0;margin-bottom:0}.wstm-input{height:38px;padding:0 12px;font-size:16px;font-family:inherit;color:#222;background:#fafafa;border:.5px solid #d5d5d5;border-radius:8px;outline:none;width:100%;display:block;transition:border-color .15s,box-shadow .15s;margin-bottom:8px}.wstm-input:focus{border-color:#7f77dd;box-shadow:0 0 0 3px #7f77dd1f;background:#fff}.wstm-input::placeholder{color:#bbb}.wstm-select{height:38px;padding:0 10px;font-size:14px;font-family:inherit;color:#444;background:#fafafa;border:.5px solid #d5d5d5;border-radius:8px;outline:none;cursor:pointer;max-width:100%}.wstm-select:focus{border-color:#7f77dd}.wstm-btn{height:36px;padding:0 16px;font-size:13px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;border:none;white-space:nowrap;transition:background .15s;flex-shrink:0}.wstm-btn--primary{background:#534ab7;color:#fff}.wstm-btn--primary:hover:not(:disabled){background:#3c3489}.wstm-btn--primary:disabled{background:#b0aae0;cursor:not-allowed}.wstm-btn--ghost{background:transparent;color:#888;border:.5px solid #d5d5d5}.wstm-btn--ghost:hover{background:#f5f5f5;color:#444}.wstm-btn--danger{background:#fff0f0;color:#c0392b;border:.5px solid #f5c6c6}.wstm-btn--danger:hover{background:#ffe0e0}.wstm-btn--sm{height:30px;padding:0 12px;font-size:12px}.wstm-add-section{background:#fafafa;border:.5px solid #ebebeb;border-radius:10px;padding:1.25rem;margin-bottom:1.25rem;width:100%}.wstm-add-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;width:100%}.wstm-freq-row{display:flex;align-items:center;gap:8px}.wstm-freq-label{font-size:12px;font-weight:500;color:#888;white-space:nowrap}.wstm-footer{display:flex;justify-content:flex-end}@media(max-width:600px){.wstm-modal{padding:1.25rem}.wstm-term-row{flex-direction:column;align-items:flex-start;gap:8px}.wstm-term-info,.wstm-term-actions{width:100%}.wstm-term-actions .wstm-btn{flex:1;text-align:center}.wstm-edit-row{flex-direction:column}.wstm-edit-row .wstm-input,.wstm-edit-row .wstm-select,.wstm-edit-row .wstm-btn{width:100%}.wstm-add-section{padding:1rem}.wstm-add-footer{flex-direction:column;align-items:stretch}.wstm-freq-row{justify-content:space-between}.wstm-freq-row .wstm-select{flex:1}.wstm-add-footer .wstm-btn--primary,.wstm-footer .wstm-btn{width:100%;height:44px;font-size:15px}}.db-root{font-family:DM Sans,system-ui,sans-serif;max-width:720px;margin:0 auto;padding:2rem 1.25rem 4rem;overflow-x:hidden;color:#222}.db-page-header{margin-bottom:2rem}.db-page-title{font-family:DM Sans,system-ui,sans-serif;font-size:28px;font-weight:500;color:#222;margin:0 0 4px}.db-page-sub{font-size:14px;color:#888;margin:0}.db-section-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:#888;margin:0 0 1rem}.db-card{background:#fff;border:.5px solid #e0e0e0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.db-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:1.5rem}.db-stat{background:#fafafa;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.db-stat-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:#999;position:relative;display:inline-flex;align-items:center;gap:4px}.db-stat-value{font-size:22px;font-weight:500;color:#534ab7;line-height:1.2}.db-stat-value--sm{font-size:13px;color:#333;word-break:break-all}.db-stat-denom{font-size:14px;color:#bbb;font-weight:400}.db-info-icon{font-size:12px;color:#aaa;cursor:pointer;position:relative;line-height:1}.db-info-icon:after{content:attr(data-info);position:absolute;top:120%;left:50%;transform:translate(-50%);background:#1e143ce6;color:#f0effe;font-size:12px;font-weight:400;text-transform:none;letter-spacing:0;padding:8px 10px;border-radius:6px;white-space:normal;width:220px;max-width:80vw;text-align:center;line-height:1.4;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.db-info-icon:hover:after{opacity:1}.db-actions{display:flex;flex-wrap:wrap;gap:8px}.db-btn{height:36px;padding:0 16px;font-size:13px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;border:none;white-space:nowrap}.db-btn:active{transform:scale(.98)}.db-btn--primary{background:#534ab7;color:#fff}.db-btn--primary:hover{background:#3c3489}.db-btn--ghost{background:transparent;color:#888;border:.5px solid #d5d5d5}.db-btn--ghost:hover{background:#f5f5f5;color:#444}.db-btn--danger{background:#7b1010;color:#fff}.db-btn--danger:hover{background:#a31515}.db-btn--pill{height:26px;padding:0 12px;font-size:12px;font-weight:500;font-family:inherit;border-radius:99px;cursor:pointer;border:.5px solid #d5d5d5;background:#f5f5f5;color:#534ab7;transition:background .15s}.db-btn--pill:hover{background:#eeedfe;border-color:#afa9ec}.db-note{font-size:12px;color:#aaa;margin:-.5rem 0 1rem}.db-muted{font-size:14px;color:#aaa;margin:0}.db-muted--sm{font-size:12px;margin-top:4px}.db-link{color:#534ab7;font-weight:500;text-decoration:none;transition:color .15s}.db-link:hover{color:#3c3489;text-decoration:underline}.db-link:visited{color:#534ab7}.db-link--sm{font-size:13px}.db-feedback{padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500}.db-feedback--error{background:#fff0f0;color:#c0392b;border:.5px solid #f5c6c6}.db-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.db-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.db-table th{text-align:left;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:#999;padding:8px 10px;border-bottom:.5px solid #e8e8e8}.db-table td{padding:10px;border-bottom:.5px solid #f0f0f0;color:#444;word-break:break-word;overflow-wrap:anywhere}.db-table tbody tr:last-child td{border-bottom:none}.db-history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.db-history-entry{padding:14px 0;border-bottom:.5px solid #f0f0f0}.db-history-entry:last-child{border-bottom:none}.db-entry-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.db-entry-query{font-size:14px;font-weight:500;color:#222;word-break:break-word}.db-entry-years{font-weight:400;color:#888}.db-entry-date{font-size:12px;color:#bbb;white-space:nowrap}.db-entry-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.db-file-list{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:6px}.db-file-link{font-size:13px;display:inline-flex;align-items:center;gap:6px;word-break:break-all}.db-file-icon{font-size:12px;color:#afa9ec;flex-shrink:0}.db-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.db-modal{background:#fff;border-radius:12px;padding:1.75rem;max-width:400px;width:90%;border:.5px solid #e0e0e0}.db-modal-title{font-family:DM Sans,system-ui,sans-serif;font-size:20px;font-weight:500;color:#222;margin:0 0 10px}.db-modal-body{font-size:14px;color:#555;line-height:1.6;margin:0 0 1rem}.db-modal-input{width:100%;height:40px;padding:0 12px;font-size:14px;font-family:inherit;border:.5px solid #d5d5d5;border-radius:8px;outline:none;box-sizing:border-box;background:#fafafa;transition:border-color .15s,box-shadow .15s}.db-modal-input:focus{border-color:#7f77dd;box-shadow:0 0 0 3px #7f77dd1f;background:#fff}.db-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:1.25rem}@media(max-width:500px){.db-profile-grid{grid-template-columns:1fr 1fr}.db-entry-header{flex-direction:column;gap:4px}.db-entry-date{align-self:flex-start}.db-info-icon:after{width:90vw;left:0;transform:none}}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:1.75rem;max-width:400px;width:90%;border:.5px solid #e0e0e0;font-family:DM Sans,system-ui,sans-serif}.modal.large-modal{max-width:480px}.modal h3{font-size:18px;font-weight:500;color:#222;margin:0 0 1rem}.modal p{font-size:14px;color:#555;line-height:1.6;margin:0 0 .75rem}.modal label{font-size:12px;font-weight:500;color:#777;display:block;margin-bottom:6px}.modal select.modal-input,.modal-input{width:100%;height:40px;padding:0 12px;font-size:14px;font-family:inherit;border:.5px solid #d5d5d5;border-radius:8px;outline:none;box-sizing:border-box;background:#fafafa;color:#222;margin-bottom:.75rem;transition:border-color .15s,box-shadow .15s}.modal-input:focus{border-color:#7f77dd;box-shadow:0 0 0 3px #7f77dd1f;background:#fff}.modal .card-element-wrapper{padding:12px;border:.5px solid #d5d5d5;border-radius:8px;background:#fff;margin-bottom:1rem}.modal .modal-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:1.25rem}.modal .modal-buttons button{height:36px;padding:0 16px;font-size:13px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;border:.5px solid #d5d5d5;background:transparent;color:#888;transition:background .15s}.modal .modal-buttons button:hover:not(:disabled){background:#f5f5f5;color:#444}.modal .modal-buttons button:last-child{background:#534ab7;color:#fff;border-color:#534ab7}.modal .modal-buttons button:last-child:hover:not(:disabled){background:#3c3489;border-color:#3c3489}.modal .modal-buttons button:disabled{opacity:.5;cursor:not-allowed}.modal .success-message p{color:#3c3489;font-weight:500}.modal .success-message button{margin-top:.75rem;height:36px;padding:0 16px;font-size:13px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;background:#534ab7;color:#fff;border:none;transition:background .15s}.modal .success-message button:hover{background:#3c3489}.modal .error{font-size:13px;font-weight:500;color:#c0392b;background:#fff0f0;border:.5px solid #f5c6c6;border-radius:8px;padding:10px 14px;margin-bottom:.75rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f3e8ff;color:#4c1d95;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:sticky;top:0;z-index:100;box-shadow:0 2px 6px #0000000d}.nav-logo{font-weight:700;font-size:1.4rem;text-decoration:none;color:#4c1d95}.nav-links a,.nav-logout{text-decoration:none;font-weight:600;color:#4c1d95;font-size:1rem;font-family:inherit;background:none;border:none;cursor:pointer;transition:color .2s ease}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle div{width:25px;height:3px;background-color:#4c1d95;border-radius:2px;transition:all .3s ease}.nav-toggle.open div:nth-child(1){transform:rotate(45deg) translateY(8px)}.nav-toggle.open div:nth-child(2){opacity:0}.nav-toggle.open div:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media(max-width:768px){.nav-toggle{display:flex}.nav-links{position:absolute;top:100%;right:0;background-color:#f3e8ff;flex-direction:column;align-items:flex-start;width:200px;max-height:0;overflow:hidden;padding:0;gap:1rem;border-radius:0 0 8px 8px;box-shadow:0 4px 8px #0000001a;transition:max-height .3s ease,padding .3s ease}.nav-links.active{max-height:300px;padding:1rem}.nav-links a,.nav-logout{width:100%;text-align:left;font-size:1.1rem;padding:.3rem 0}}.terms-content{max-width:900px;margin-top:40px}.terms-content p{text-align:justify;text-justify:inter-word;line-height:1.7;margin-bottom:1.5em;font-size:1rem;color:#374151}.terms-content h2{font-size:1.6rem;font-weight:700;color:#4c1d95;margin-top:2.5em;margin-bottom:1em}.terms-content h3,.terms-content h4{font-size:1.3rem;font-weight:600;color:#4c1d95;margin-top:2em;margin-bottom:.75em}.terms-content ul{padding-left:20px;margin-bottom:1.5em}.terms-content li{margin-bottom:.5em;color:#374151;line-height:1.6}.hero-section{padding:40px 30px;background:linear-gradient(to right,#f9f5ff,#fff);border-radius:16px}.hero-left{flex:1;max-width:100%}.hero-title{font-size:2.5rem;margin:0;padding:0}.hero-tagline{font-size:1.1rem;font-weight:500;color:#6b7280;margin-bottom:30px;text-align:justify}a.internal{color:#7c3aed;text-decoration:none;margin:0 8px;font-weight:500}.footer-container{text-align:center;font-size:.9rem;color:#6b7280;padding:40px 20px;border-top:1px solid #e5e7eb;background-color:#f9fafb;margin-top:60px}.footer-links{margin-bottom:6px}.footer-links a{color:#7c3aed;text-decoration:none;margin:0 8px;font-weight:500}.footer-links a:hover{text-decoration:underline}.footer-copy{font-size:.85rem;color:#777}.ipsc-report-section{min-height:80vh;align-items:center}.ipsc-report-right{flex:0 0 35%;display:flex;flex-direction:column;align-items:center;padding-left:20px;gap:1.5rem}.ipsc-report-right .home-cta{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.ipsc-report-right .btn{width:80%;text-align:center;padding:9px 12px;font-size:.82rem;box-sizing:border-box}.ipsc-share{width:100%;text-align:center}.ipsc-share-label{font-size:.82rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.ipsc-share-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:80%;margin:0 auto}.ipsc-share-btn{display:block;padding:9px 12px;border-radius:6px;font-size:.82rem;font-weight:600;text-align:center;text-decoration:none;color:#fff;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:opacity .2s ease}.ipsc-share-btn:hover{opacity:.82}.ipsc-no-signup{font-size:.82rem;color:#9ca3af;margin:0;text-align:center}.ipsc-hero-title{font-size:1.5rem;font-weight:700;color:#4c1d95;margin-bottom:20px}@media(max-width:1024px){.ipsc-report-right{flex:0 0 100%;padding-left:0;margin-top:32px}}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9fafb;color:#222;line-height:1.6}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem 1rem;max-width:1800px;margin:auto}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f3e8ff;color:#4c1d95;font-family:inherit;box-shadow:0 2px 6px #0000000d;position:sticky;top:0;z-index:100}.nav-logo{font-weight:600;font-size:1.4rem;text-decoration:none;color:#4c1d95}.nav-links{display:flex;gap:1.2rem}.nav-links a{text-decoration:none;font-weight:500;color:#4c1d95;transition:color .2s ease}.nav-links a:hover,.nav-logout:hover{color:#7c3aed}.nav-logout{background:none;border:none;font-weight:500;cursor:pointer;color:#4c1d95;transition:color .2s ease}.home-container{padding:4rem 1rem;max-width:1000px;margin:auto}.home-header{text-align:center;margin-bottom:3rem}.home-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:600}.home-header p{font-size:1.2rem;color:#555}.home-cta .btn{margin:.5rem;padding:.8rem 1.6rem;font-weight:600;border-radius:6px;text-decoration:none;transition:background .3s ease,color .3s ease}.btn.primary{background:#7c3aed;color:#fff}.btn.primary:hover{background:#6d28d9}.btn.outline{border:2px solid #7c3aed;background:transparent;color:#4c1d95}.btn.outline:hover{background:#f3e8ff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{text-align:center;background:#fff;border-radius:8px;padding:2rem 1rem;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#7c3aed}.home-footer{text-align:center;padding:2rem 0;background-color:#f9fafb;color:#555}.home-footer a{margin:0 .5rem;color:#7c3aed;text-decoration:none}.home-footer a:hover{text-decoration:underline}.auth-page{max-width:400px;margin:auto;padding:4rem 1rem;text-align:center;background-color:#fff;box-shadow:0 4px 12px #0000000f;border-radius:12px}.auth-page h2{font-size:2rem;margin-bottom:1rem;color:#4c1d95}.auth-page p{font-size:1rem;color:#444}
