.chat-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:1000;display:flex;justify-content:flex-end}.chat-drawer{width:400px;max-width:90%;height:100%;background-color:#fff;box-shadow:-2px 0 8px #00000026;display:flex;flex-direction:column;animation:slide-in .3s ease-out}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-header{padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:18px}.close-btn{border:none;background:none;font-size:24px;cursor:pointer}.chat-messages{flex-grow:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message{display:flex;max-width:80%}.message.user{align-self:flex-end}.message.ai{align-self:flex-start}.message-bubble{padding:10px 15px;border-radius:18px;word-wrap:break-word}.message.user .message-bubble{background-color:#007bff;color:#fff;border-bottom-right-radius:4px}.message.ai .message-bubble{background-color:#f1f0f0;color:#333;border-bottom-left-radius:4px}.chat-input-area{padding:15px;border-top:1px solid #eee;display:flex;flex-direction:column}.chat-input-area textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;resize:none;font-size:14px;margin-bottom:10px}.chat-input-area button{align-self:flex-end;padding:8px 16px;border-radius:8px;border:none;background-color:#007bff;color:#fff;cursor:pointer}.chat-input-area button:disabled{background-color:#a0cfff;cursor:not-allowed}.typing-indicator span{height:8px;width:8px;background-color:#9e9ea1;border-radius:50%;display:inline-block;animation:bounce 1.3s infinite}.typing-indicator span:nth-of-type(2){animation-delay:.15s}.typing-indicator span:nth-of-type(3){animation-delay:.3s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-page{min-height:100vh;color:#172033;background:linear-gradient(180deg,#f7fbff,#fff 28%,#f6f8fb)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1160px;margin:0 auto;padding:18px 24px;background:#f7fbffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.site-nav a,.site-footer a{color:inherit;text-decoration:none}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800}.brand img{width:38px;height:38px;border-radius:8px}.site-nav{display:flex;align-items:center;gap:8px;font-size:14px}.site-nav a{padding:8px 12px;border-radius:6px;color:#4a5872}.site-nav a:hover{background:#eaf2ff;color:#1262c4}.hero-section,.feature-section,.workflow-section,.download-section,.site-footer{max-width:1160px;margin:0 auto;padding-left:24px;padding-right:24px}.hero-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:72px;align-items:center;min-height:620px;padding-top:48px;padding-bottom:88px}.eyebrow{margin:0 0 14px;color:#1262c4;font-size:14px;font-weight:800}.hero-copy h1{margin:0;max-width:760px;font-size:58px;line-height:1.08;letter-spacing:0;color:#0f1a2e}.hero-text{max-width:620px;margin:24px 0 0;color:#54627a;font-size:19px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:6px;font-weight:800;text-decoration:none}.primary-action{gap:8px;color:#fff;background:#1262c4;box-shadow:0 10px 24px #1262c438}.primary-action:hover{background:#0f54a8}.secondary-action{color:#1f304c;border:1px solid #c9d5e6;background:#fff}.secondary-action:hover{border-color:#8fb3df;color:#1262c4}.phone-preview{position:relative;min-height:520px;padding:26px;border:1px solid #d9e4f2;border-radius:28px;background:#fff;box-shadow:0 26px 60px #152b4e24}.phone-preview:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid #edf2f8;border-radius:22px;pointer-events:none}.phone-top,.metric-row,.status-strip{position:relative;z-index:1}.phone-top{display:flex;align-items:center;justify-content:space-between;color:#1c2a42}.phone-top span{width:42px;height:6px;border-radius:99px;background:#d8e2ef}.phone-top svg{color:#15957d}.status-strip{margin:34px 0 22px;padding:18px;border-radius:8px;color:#fff;background:#1262c4}.status-strip span,.metric-row span{display:block;margin-bottom:6px;color:#ffffffc7;font-size:13px}.status-strip strong{font-size:24px}.metric-list{display:grid;gap:12px}.metric-row{padding:16px;border:1px solid #e2e9f3;border-radius:8px;background:#fbfdff}.metric-row span{color:#68758b}.metric-row strong{display:block;color:#1f304c;font-size:15px}.chart-bars{position:relative;z-index:1;display:flex;align-items:flex-end;gap:12px;height:118px;margin-top:28px;padding:18px;border-radius:8px;background:#f4f8fc}.chart-bars span{flex:1;min-width:0;border-radius:4px 4px 0 0;background:#15957d}.feature-section,.workflow-section,.download-section{padding-top:78px;padding-bottom:78px}.section-heading{max-width:760px;margin-bottom:30px}.section-heading h2,.download-copy h2{margin:0;color:#0f1a2e;font-size:34px;line-height:1.25;letter-spacing:0}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{min-height:210px;padding:22px;border:1px solid #dfe7f1;border-radius:8px;background:#fff}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:18px;border-radius:8px;color:#1262c4;background:#eaf2ff}.feature-card h3,.workflow strong{margin:0 0 10px;color:#16243a;font-size:18px}.feature-card p,.workflow p,.download-copy p{margin:0;color:#5b687d;line-height:1.75}.workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dfe7f1;border-radius:8px;background:#fff;overflow:hidden}.workflow div{min-height:190px;padding:24px;border-right:1px solid #e7edf5}.workflow div:last-child{border-right:0}.workflow span{display:block;margin-bottom:28px;color:#1262c4;font-size:13px;font-weight:900}.workflow strong{display:block}.download-section{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:48px;align-items:center;margin-bottom:40px;border:1px solid #dbe6f4;border-radius:8px;background:#fff}.download-copy p{max-width:620px;margin:18px 0 28px}.qr-panel{display:grid;justify-items:center;gap:14px;padding:22px;border:1px solid #dfe7f1;border-radius:8px;background:#f8fbff}.qr-panel img{width:188px;height:188px;image-rendering:pixelated}.qr-panel span{color:#485874;font-size:14px;font-weight:700}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:28px;padding-bottom:36px;color:#5f6c80;border-top:1px solid #dfe7f1}.site-footer div{display:flex;flex-wrap:wrap;gap:14px}.site-footer a:hover{color:#1262c4}@media (max-width: 900px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{flex-wrap:wrap}.hero-section,.download-section{grid-template-columns:1fr}.hero-section{gap:40px;min-height:auto}.feature-grid,.workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow div{border-right:0;border-bottom:1px solid #e7edf5}}@media (max-width: 560px){.hero-section,.feature-section,.workflow-section,.download-section,.site-footer{padding-left:18px;padding-right:18px}.hero-copy h1{font-size:38px}.hero-text{font-size:16px}.phone-preview{min-height:470px;padding:18px;border-radius:20px}.feature-grid,.workflow{grid-template-columns:1fr}.download-section{gap:28px;margin-left:18px;margin-right:18px;padding-top:36px;padding-bottom:36px}.site-footer{align-items:flex-start;flex-direction:column}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:#172033;background:#f6f8fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}
