*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(32px)}.reveal.reveal-left{transform:translate(-32px)}.reveal.reveal-right{transform:translate(32px)}.reveal.reveal-scale{transform:scale(.92)}.reveal.visible{opacity:1;transform:translate(0)scale(1)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0d94881f;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.nav-logo{align-items:center;gap:8px;display:flex}.nav-logo img{width:28px;height:28px}.nav-logo span{color:#0d9488;font-size:1.1rem;font-weight:600}.nav-links{gap:24px;display:flex}.nav-links a{color:#475569;font-size:.875rem;font-weight:500;text-decoration:none}.nav-cta{color:#fff;cursor:pointer;background:#0d9488;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:600}.hero{text-align:center;background:linear-gradient(135deg,#0a7c72 0%,#0d9488 35%,#0e7490 65%,#0c2340 100%);flex-direction:column;justify-content:center;align-items:center;min-height:92vh;padding:6rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.hero-orb{filter:blur(80px);opacity:.45;pointer-events:none;border-radius:50%;animation:linear infinite orbFloat;position:absolute}.hero-orb-1{background:radial-gradient(circle,#ffa114 0%,#0000 70%);width:500px;height:500px;animation-name:orbFloat1;animation-duration:18s;top:-100px;left:-120px}.hero-orb-2{background:radial-gradient(circle,#ffffff2e 0%,#0000 70%);width:400px;height:400px;animation-name:orbFloat2;animation-duration:22s;bottom:-80px;right:-80px}.hero-orb-3{opacity:.6;background:radial-gradient(circle,#0e7490 0%,#0000 70%);width:280px;height:280px;animation-name:orbFloat3;animation-duration:15s;top:40%;left:55%}@keyframes orbFloat1{0%{transform:translate(0)scale(1)}33%{transform:translate(60px,40px)scale(1.08)}66%{transform:translate(-30px,70px)scale(.95)}to{transform:translate(0)scale(1)}}@keyframes orbFloat2{0%{transform:translate(0)scale(1)}40%{transform:translate(-50px,-60px)scale(1.1)}70%{transform:translate(30px,-30px)scale(.92)}to{transform:translate(0)scale(1)}}@keyframes orbFloat3{0%{transform:translate(0)scale(1)}50%{transform:translate(-40px,30px)scale(1.15)}to{transform:translate(0)scale(1)}}.hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;animation:40s linear infinite gridPan;position:absolute;inset:0}@keyframes gridPan{0%{background-position:0 0}to{background-position:48px 48px}}.particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{background:#ffffff80;border-radius:50%;width:4px;height:4px;animation:linear infinite particleRise;position:absolute}@keyframes particleRise{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:1}90%{opacity:.6}to{opacity:0;transform:translateY(-20px)scale(1.5)}}.hero-side-panel{-webkit-backdrop-filter:blur(8px)saturate(1.2);backdrop-filter:blur(8px)saturate(1.2);pointer-events:none;opacity:.7;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;width:280px;font-family:inherit;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%);box-shadow:0 8px 40px #0000001f}.hero-panel-left{left:1%}.hero-panel-right{right:1%}.demo-section{background:#f1f5f9;padding:5rem 2rem}.demo-outer{grid-template-columns:1fr 520px;align-items:center;gap:3.5rem;max-width:1120px;margin:0 auto;display:grid}@media (max-width:960px){.demo-outer{grid-template-columns:1fr;gap:2rem}}.demo-texts{position:relative}.demo-panels{min-height:240px;position:relative}@media (max-width:960px){.demo-panels{min-height:auto}}.demo-frame-wrap{width:100%}.demo-text-panel{opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;position:absolute;top:0;left:0;right:0;transform:translateY(10px)}.demo-text-panel.text-active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}@media (max-width:960px){.demo-text-panel{position:relative;transform:none}.demo-text-panel:not(.text-active){display:none}}.demo-text-step{letter-spacing:2px;text-transform:uppercase;color:#0d9488;align-items:center;gap:8px;margin-bottom:.9rem;font-size:.68rem;font-weight:600;display:flex}.demo-text-step:before{content:"";background:#0d9488;border-radius:1px;width:22px;height:2px;display:block}.demo-text-title{color:#0f172a;margin-bottom:.8rem;font-size:1.8rem;font-weight:600;line-height:1.2}.demo-text-body{color:#64748b;margin-bottom:1.1rem;font-size:.93rem;line-height:1.72}.demo-text-tags{flex-wrap:wrap;gap:6px;display:flex}.demo-text-tag{color:#0d9488;background:#f0fdfa;border:1px solid #0d948833;border-radius:50px;padding:4px 11px;font-size:.7rem;font-weight:600}@media (max-width:960px){.demo-text-title{font-size:1.35rem}.demo-text-body{font-size:.88rem}}.demo-frame{border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #00000024,0 0 0 1px #0000000f}.demo-chrome{background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:10px 16px;display:flex}.demo-dots{gap:6px;display:flex}.demo-dots span{border-radius:50%;width:11px;height:11px;display:block}.demo-url{color:#94a3b8;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;max-width:260px;margin:0 auto;padding:3px 10px;font-size:.7rem}.demo-app{background:#fff;flex-direction:column;height:420px;display:flex}.demo-app-nav{background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex;overflow:hidden}.demo-app-logo{color:#0d9488;flex-shrink:0;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.demo-app-tabs{flex-shrink:1;gap:1px;min-width:0;display:flex;overflow:hidden}.demo-tab{color:#64748b;cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:1;align-items:center;gap:4px;padding:5px 8px;font-size:.68rem;font-weight:500;display:flex}.demo-tab.active{color:#0d9488;background:#f0fdfa;font-weight:600}.demo-app-patient{flex-shrink:1;min-width:0;margin-left:auto;overflow:hidden}.demo-patient-badge{color:#0d9488;white-space:nowrap;text-overflow:ellipsis;background:#f0fdfa;border:1px solid #0d948833;border-radius:20px;padding:3px 10px;font-size:.68rem;font-weight:600;overflow:hidden}.demo-app-body{flex:1;min-height:0;display:flex;overflow:hidden}.demo-left{border-right:1px solid #f1f5f9;flex-direction:column;gap:10px;width:42%;padding:14px 16px;display:flex;overflow:hidden}.demo-panel-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;align-items:center;gap:5px;font-size:.65rem;font-weight:600;display:flex}.demo-editor{flex:1;overflow:hidden}.demo-editor-line{color:#334155;padding:1.5px 0;font-size:.75rem;line-height:1.5}.demo-line-h1{color:#0f172a;margin-top:2px;font-size:.82rem;font-weight:600}.demo-line-h2{color:#0f172a;margin-top:4px;font-size:.78rem;font-weight:600}.demo-line-muted{background:#f1f5f9;border-radius:3px;width:80%;height:10px;margin:3px 0}.demo-line-muted:nth-child(odd){width:60%}.demo-cursor-inline{vertical-align:middle;background:#0d9488;width:1.5px;height:12px;animation:.8s step-end infinite cursorBlink;display:inline-block}.demo-save-status{color:#22c55e;align-items:center;gap:4px;font-size:.62rem;font-weight:600;display:flex}.demo-right{flex-direction:column;flex:1;gap:8px;padding:14px 14px 0;display:flex;overflow:hidden}.demo-transcript-card{border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.demo-feed{scrollbar-width:none;flex-direction:column;flex:1;gap:2px;padding:8px 0;display:flex;overflow-y:auto}.demo-feed::-webkit-scrollbar{display:none}.demo-seg{gap:6px;padding:4px 10px;display:flex}.demo-seg-doc{flex-direction:row-reverse}.demo-seg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.demo-av-doc{color:#0d9488;background:#0d94881a}.demo-av-pat{color:#d97706;background:#f59e0b1a}.demo-seg-content{flex-direction:column;gap:1px;max-width:88%;display:flex}.demo-seg-doc .demo-seg-content{align-items:flex-end}.demo-seg-label{text-transform:uppercase;letter-spacing:.8px;font-size:.58rem;font-weight:600}.demo-label-doc{color:#0d9488}.demo-label-pat{color:#d97706}.demo-bubble{color:#1e293b;border-radius:14px;padding:5px 9px;font-size:.68rem;line-height:1.45}.demo-bubble-doc{background:#0d948814;border-radius:14px 14px 4px}.demo-bubble-pat{background:#f1f5f9;border-radius:14px 14px 14px 4px}.demo-bubble-interim{opacity:.6;font-style:italic}.demo-seg-time{color:#94a3b8;font-size:.55rem}.demo-live-divider{align-items:center;gap:6px;padding:4px 10px;display:flex}.demo-divider-line{background:#e2e8f0;flex:1;height:1px}.demo-live-label{color:#ef4444;align-items:center;gap:4px;font-size:.58rem;font-weight:600;display:flex}.demo-radio-pulse{animation:1s ease-in-out infinite dotBlink}.demo-listening{color:#94a3b8;align-items:center;gap:5px;padding:4px 12px 8px;font-size:.62rem;display:flex}.demo-listen-bars{align-items:flex-end;gap:1.5px;height:10px;display:flex}.demo-listen-bars span{background:#0d9488;border-radius:1px;width:2px;animation:.8s ease-in-out infinite barDance;display:block}.demo-listen-bars span:nth-child(2){animation-delay:.15s}.demo-listen-bars span:nth-child(3){animation-delay:.3s}.demo-listen-bars span:first-child{height:4px}.demo-listen-bars span:nth-child(2){height:8px}.demo-listen-bars span:nth-child(3){height:5px}.demo-rec-overlay{color:#fff;background:linear-gradient(90deg,#2dd4bf,#0d9488);border-radius:12px;flex-shrink:0;align-items:center;gap:4px;padding:4px 8px;display:flex;box-shadow:0 1px 6px #0d948840}.demo-rec-dot{flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;display:flex;position:relative}.demo-rec-ping{background:#ef444480;border-radius:50%;animation:1.2s ease-out infinite pingAnim;position:absolute;inset:0}.demo-rec-core{z-index:1;background:#ef4444;border-radius:50%;width:7px;height:7px;position:relative}@keyframes pingAnim{0%{opacity:1;transform:scale(.7)}to{opacity:0;transform:scale(1.6)}}.demo-rec-waves{align-items:center;gap:1.5px;height:14px;display:flex}.demo-rec-waves span{background:#ffffffd9;border-radius:1px;width:2px;animation:ease-in-out infinite barDance;display:block}.demo-rec-btn{cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.demo-rec-btn:hover{background:#ffffff38}.demo-rec-btn.pause{background:#0d94882e}.demo-rec-btn.pause:hover{background:#0d948847}@media (max-width:640px){.demo-left{display:none}.demo-right{padding-left:10px;padding-right:10px}.demo-app{height:360px}.demo-app-patient{display:none}}@media (max-width:900px){.hero-side-panel{display:none}.hero{min-height:100svh;padding:5rem 1.25rem 4rem}.hero h1{font-size:clamp(1.8rem,7vw,2.8rem)}.hero p{font-size:.95rem}.hero-stats{gap:1.75rem}.hero-stat-num{font-size:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){nav{padding:.65rem 1rem}.nav-links{display:none}section{padding:3rem 1.25rem}.pricing-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.hero-stats{flex-direction:column;gap:1rem}.hero-btns{flex-direction:column;align-items:center}.btn-amber,.btn-ghost{text-align:center;width:100%;max-width:280px}.how-wrap{padding:2rem 1.25rem}.pricing-section{padding:3rem 1.25rem}.cta-section{padding:3.5rem 1.25rem}footer{padding:2.5rem 1.25rem 1.5rem}.footer-top{gap:1.25rem}.faq-list{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:0}.feat-card{background:0 0;border:none;border-bottom:1px solid #f1f5f9;border-radius:0;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex;box-shadow:none!important}.feat-card:last-child{border-bottom:none}.feat-icon{border-radius:8px;flex-shrink:0;width:36px;height:36px;margin-bottom:0}.feat-card h3{margin-bottom:.2rem;font-size:.9rem}.feat-card p{font-size:.8rem}.how-steps{grid-template-columns:1fr;gap:0}.how-steps:before{display:none}.how-step{text-align:left;border-bottom:1px solid #0d94881f;align-items:flex-start;gap:1rem;padding:1.25rem 0;display:flex;position:relative}.how-step:last-child{border-bottom:none}.how-num{flex-shrink:0;width:36px;height:36px;margin:0;font-size:.9rem}.how-step h3{margin-bottom:.25rem;font-size:.9rem}.how-step p{font-size:.8rem}}.sp-header{text-transform:uppercase;letter-spacing:1.5px;color:#ffffff8c;border-bottom:1px solid #ffffff1f;align-items:center;gap:7px;padding:9px 12px 8px;font-size:.6rem;font-weight:600;display:flex}.sp-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite dotBlink}.sp-dot-red{background:#ef4444;box-shadow:0 0 5px #ef4444}.sp-dot-teal{background:#0d9488;animation-delay:.3s;box-shadow:0 0 5px #0d9488}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.25}}.sp-live-bars{align-items:center;gap:2px;display:flex}.sp-lbar{background:#fff9;border-radius:2px;width:2px;animation:ease-in-out infinite barDance}@keyframes barDance{0%,to{transform:scaleY(.2)}50%{transform:scaleY(1)}}.sp-mic-row{align-items:center;gap:8px;padding:2px 12px 6px;display:flex}.sp-mic-icon{background:#ffffff1f;border:1.5px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;animation:2s ease-in-out infinite micPulse;display:flex}@keyframes micPulse{0%,to{box-shadow:0 0 #fff3}50%{box-shadow:0 0 0 5px #fff0}}.sp-mini-bars{align-items:center;gap:2px;height:16px;display:flex}.sp-mbar{background:#ffffffb3;border-radius:2px;width:2.5px;animation:ease-in-out infinite barDance}.sp-feed{flex-direction:column;gap:5px;min-height:118px;padding:6px 8px 8px;display:flex}.sp-seg{opacity:0;border-radius:10px;max-width:85%;padding:5px 9px;font-size:.68rem;line-height:1.45;transition:opacity .3s,transform .3s;transform:translateY(5px)}.sp-seg.show{opacity:1;transform:translateY(0)}.sp-seg-doc{color:#ffffffbf;background:#0d94881f;border:1px solid #0d94882e;border-bottom-right-radius:3px;align-self:flex-end}.sp-seg-pat{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:3px;align-self:flex-start}.sp-seg-label{letter-spacing:1px;text-transform:uppercase;margin-bottom:2px;font-size:.52rem;font-weight:600}.sp-seg-doc .sp-seg-label{color:#0d9488e6}.sp-seg-pat .sp-seg-label{color:#ffa114d9}.sp-listening{color:#ffffff73;align-items:center;gap:6px;padding:5px 8px;font-size:.62rem;font-style:italic;display:flex}.sp-listen-bars{align-items:center;gap:2px;display:flex}.sp-lbar2{background:#0d9488b3;border-radius:2px;width:2.5px;animation:ease-in-out infinite barDance}.sp-chat-body{flex-direction:column;gap:5px;min-height:150px;padding:6px 8px 8px;display:flex}.sp-bubble{opacity:0;border-radius:10px;max-width:88%;padding:6px 9px;font-size:.68rem;line-height:1.45;transition:opacity .35s,transform .35s;transform:translateY(5px)}.sp-bubble.show{opacity:1;transform:translateY(0)}.sp-bubble-user{color:#ffffffb3;background:#0d94881a;border:1px solid #0d948829;border-bottom-right-radius:3px;align-self:flex-end}.sp-bubble-ai{color:#ffffffa6;background:#ffffff0a;border:1px solid #ffffff1a;border-bottom-left-radius:3px;align-self:flex-start}.sp-bubble-ai strong{color:#fff9;font-weight:600}.sp-typing{opacity:0;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px 10px 10px 3px;align-self:flex-start;align-items:center;gap:4px;padding:6px 9px;transition:opacity .3s;display:flex}.sp-typing.show{opacity:1}.sp-typing span{background:#ffffff73;border-radius:50%;width:4px;height:4px;animation:.9s ease-in-out infinite typingBounce}.sp-typing span:nth-child(2){animation-delay:.15s}.sp-typing span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,to{transform:translateY(0)}50%{background:#fffc;transform:translateY(-4px)}}.sp-cursor{vertical-align:middle;background:#ffffffb3;width:1.5px;height:10px;margin-left:1px;animation:.8s step-end infinite cursorBlink;display:inline-block}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.demo-chip-row{flex-wrap:wrap;align-items:center;gap:5px;margin:2px 0 6px;display:flex}.hero-waveform{opacity:.12;pointer-events:none;justify-content:center;align-items:center;gap:4px;width:90%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wf-bar{background:linear-gradient(#fff,#0d9488);border-radius:3px;width:4px;animation:ease-in-out infinite wfPulse}@keyframes wfPulse{0%,to{transform:scaleY(.15)}50%{transform:scaleY(1)}}.hero-content{z-index:2;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.75rem;padding:5px 14px;font-size:.78rem;font-weight:600;animation:.8s both fadeDown;display:inline-flex}.hero-badge span{color:#ffa114}.hero h1{letter-spacing:-.04em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:600;line-height:1.12;animation:.9s .1s both fadeUp}.hero h1 em{color:#ffa114;font-style:normal}.hero p{color:#ffffffc7;max-width:500px;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.65;animation:.9s .25s both fadeUp}.hero-btns{justify-content:center;gap:12px;animation:.9s .4s both fadeUp;display:flex}.hero-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:1.25rem;animation:.9s .6s both fadeUp;display:flex}.hero-pill{color:#ffffffb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;cursor:default;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:5px;padding:5px 12px;font-size:.72rem;font-weight:500;display:flex;position:relative}.hero-pill svg{opacity:.6;flex-shrink:0}.hero-pill .pill-tip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffc;white-space:normal;text-align:center;pointer-events:none;opacity:0;z-index:10;background:#0a1628f2;border:1px solid #ffffff1a;border-radius:8px;width:200px;padding:7px 11px;font-size:.65rem;line-height:1.5;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.hero-pill .pill-tip:after{content:"";border:5px solid #0000;border-top-color:#0a1628f2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.hero-pill:hover .pill-tip{opacity:1;transform:translate(-50%)translateY(0)}.hero-pill:hover{background:#ffffff1a;border-color:#fff3}.btn-amber{color:#1a1a1a;cursor:pointer;background:#ffa114;border-radius:10px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #ffa11466}.btn-amber:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ffa11480}.btn-start{color:#fff;cursor:pointer;background:linear-gradient(120deg,#ff9500 0%,#ffb800 50%,#ff6a00 100%) 0 0/200% 200%;border-radius:100px;align-items:center;gap:9px;padding:15px 34px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;animation:3.5s infinite gradShift;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff950066,0 8px 32px #ff780073,0 2px 8px #0003}.btn-start:before{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff40 50%,#0000 70%);animation:2.8s .5s infinite btnShimmer;position:absolute;inset:0;transform:translate(-100%)}.btn-start:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 0 0 1px #ff950080,0 14px 44px #ff780099,0 4px 12px #00000040}.btn-start svg{flex-shrink:0;transition:transform .2s}.btn-start:hover svg{transform:translate(3px)}@keyframes gradShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes btnShimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.hero-stats{justify-content:center;gap:3rem;margin-top:3.5rem;animation:.9s .55s both fadeUp;display:flex}.hero-stat{text-align:center}.hero-stat-num{color:#fff;font-size:1.9rem;font-weight:600;animation:1.5s 1s both countUp}.hero-stat-label{color:#ffffff8c;margin-top:2px;font-size:.75rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}section{padding:5rem 2rem}.sec-inner{max-width:1080px;margin:0 auto}.sec-tint{background:#f1f5f9}.section-tag{letter-spacing:2px;text-transform:uppercase;color:#0d9488;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{letter-spacing:-.03em;color:#0f172a;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400}.section-sub{color:#64748b;max-width:500px;font-size:1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.feat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.feat-card:hover{border-color:#0d9488;box-shadow:0 4px 24px #0d94881f}.feat-icon{background:linear-gradient(135deg,#0d9488,#0e7490);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.3rem;display:flex}.feat-card h3{color:#0f172a;margin-bottom:.4rem;font-size:1rem;font-weight:600}.feat-card p{color:#64748b;font-size:.85rem;line-height:1.5}.feat2-section{background:#07101f;padding:3rem 2rem;transition:background .3s;position:relative}.feat2-section.feat2-light{background:#f8fafc}.feat2-theme-btn{cursor:pointer;color:#94a3b8;-webkit-user-select:none;user-select:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:.65rem;font-weight:600;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.5rem}.feat2-section.feat2-light .feat2-theme-btn{color:#64748b;background:#0000000a;border-color:#0000001a}.feat2-inner{max-width:1080px;margin:0 auto}.feat2-section .section-tag{color:#0d9488}.feat2-section .section-title{color:#f1f5f9}.feat2-section .section-sub{color:#475569}.feat2-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-top:1.5rem;display:grid}@media (max-width:768px){.feat2-grid{grid-template-columns:1fr}}@keyframes fcIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fc{animation:.55s both fcIn}.fc:first-child{animation-delay:50ms}.fc:nth-child(2){animation-delay:.15s}.fc:nth-child(3){animation-delay:.22s}.fc:nth-child(4){animation-delay:.3s}.fc:nth-child(5){animation-delay:.38s}.fc:nth-child(6){animation-delay:.45s}.fc{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:default;background:#0d1a2e8c;border:1px solid #1a2d45b3;border-radius:14px;padding:1.25rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.fc:hover{border-color:#0d9488;transform:translateY(-2px)}.fc:before{content:"";border-radius:inherit;opacity:0;background:radial-gradient(400px circle at var(--mx,50%) var(--my,50%), #0d948821, transparent 60%);pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.fc:hover:before{opacity:1}.fc-glow{filter:blur(60px);opacity:.18;pointer-events:none;border-radius:50%;width:180px;height:180px;position:absolute}.fc-1{grid-column:1/4}.fc-7{grid-column:4/7}.fc-3{grid-column:1/3}.fc-9{grid-column:3/5}.fc-8{grid-column:5/7}.fc-4{grid-column:1/4}.fc-2{grid-column:4/7}.fc-5,.fc-6{display:none}@media (max-width:768px){.fc-1,.fc-2,.fc-3,.fc-4,.fc-7,.fc-8,.fc-9{grid-column:1}}.fc-sublabel{letter-spacing:.06em;text-transform:uppercase;color:#4b5563;opacity:.7;border-top:1px solid #1e3a5f;margin:.85rem 0 .5rem;padding-top:.75rem;font-size:.6rem;font-weight:600}.feat2-light .fc-sublabel{color:#94a3b8;border-color:#e2e8f0}.fc-sig{background:#0d1a2e;border:1px solid #1a2d45;border-radius:10px;margin-top:.75rem;padding:8px}.fc-sig-header{border-bottom:1px solid #1a2d45;align-items:center;gap:6px;margin-bottom:6px;padding-bottom:6px;display:flex}.fc-sig-seal{background:linear-gradient(135deg,#0d948833,#0d94880d);border:1px solid #0d94884d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.fc-sig-doc{color:#94a3b8;font-size:.52rem}.fc-sig-doc strong{color:#cbd5e1;margin-bottom:1px;font-size:.55rem;font-weight:600;display:block}.fc-sig-line{background:linear-gradient(90deg,#0d9488,#0000);height:1px;margin:4px 0 6px}.fc-sig-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.fc-sig-name{color:#e2e8f0;font-size:.55rem;font-style:italic;font-weight:600}.fc-sig-crm{color:#64748b;font-size:.48rem}.fc-sig-qr{grid-template-columns:repeat(5,1fr);gap:2px;width:30px;display:grid}.fc-sig-qr-cell{aspect-ratio:1;background:#1a2d45;border-radius:1px}.fc-sig-qr-cell.on{background:#0d9488}.fc-sig-badge{color:#0d9488;background:#0d948814;border:1px solid #0d948833;border-radius:6px;align-items:center;gap:4px;margin-top:6px;padding:4px 7px;font-size:.5rem;font-weight:600;display:flex}.fc-sig-badge svg{flex-shrink:0}.feat2-light .fc-sig{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-sig-header{border-color:#e2e8f0}.feat2-light .fc-sig-seal{background:#0d948814;border-color:#0d948833}.feat2-light .fc-sig-doc{color:#94a3b8}.feat2-light .fc-sig-doc strong,.feat2-light .fc-sig-name{color:#0f172a}.feat2-light .fc-sig-crm{color:#94a3b8}.feat2-light .fc-sig-qr-cell{background:#e2e8f0}.feat2-light .fc-sig-qr-cell.on{background:#0d9488}.feat2-light .fc-sig-badge{background:#0d94880f;border-color:#0d948826}.fc-share-doc{background:#0d1a2e;border:1px solid #1a2d45;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-share-doc-bar{background:#0a1423;border-bottom:1px solid #1a2d45;align-items:center;gap:5px;padding:5px 8px;display:flex}.fc-share-doc-icon{background:#fbbf2426;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.fc-share-doc-name{color:#64748b;font-size:.52rem;font-weight:500}.fc-share-doc-badge{color:#4ade80;background:#22c55e26;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:.45rem;font-weight:600}.fc-share-body{padding:8px}.fc-share-pat{border-bottom:1px solid #1a2d45;align-items:center;gap:6px;margin-bottom:6px;padding:5px 0;display:flex}.fc-share-pat-av{color:#fff;background:linear-gradient(135deg,#0d9488,#2dd4bf);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.45rem;font-weight:700;display:flex}.fc-share-pat-name{color:#cbd5e1;font-size:.55rem;font-weight:600}.fc-share-pat-meta{color:#64748b;font-size:.48rem}.fc-share-btns{gap:5px;display:flex}.fc-share-btn{cursor:pointer;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:3px;padding:5px 4px;font-size:.48rem;font-weight:600;display:flex}.fc-share-btn-wa{color:#25d366;background:#25d3661f;border:1px solid #25d36633}.fc-share-btn-email{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.fc-share-btn-link{color:#94a3b8;background:#94a3b814;border:1px solid #94a3b826}.fc-share-status{color:#4ade80;align-items:center;gap:4px;margin-top:6px;font-size:.48rem;font-weight:500;display:flex}.fc-share-status-dot{background:#4ade80;border-radius:50%;width:5px;height:5px;animation:1.4s infinite dotBlink}.feat2-light .fc-share-doc{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-share-doc-bar{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-share-doc-name{color:#94a3b8}.feat2-light .fc-share-doc-badge{color:#16a34a;background:#22c55e1a}.feat2-light .fc-share-pat{border-color:#e2e8f0}.feat2-light .fc-share-pat-name{color:#0f172a}.feat2-light .fc-share-pat-meta{color:#94a3b8}.feat2-light .fc-share-btn-wa{background:#25d36614;border-color:#25d36633}.feat2-light .fc-share-btn-email{background:#3b82f612;border-color:#3b82f626}.feat2-light .fc-share-btn-link{color:#64748b;background:#94a3b80f;border-color:#e2e8f0}.feat2-light .fc-share-status{color:#16a34a}.feat2-light .fc-share-status-dot{background:#16a34a}.fc-header{align-items:center;gap:10px;margin-bottom:.6rem;display:flex}.fc-icon{background:#0d94881f;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.fc-icon svg{flex-shrink:0}.fc-header-text{flex-direction:column;gap:1px;display:flex}.fc-tag{letter-spacing:1.5px;text-transform:uppercase;color:#0d9488;font-size:.56rem;font-weight:600;line-height:1}.fc-title{color:#f1f5f9;font-size:.92rem;font-weight:600;line-height:1.25}.fc-desc{color:#475569;max-width:520px;margin-bottom:0;font-size:.78rem;line-height:1.55}.fc-pl{background:#1a2d45;border-radius:3px;height:5px;margin-bottom:5px;display:block}.feat2-light .fc-pl{background:#e2e8f0}.fc-msg-ai-text .fc-pl{background:#253650}.feat2-light .fc-msg-u .fc-pl{background:#0d948859}.feat2-light .fc-msg-ai-text .fc-pl{background:#e2e8f0}.fc-transcript{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-transcript-header{background:#0d1e35;border-bottom:1px solid #1a2d45;align-items:center;gap:6px;padding:5px 10px;display:flex}.fc-transcript-rec{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.2s ease-in-out infinite dotBlink}.fc-transcript-label{color:#475569;font-size:.55rem;font-weight:600}.fc-transcript-time{color:#334155;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.5rem}.fc-transcript-body{flex-direction:column;gap:4px;max-height:90px;padding:8px 10px;display:flex;overflow:hidden}.fc-tline{align-items:flex-start;gap:6px;display:flex}.fc-tline-av{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:.42rem;font-weight:600;display:flex}.fc-tline-av-doc{color:#0d9488;background:#0d948833}.fc-tline-av-pat{color:#f59e0b;background:#f59e0b33}.fc-tline-text{color:#64748b;flex:1;align-items:center;gap:6px;font-size:.62rem;line-height:1.5;display:flex}.fc-tline-text em{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-style:normal}.fc-tline-text .fc-pl{flex:1;height:4px;margin-bottom:0;width:auto!important}@keyframes tlineIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.fc-tline{opacity:0}.fc-tline:first-child{animation:.35s .3s both tlineIn}.fc-tline:nth-child(2){animation:.35s 1s both tlineIn}.fc-tline:nth-child(3){animation:.35s 1.8s both tlineIn}.fc-tline:nth-child(4){animation:.35s 2.6s both tlineIn}.feat2-light .fc-transcript{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-transcript-header{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-tline-text{color:#64748b}.feat2-light .fc-tline-text em{color:#475569}.fc-typing{color:#475569;border-left:2px solid #0d9488;margin-top:1rem;padding-left:8px;font-size:.72rem;line-height:1.7}.fc-cursor{vertical-align:middle;background:#0d9488;flex-shrink:0;width:2px;height:.75em;margin-left:1px;animation:1s step-end infinite cursorBlink;display:inline-block}.fc-doc{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;font-size:0;overflow:hidden}.fc-doc-bar{background:#0d1e35;border-bottom:1px solid #1a2d45;align-items:center;gap:6px;height:28px;padding:0 10px;display:flex}.fc-doc-bar-dot{border-radius:50%;width:7px;height:7px}.fc-doc-body{flex-direction:column;gap:5px;padding:10px 12px;display:flex}.fc-doc-line{background:#1e3a5f;border-radius:2px;height:4px}.fc-doc-line.hl{background:linear-gradient(90deg,#0d9488,#2dd4bf)}.fc-doc-line.med{background:#162a3e}.fc-doc-divider{background:#1a2d45;height:1px;margin:3px 0}.fc-doc-sig{background:#0a1628;border-top:1px solid #1a2d45;align-items:center;gap:8px;padding:7px 12px;display:flex}.fc-doc-sig-line{background:linear-gradient(90deg,#0d9488,#0000);border-radius:2px;flex:1;height:3px}.fc-doc-sig-badge{color:#0d9488;white-space:nowrap;background:#0d948826;border:1px solid #0d948840;border-radius:10px;padding:2px 7px;font-size:.52rem;font-weight:600}.fc-editor{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-editor-toolbar{background:#0d1e35;border-bottom:1px solid #1a2d45;align-items:center;gap:1px;padding:4px 8px;display:flex}.fc-editor-select{color:#475569;white-space:nowrap;background:#0a1628;border:1px solid #1e3a5f;border-radius:4px;padding:2px 6px;font-size:.55rem}.fc-editor-sep{background:#1e3a5f;flex-shrink:0;width:1px;height:12px;margin:0 3px}.fc-editor-btn{color:#475569;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.62rem;font-weight:600;display:flex}.fc-editor-btn.on{color:#94a3b8;background:#1e3a5f}.fc-editor-body{flex-direction:column;gap:4px;padding:8px 12px;display:flex}.fc-editor-h1{background:#2dd4bf;border-radius:3px;width:65%;height:6px}.fc-editor-h2{background:#94a3b8;border-radius:2px;width:40%;height:4px;margin-top:2px}.fc-editor-p{background:#1e3a5f;border-radius:2px;height:3px}.fc-editor-chip{background:#0d948833;border:1px solid #0d94884d;border-radius:4px;width:52px;height:10px;display:inline-block}.fc-editor-row{align-items:center;gap:4px;display:flex}.feat2-light .fc-editor{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-editor-toolbar{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-editor-select{color:#64748b;background:#fff;border-color:#e2e8f0}.feat2-light .fc-editor-sep{background:#e2e8f0}.feat2-light .fc-editor-btn{color:#94a3b8}.feat2-light .fc-editor-btn.on{color:#64748b;background:#e2e8f0}.feat2-light .fc-editor-h1{background:#0d9488}.feat2-light .fc-editor-h2{background:#94a3b8}.feat2-light .fc-editor-p{background:#e2e8f0}.feat2-light .fc-editor-chip{background:#0d948814;border-color:#0d948833}.fc-patlist{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-patlist-header{background:#0d1e35;border-bottom:1px solid #1a2d45;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.fc-patlist-title{color:#475569;font-size:.55rem;font-weight:600}.fc-patlist-new{color:#0d9488;background:#0d94881a;border:1px solid #0d948833;border-radius:4px;padding:1px 6px;font-size:.5rem;font-weight:600}.fc-prow{border-bottom:1px solid #0d1628;grid-template-columns:18px 1fr auto;align-items:center;gap:6px;padding:5px 8px;display:grid}.fc-prow:last-child{border-bottom:none}.fc-pav{border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.4rem;font-weight:600;display:flex}.fc-pav-a{color:#2dd4bf;background:#0d948833}.fc-pav-b{color:#fbbf24;background:#f59e0b33}.fc-pav-c{color:#a5b4fc;background:#6366f133}.fc-pname{color:#94a3b8;font-size:.62rem;font-weight:600}.fc-pmeta{color:#334155;font-size:.5rem}.fc-pbadge{white-space:nowrap;border-radius:8px;padding:1px 5px;font-size:.48rem;font-weight:600}.fc-pbadge-new{color:#0d9488;background:#0d948826}.fc-pbadge-ret{color:#d97706;background:#f59e0b26}.fc-pbadge-ok{color:#22c55e;background:#22c55e26}.fc-collab{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-collab-toolbar{background:#0d1e35;border-bottom:1px solid #1a2d45;align-items:center;gap:1px;padding:4px 8px;display:flex}.fc-collab-cursors{gap:5px;margin-left:auto;display:flex}.fc-cursor-badge{border-radius:8px;align-items:center;gap:3px;padding:1px 6px;font-size:.5rem;font-weight:600;display:flex}.fc-cursor-dot{border-radius:50%;width:6px;height:6px}.fc-collab-body{flex-direction:column;gap:4px;padding:8px 12px;display:flex;position:relative}.fc-collab-line{background:#1e3a5f;border-radius:2px;height:4px}.fc-collab-h{background:#2dd4bf;border-radius:2px;width:55%;height:5px}.fc-collab-sel{background:linear-gradient(90deg,#0d948866 0% 65%,#1e3a5f 65%);border-radius:2px;width:88%;height:4px}.fc-collab-sel-b{background:linear-gradient(90deg,#1e3a5f 0% 30%,#a855f766 30% 80%,#1e3a5f 80%);border-radius:2px;width:90%;height:4px}.fc-cursor-a{background:#0d9488;border-radius:1px;width:2px;height:12px;position:absolute;top:34px;left:calc(9px + 65%)}.fc-cursor-a:before{content:""}.fc-cursor-b{background:#a855f7;border-radius:1px;width:2px;height:12px;position:absolute;top:50px;left:calc(9px + 80%)}.fc-cursor-b:before{content:""}.fc-dash{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;margin-top:.75rem;overflow:hidden}.fc-dash-stats{border-bottom:1px solid #1a2d45;grid-template-columns:repeat(3,1fr);display:grid}.fc-dash-stat{text-align:center;border-right:1px solid #1a2d45;padding:6px 10px}.fc-dash-stat:last-child{border-right:none}.fc-dash-val{color:#f1f5f9;font-size:.92rem;font-weight:600;line-height:1}.fc-dash-lbl{color:#334155;margin-top:1px;font-size:.48rem}.fc-dash-chart{padding:10px 12px 8px}.fc-dash-chart-label{color:#334155;margin-bottom:5px;font-size:.5rem}.fc-bars{align-items:flex-end;gap:4px;height:40px;display:flex}.fc-dbar{border-radius:3px 3px 0 0;flex:1}.fc-dbar-dim{background:#1e3a5f}.fc-dbar-hi{background:linear-gradient(#2dd4bf,#0d9488)}.fc-dash-week{justify-content:space-between;margin-top:3px;padding:0 0 2px;display:flex}.fc-dash-day{color:#334155;font-size:.45rem}.fc-chat-wrap{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;display:grid}@media (max-width:600px){.fc-chat-wrap{grid-template-columns:1fr}}.fc-chat-frame{background:#0a1628;border:1px solid #1e3a5f;border-radius:10px;overflow:hidden}.fc-chat-head{background:#0d1e35;border-bottom:1px solid #1a2d45;align-items:center;gap:6px;padding:6px 10px;display:flex}.fc-chat-bot{background:#0d948833;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.fc-chat-name{color:#94a3b8;font-size:.58rem;font-weight:600}.fc-chat-online{background:#22c55e;border-radius:50%;width:5px;height:5px;margin-left:auto}.fc-chat-body{flex-direction:column;gap:6px;padding:8px 10px;display:flex}.fc-msg-u{color:#94a3b8;background:#0d948826;border:1px solid #0d948833;border-radius:10px 10px 2px;align-self:flex-end;min-width:120px;max-width:80%;padding:5px 9px;font-size:.6rem}.fc-msg-u .fc-pl{background:#0d948880}.fc-msg-ai{color:#64748b;background:#0d1e35;border:1px solid #1a2d45;border-radius:10px 10px 10px 2px;max-width:90%;padding:6px 9px;font-size:.6rem}.fc-msg-ai-text{color:#94a3b8;margin-bottom:5px;line-height:1.5}.fc-refs{border-top:1px solid #1a2d45;flex-direction:column;gap:3px;padding-top:5px;display:flex}.fc-ref-row{color:#475569;align-items:center;gap:5px;font-size:.52rem;display:flex}.fc-ref-num{color:#0d9488;background:#0d948826;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.48rem;font-weight:600;display:flex}.feat2-light .fc-chat-frame{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-chat-head{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-msg-u{color:#64748b;background:#0d948814;border-color:#0d948826}.feat2-light .fc-msg-ai{background:#fff;border-color:#e2e8f0}.feat2-light .fc-msg-ai-text{color:#475569}.feat2-light .fc-refs{border-color:#e2e8f0}.feat2-light .fc-ref-row{color:#94a3b8}.feat2-light .fc-patlist{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-patlist-header{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-prow{border-color:#f1f5f9}.feat2-light .fc-pname{color:#0f172a}.feat2-light .fc-pmeta{color:#94a3b8}.feat2-light .fc-collab{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-collab-toolbar{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-collab-line{background:#e2e8f0}.feat2-light .fc-collab-h{background:#0d9488}.feat2-light .fc-collab-sel{background:linear-gradient(90deg,#0d948826 0% 65%,#e2e8f0 65%)}.feat2-light .fc-collab-sel-b{background:linear-gradient(90deg,#e2e8f0 0% 30%,#a855f726 30% 80%,#e2e8f0 80%)}.feat2-light .fc-dash{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-dash-stats,.feat2-light .fc-dash-stat{border-color:#e2e8f0}.feat2-light .fc-dash-val{color:#0f172a}.feat2-light .fc-dash-lbl{color:#94a3b8}.feat2-light .fc-dbar-dim{background:#e2e8f0}.feat2-light .section-title{color:#0f172a}.feat2-light .section-sub{color:#64748b}.feat2-light .fc{background:#fff;border-color:#e2e8f0}.feat2-light .fc:hover{border-color:#0d9488}.feat2-light .fc-title{color:#0f172a}.feat2-light .fc-desc{color:#64748b}.feat2-light .fc-tag{color:#0d9488}.feat2-light .fc-typing{color:#64748b;border-color:#0d9488}.feat2-light .fc-doc{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-doc-bar{background:#e8edf3;border-color:#e2e8f0}.feat2-light .fc-doc-line{background:#e2e8f0}.feat2-light .fc-doc-line.hl{background:linear-gradient(90deg,#0d9488,#2dd4bf)}.feat2-light .fc-doc-line.med{background:#dde3ec}.feat2-light .fc-doc-divider{background:#e2e8f0}.feat2-light .fc-doc-sig{background:#f8fafc;border-color:#e2e8f0}.feat2-light .fc-doc-body{background:#f1f5f9}.feat2-light .fc-wave .fc-bar{background:linear-gradient(#2dd4bf,#0d9488)}.feat2-light .fc-pdf-mini{background:#f1f5f9;border-color:#e2e8f0}.feat2-light .fc-pdf-bar{background:#e2e8f0}.feat2-light .fc-av{border-color:#f8fafc}.feat2-light .fc-av-more{color:#94a3b8;background:#e2e8f0}.feat2-light .fc:before{background:radial-gradient(400px circle at var(--mx,50%) var(--my,50%), #0d948814, transparent 60%)}.fc-avatars{margin-top:1rem;display:flex}.fc-av{border:2px solid #07101f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-6px;font-size:.55rem;font-weight:600;display:flex}.fc-av:first-child{margin-left:0}.fc-av-1{color:#2dd4bf;background:#0d948840}.fc-av-2{color:#fbbf24;background:#f59e0b40}.fc-av-3{color:#a5b4fc;background:#6366f140}.fc-av-more{color:#64748b;background:#1e3a5f;font-size:.5rem}.how-wrap{background:linear-gradient(135deg,#f1f5f9,#fff);border-radius:20px;max-width:1080px;margin:0 auto;padding:3.5rem}.how-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid;position:relative}.how-steps:before{content:"";opacity:.3;background:linear-gradient(90deg,#0d9488,#0e7490);height:2px;position:absolute;top:22px;left:16.6%;right:16.6%}.how-step{text-align:center}.how-num{color:#fff;background:#0d9488;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 1rem;font-size:1rem;font-weight:600;display:flex}.how-step h3{color:#0f172a;margin-bottom:.4rem;font-size:.95rem;font-weight:600}.how-step p{color:#64748b;font-size:.82rem;line-height:1.5}.patients-section{background:#fff;padding:5rem 2rem}.patients-outer{grid-template-columns:1fr 320px;align-items:center;gap:3.5rem;max-width:1120px;margin:0 auto;display:grid}.patients-outer .reveal:first-child{order:2}.patients-outer .reveal:last-child{order:1}@media (max-width:960px){.patients-outer{grid-template-columns:1fr;gap:2rem}.patients-outer .reveal:first-child{order:2}.patients-outer .reveal:last-child{order:1}}.pat-frame{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0f172a1a}.pat-frame-header{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:10px 14px;display:flex}.pat-frame-title{color:#0f172a;flex:1;font-size:.78rem;font-weight:600}.pat-search{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;align-items:center;gap:5px;padding:4px 9px;font-size:.68rem;display:flex}.pat-new-btn{color:#fff;white-space:nowrap;background:#0d9488;border-radius:7px;padding:4px 10px;font-size:.65rem;font-weight:600}.pat-slides-wrap{height:340px;position:relative;overflow:hidden}.pat-slide{opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:translate(24px)}.pat-slide.pat-active{opacity:1;pointer-events:auto;transform:translate(0)}.pat-slide.pat-exit{opacity:0;transition:opacity .35s,transform .35s;transform:translate(-24px)}.pat-list{flex-direction:column;display:flex}.pat-row{cursor:pointer;border-bottom:1px solid #f8fafc;grid-template-columns:32px 1fr auto auto;align-items:center;gap:10px;padding:9px 14px;transition:background .15s;display:grid}.pat-row:hover,.pat-row.pat-row-active{background:#f0fdfa}.pat-row.pat-row-active{background:#e6faf8}.pat-av{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.65rem;font-weight:600;display:flex}.pat-av-a{color:#0d9488;background:#0d94881f}.pat-av-b{color:#d97706;background:#f59e0b1f}.pat-av-c{color:#6366f1;background:#6366f11f}.pat-av-d{color:#ef4444;background:#ef44441f}.pat-av-e{color:#16a34a;background:#22c55e1f}.pat-name{color:#0f172a;font-size:.78rem;font-weight:600}.pat-meta{color:#94a3b8;margin-top:1px;font-size:.65rem}.pat-last{color:#64748b;white-space:nowrap;font-size:.65rem}.pat-status{white-space:nowrap;border-radius:20px;padding:2px 7px;font-size:.58rem;font-weight:600}.pat-status-ok{color:#16a34a;background:#22c55e1a}.pat-status-new{color:#0d9488;background:#0d94881a}.pat-status-ret{color:#d97706;background:#f59e0b1a}.pat-detail-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:10px 14px;display:flex}.pat-back-btn{color:#0d9488;cursor:pointer;align-items:center;gap:4px;font-size:.65rem;display:flex}.pat-detail-av{color:#0d9488;background:#0d94881f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.72rem;font-weight:600;display:flex}.pat-detail-name{color:#0f172a;font-size:.82rem;font-weight:600}.pat-detail-sub{color:#94a3b8;font-size:.62rem}.pat-detail-stats{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.pat-stat{text-align:center;border-right:1px solid #f1f5f9;padding:8px 14px}.pat-stat:last-child{border-right:none}.pat-stat-val{color:#0f172a;font-size:1rem;font-weight:600}.pat-stat-lbl{color:#94a3b8;margin-top:1px;font-size:.58rem}.pat-detail-tabs{border-bottom:1px solid #f1f5f9;gap:16px;padding:0 14px;display:flex}.pat-tab{color:#94a3b8;cursor:pointer;border-bottom:2px solid #0000;padding:7px 0;font-size:.68rem;font-weight:600}.pat-tab.active{color:#0d9488;border-color:#0d9488}.pat-consults{flex-direction:column;display:flex;overflow:hidden}.pat-consult-item{border-bottom:1px solid #f8fafc;align-items:flex-start;gap:10px;padding:9px 14px;display:flex}.pat-consult-date{color:#94a3b8;white-space:nowrap;min-width:52px;font-size:.6rem}.pat-consult-title{color:#0f172a;margin-bottom:2px;font-size:.72rem;font-weight:600}.pat-consult-summary{color:#64748b;margin:3px 0 5px;font-size:.65rem;line-height:1.5}.pat-consult-chips{flex-wrap:wrap;gap:4px;display:flex}.pat-consult-chip{color:#475569;background:#f1f5f9;border-radius:10px;padding:1px 6px;font-size:.55rem}.pat-consult-chip-teal{color:#0d9488;background:#0d94881a}.patients-text-step{letter-spacing:2px;text-transform:uppercase;color:#0d9488;align-items:center;gap:8px;margin-bottom:.9rem;font-size:.68rem;font-weight:600;display:flex}.patients-text-step:before{content:"";background:#0d9488;border-radius:1px;width:22px;height:2px;display:block}.patients-text-title{color:#0f172a;margin-bottom:.8rem;font-size:1.8rem;font-weight:600;line-height:1.2}.patients-text-body{color:#64748b;margin-bottom:1.25rem;font-size:.92rem;line-height:1.65}.patients-text-tags{flex-wrap:wrap;gap:8px;display:flex}.patients-text-tag{color:#0d9488;background:#f0fdfa;border:1px solid #0d948833;border-radius:20px;padding:4px 12px;font-size:.72rem}.pricing-section{background:#0a0f1e;padding:5rem 2rem}.pricing-inner{max-width:900px;margin:0 auto}.pricing-section .section-tag{color:#0d9488;align-items:center;gap:6px;display:flex}.pricing-section .section-title{color:#f1f5f9;margin-bottom:.5rem}.pricing-section .section-sub{color:#64748b}.pricing-toggle-wrap{justify-content:center;align-items:center;gap:10px;margin-bottom:2.5rem;display:flex}.pricing-toggle-label{color:#64748b;font-size:.85rem;transition:color .2s}.pricing-toggle-label.active{color:#f1f5f9;font-weight:600}.pricing-toggle{cursor:pointer;background:#1e293b;border:1.5px solid #334155;border-radius:12px;width:44px;height:24px;transition:background .2s;position:relative}.pricing-toggle.on{background:#0d9488;border-color:#0d9488}.pricing-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;display:block;position:absolute;top:2px;left:2px}.pricing-toggle.on .pricing-toggle-knob{transform:translate(20px)}.pricing-save-badge{color:#ffa114;background:#ffa11426;border:1px solid #ffa1144d;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:600}.pro-card{border-radius:24px;margin-top:0;position:relative;overflow:hidden}.pro-card-glow{z-index:0;opacity:.6;background:linear-gradient(135deg,#0d9488,#0e7490,#0c2340);border-radius:24px;position:absolute;inset:-1px}.pro-card-inner{z-index:1;background:#0f172a;border-radius:22px;grid-template-columns:280px 1px 1fr;gap:0;min-height:380px;margin:1.5px;display:grid;position:relative}@media (max-width:768px){.pro-card-inner{grid-template-rows:auto auto auto;grid-template-columns:1fr}}.pro-card-left{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.pro-plan-label{letter-spacing:1.5px;text-transform:uppercase;color:#ffa114;align-items:center;gap:6px;margin-bottom:1.5rem;font-size:.72rem;font-weight:600;display:inline-flex}.pro-price-wrap{align-items:flex-start;gap:2px;margin-bottom:.5rem;line-height:1;display:flex}.pro-price-currency{color:#94a3b8;margin-top:8px;font-size:1.1rem;font-weight:600}.pro-price-amount{color:#f1f5f9;letter-spacing:-.04em;font-size:3.5rem;font-weight:600;line-height:1}.pro-price-period{color:#f1f5f9;flex-direction:column;justify-content:flex-end;padding-bottom:6px;font-size:1rem;display:flex}.pro-price-note{color:#475569;margin-bottom:2rem;font-size:.75rem}.pro-cta-btn{color:#0f172a;background:#ffa114;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:13px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:flex}.pro-cta-btn:hover{background:#ffb340;transform:translateY(-1px)}.pro-trial-note{color:#475569;justify-content:center;align-items:center;gap:5px;margin-top:.9rem;font-size:.72rem;display:flex}.pro-divider{background:linear-gradient(#0000,#1e293b 20% 80%,#0000);width:1px}@media (max-width:768px){.pro-divider{background:linear-gradient(90deg,#0000,#1e293b 20% 80%,#0000);width:auto;height:1px;margin:0 2.5rem}}.pro-card-right{padding:2.5rem}.pro-feats-title{letter-spacing:1.5px;text-transform:uppercase;color:#475569;margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.pro-feats{grid-template-columns:1fr 1fr;gap:.75rem 1rem;list-style:none;display:grid}@media (max-width:580px){.pro-feats{grid-template-columns:1fr}}.pro-feats li{color:#94a3b8;align-items:flex-start;gap:8px;font-size:.83rem;line-height:1.45;display:flex}.pro-feats li strong{color:#e2e8f0}.pro-feat-check{color:#0d9488;background:#0d948826;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;font-size:.6rem;font-weight:600;display:flex}.pro-compat{border-top:1px solid #1e293b;flex-wrap:wrap;gap:8px;margin-top:1.75rem;padding-top:1.25rem;display:flex}.pro-compat span{color:#475569;background:#1e293b;border:1px solid #334155;border-radius:20px;padding:3px 10px;font-size:.68rem}.faq-list{grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;display:grid}.faq-item{cursor:pointer;background:#fff;border:1px solid #e8edf5;border-radius:16px;padding:0;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item:hover{border-color:#c7d7f0;box-shadow:0 4px 20px #0d94880f}.faq-item.open{border-color:#0d9488;box-shadow:0 4px 24px #0d94881a}.faq-q{color:#0f172a;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.4rem;font-size:.95rem;font-weight:600;display:flex}.faq-icon{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s,transform .3s;display:flex}.faq-icon svg{transition:transform .3s;display:block}.faq-item.open .faq-icon{background:#0d9488}.faq-item.open .faq-icon svg{transform:rotate(45deg)}.faq-item.open .faq-icon svg path{stroke:#fff}.faq-body{max-height:0;transition:max-height .35s,padding .25s;overflow:hidden}.faq-item.open .faq-body{max-height:300px}.faq-a{color:#64748b;padding:0 1.4rem 1.25rem;font-size:.875rem;line-height:1.7}@media (max-width:700px){.faq-list{grid-template-columns:1fr}}.cta-section{text-align:center;background:#020d1a;padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 110%,#0d948859 0%,#0000 70%),radial-gradient(50% 40% at 20% -10%,#6366f133 0%,#0000 60%),radial-gradient(50% 40% at 80% -10%,#0e749033 0%,#0000 60%);position:absolute;inset:0}.cta-section:after{content:"";background:linear-gradient(90deg,#0000,#0d948880,#0000);height:1px;position:absolute;bottom:-2px;left:-20%;right:-20%}.cta-inner{z-index:1;max-width:640px;margin:0 auto;position:relative}.cta-eyebrow{letter-spacing:2px;text-transform:uppercase;color:#0d9488;align-items:center;gap:6px;margin-bottom:1.5rem;font-size:.7rem;font-weight:600;animation:.7s both fadeUp;display:inline-flex}.cta-eyebrow:before,.cta-eyebrow:after{content:"";opacity:.5;background:#0d9488;width:28px;height:1px;display:block}.cta-section h2{color:#fff;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.1;animation:.7s .1s both fadeUp}.cta-section h2 em{background:linear-gradient(135deg,#2dd4bf,#0d9488);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal}.cta-section p{color:#ffffff8c;margin-bottom:2.5rem;font-size:1rem;animation:.7s .2s both fadeUp}.cta-btn-wrap{animation:.7s .3s both fadeUp}.cta-note{color:#ffffff59;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:1.5rem;font-size:.75rem;animation:.7s .4s both fadeUp;display:flex}.cta-note span{align-items:center;gap:5px;display:flex}.cta-note span:before{content:"✓";color:#0d9488;font-weight:700}footer{background:#0f172a;padding:3.5rem 2rem 2rem}.footer-inner{max-width:1080px;margin:0 auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.footer-brand p{color:#475569;max-width:240px;margin-top:.75rem;font-size:.82rem;line-height:1.5}.footer-col h4{color:#e2e8f0;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.footer-col a{color:#475569;margin-bottom:.4rem;font-size:.82rem;text-decoration:none;display:block}.footer-bottom{border-top:1px solid #1e293b;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-copy{color:#334155;font-size:.78rem}.demo-slides-wrap{height:420px;position:relative;overflow:hidden}.demo-slide{opacity:0;pointer-events:none;transition:opacity .45s,transform .45s;position:absolute;inset:0;transform:translate(28px)}.demo-slide.slide-active{opacity:1;pointer-events:auto;transform:translate(0)}.demo-slide.slide-exit{opacity:0;transform:translate(-28px)}.demo-slide.slide-enter-left{transform:translate(-28px)}@media (max-width:640px){.demo-slides-wrap{height:360px}}.demo-slide-dots{justify-content:center;gap:7px;max-width:1120px;margin:1.75rem auto 0;padding:0 2rem;display:flex}.demo-dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:6px;height:6px;transition:background .35s,width .35s}.demo-dot.active{background:#0d9488;border-radius:3px;width:18px}.demo-new-rec-btn,.demo-doc-btn{color:#0d9488;cursor:pointer;background:#f0fdfa;border:1.5px solid #0d94884d;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;margin-left:auto;padding:4px 10px;font-size:.68rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:flex}.demo-new-rec-btn.clicking,.demo-doc-btn.clicking{color:#fff;background:#0d9488;border-color:#0d9488}.demo-tiptap-wrap{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.demo-editor-header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:7px 14px;display:flex}.demo-editor-label{color:#0f172a;align-items:center;gap:5px;font-size:.7rem;font-weight:600;display:flex}.demo-editor-actions{align-items:center;gap:5px;display:flex}.demo-editor-action-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:.62rem;font-weight:600;display:flex}.demo-editor-action-btn.primary-action{color:#fff;background:linear-gradient(90deg,#0d9488,#0e7490);border:none;box-shadow:0 2px 8px #0d948847}.demo-editor-action-btn.primary-action.clicking{transform:scale(.96)}.demo-toolbar{background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:1px;padding:3px 14px;display:flex;overflow:hidden}.demo-toolbar-select{color:#334155;cursor:pointer;white-space:nowrap;border:1px solid #e2e8f0;border-radius:5px;align-items:center;gap:3px;padding:3px 7px;font-size:.62rem;display:flex}.demo-toolbar-sep{background:#e2e8f0;flex-shrink:0;width:1px;height:14px;margin:0 4px}.demo-toolbar-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.68rem;font-weight:600;display:flex}.demo-toolbar-btn:hover,.demo-toolbar-btn.t-active{color:#0f172a;background:#f1f5f9}.demo-toolbar-chip{color:#0d9488;cursor:pointer;white-space:nowrap;background:#0d948814;border:1px solid #0d948833;border-radius:5px;flex-shrink:0;padding:2px 7px;font-size:.58rem;font-weight:600}.demo-tiptap-content{scrollbar-width:none;color:#1e293b;flex:1;padding:12px 20px 8px;font-size:.78rem;line-height:1.65;overflow-y:auto}.demo-tiptap-content::-webkit-scrollbar{display:none}.demo-tiptap-content h1{color:#0f172a;margin:0 0 5px;font-size:.95rem;font-weight:600}.demo-tiptap-content h2{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:10px 0 4px;padding-bottom:3px;font-size:.82rem;font-weight:600}.demo-tiptap-content p{margin:0 0 4px}.s3-icd-chip{color:#0d9488;background:#0d94881a;border:1px solid #0d948833;border-radius:4px;align-items:center;gap:3px;padding:1px 6px;font-size:.64rem;font-weight:600;display:inline-flex}.s3-med-chip{color:#2563eb;background:#3b82f61a;border:1px solid #3b82f633;border-radius:4px;align-items:center;gap:3px;padding:1px 6px;font-size:.64rem;font-weight:600;display:inline-flex}.demo-ai-gen-bar{color:#0d9488;background:#0d94880a;border-top:1px solid #0d94881a;flex-shrink:0;align-items:center;gap:7px;padding:5px 14px;font-size:.6rem;font-weight:600;display:flex}.s3-gen-bars{align-items:center;gap:2px;height:12px;display:flex}.s3-gen-bar{background:#0d9488;border-radius:1px;width:2px;animation:ease-in-out infinite barDance}.demo-pdf-preview-modal{flex-direction:column;height:375px;display:flex;width:min(620px,100% - 16px)!important;max-width:none!important}.demo-pdf-modal-body{flex:1;min-height:0;display:flex;overflow:hidden}.demo-pdf-sidebar{scrollbar-width:none;background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;gap:10px;width:175px;padding:10px 12px;display:flex;overflow-y:auto}.demo-pdf-sidebar::-webkit-scrollbar{display:none}.demo-pdf-sidebar-label{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin-bottom:4px;font-size:.58rem;font-weight:600}.demo-pdf-doc-item{color:#0f172a;background:#0d94880a;border:1px solid #0d948833;border-radius:8px;align-items:center;gap:7px;padding:7px 8px;font-size:.65rem;font-weight:500;display:flex}.demo-pdf-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:5px 8px;font-size:.64rem;display:flex}.demo-checkbox-row{cursor:pointer;align-items:center;gap:7px;display:flex}.demo-cb{border:1.5px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;transition:background .2s,border-color .2s;display:flex}.demo-cb.checked{background:#0d9488;border-color:#0d9488}.demo-checkbox-label{color:#334155;font-size:.64rem;font-weight:500}.demo-pdf-right{background:#6b7280;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.demo-pdf-page{background:#fff;flex-direction:column;flex-shrink:0;gap:2.5px;width:130px;height:184px;padding:9px 11px;display:flex;position:relative;box-shadow:0 4px 24px #0000004d}.demo-pdf-pline{background:#e2e8f0;border-radius:1px;height:4px}.demo-pdf-pline.s{width:65%}.demo-pdf-pline.xs{width:45%}.demo-pdf-pline.teal{background:#0d948859}.demo-pdf-pline.dark{background:#c8d0d8}.demo-pdf-page-head{background:#0d9488;border-radius:1px;height:7px;margin-bottom:5px}.demo-pdf-page-title{background:#94a3b8;border-radius:1px;align-self:center;width:55%;height:5px;margin-bottom:4px}.demo-pdf-page-sep{background:#e2e8f0;height:1px;margin:4px 0}.demo-pdf-page-sig{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:4px}.demo-pdf-footer{border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;padding:9px 14px;display:flex}.demo-pdf-cancel{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:7px;padding:6px 14px;font-size:.7rem;font-weight:500}.demo-pdf-gen{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0d9488,#0e7490);border:none;border-radius:7px;align-items:center;gap:5px;padding:6px 14px;font-size:.7rem;font-weight:600;transition:transform .15s;display:flex;box-shadow:0 2px 8px #0d948847}.demo-pdf-gen.clicking{transform:scale(.96)}.demo-sign-dialog{width:268px!important}.demo-sign-title{color:#0d9488;font-size:.82rem;font-weight:600}.demo-sign-sub{color:#94a3b8;margin-top:2px;font-size:.6rem}.demo-cert-card{background:#0d94880a;border:1px solid #0d948833;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.demo-cert-shield{color:#22c55e;background:#22c55e1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.demo-cert-badges{gap:4px;margin-top:3px;display:flex}.demo-cert-badge-valid{color:#fff;background:#22c55e;border-radius:10px;padding:1px 6px;font-size:.55rem;font-weight:600}.demo-cert-badge-type{color:#0d9488;background:#0d94881a;border-radius:10px;padding:1px 6px;font-size:.55rem;font-weight:600}.demo-pass-field{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:7px 10px;display:flex}.demo-pass-dots{align-items:center;gap:4px;display:flex}.demo-pass-dot{opacity:0;background:#0f172a;border-radius:50%;width:6px;height:6px;transition:opacity .1s}.demo-pass-dot.vis{opacity:1}.demo-sign-footer{border-top:1px solid #f1f5f9;gap:8px;padding:10px 16px 14px;display:flex}.demo-sign-cancel{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:1px solid #e2e8f0;border-radius:7px;flex:1;padding:7px 0;font-size:.7rem;font-weight:500}.demo-sign-confirm{color:#fff;cursor:pointer;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#0d9488,#0e7490);border-radius:7px;flex:2;justify-content:center;align-items:center;gap:5px;padding:7px 0;font-size:.7rem;font-weight:600;transition:opacity .3s;display:flex;box-shadow:0 2px 8px #0d948847}.demo-sign-confirm.enabled{opacity:1;pointer-events:auto}@keyframes confirmPulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #0d948847}50%{transform:scale(1.025);box-shadow:0 4px 18px #0d948885}}.demo-sign-confirm.pulse{animation:.65s 2 confirmPulse}.demo-viewer-modal{width:290px!important}.demo-viewer-header{align-items:center;gap:10px;padding:14px 16px 0;display:flex}.demo-viewer-icon{color:#0d9488;background:#0d94881a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.demo-viewer-title{color:#0f172a;font-size:.78rem;font-weight:600}.demo-viewer-sub{color:#94a3b8;margin-top:1px;font-size:.58rem}.demo-action-grid{grid-template-columns:1fr 1fr;gap:6px;padding:12px 16px 16px;display:grid}@keyframes cardPop{0%{opacity:0;transform:scale(.88)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.demo-action-card{cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:8px;padding:8px 9px;animation:.32s cubic-bezier(.34,1.56,.64,1) both cardPop;display:flex}.demo-action-card:nth-child(2){animation-delay:60ms}.demo-action-card:nth-child(3){animation-delay:.12s}.demo-action-card:nth-child(4){animation-delay:.18s}.demo-action-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.demo-action-title{color:#0f172a;font-size:.67rem;font-weight:600}.demo-action-desc{color:#94a3b8;margin-top:1px;font-size:.57rem}.demo-viewer-footer{padding:0 16px 14px}.demo-viewer-close{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:7px;width:100%;padding:7px 0;font-size:.7rem;font-weight:500}.demo-chat-wrap{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.demo-chat-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000000f;flex-shrink:0;align-items:center;gap:8px;padding:9px 14px;display:flex}.demo-chat-bot-icon{color:#0d9488;background:#0d94881a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.demo-chat-title{color:#0f172a;font-size:.78rem;font-weight:600}.demo-chat-subtitle{color:#94a3b8;font-size:.56rem}.demo-chat-messages{scrollbar-width:none;flex-direction:column;flex:1;padding:10px 14px 4px;display:flex;overflow-y:auto}.demo-chat-messages::-webkit-scrollbar{display:none}.demo-msg-user{justify-content:flex-end;padding:6px 0;display:flex}.demo-msg-user-inner{flex-direction:column;align-items:flex-end;gap:2px;max-width:82%;display:flex}.demo-msg-label{color:#94a3b8;font-size:.54rem;font-weight:500}.demo-msg-user-bubble{color:#0f172a;background:#f1f5f9;border:.5px solid #00000012;border-radius:14px 14px 4px;padding:8px 11px;font-size:.7rem;line-height:1.5}.demo-msg-ai{flex-direction:column;gap:4px;padding:6px 0 2px;display:flex}.demo-msg-ai-label{color:#94a3b8;font-size:.54rem;font-weight:600}.demo-proc-steps{flex-direction:column;gap:3px;padding:2px 0 4px;display:flex}.demo-proc-step{color:#64748b;opacity:0;align-items:center;gap:6px;max-height:0;font-size:.61rem;transition:opacity .3s,max-height .3s;display:flex;overflow:hidden}.demo-proc-step.show{opacity:1;max-height:20px}.demo-proc-step.done{color:#94a3b8}.demo-proc-step-icon{flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;display:flex}.demo-proc-step-icon.spinning{color:#0d9488;animation:.7s linear infinite spin}.demo-proc-step-icon.done-icon{color:#22c55e}.demo-md{color:#0f172a;min-height:2px;font-size:.7rem;line-height:1.65}.demo-md h3{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:7px 0 3px;padding-bottom:3px;font-size:.71rem;font-weight:600}.demo-md h3:first-child{margin-top:3px}.demo-md ul{flex-direction:column;gap:2px;margin:3px 0;padding-left:14px;display:flex}.demo-md li{color:#334155;font-size:.68rem}.demo-md strong{color:#0f172a;font-weight:600}.demo-md p{margin:3px 0}.demo-cite{color:#0d9488;vertical-align:baseline;background:#0d94881a;border:1px solid #0d948833;border-radius:3px;justify-content:center;align-items:center;margin:0 2px;padding:0 4px;font-family:monospace;font-size:.56rem;font-weight:600;line-height:1.5;display:inline-flex}.demo-sources-panel{opacity:0;border:1px solid #00000012;border-radius:10px;margin-top:8px;transition:opacity .35s,transform .35s;overflow:hidden;transform:translateY(5px)}.demo-sources-panel.show{opacity:1;transform:translateY(0)}.demo-sources-head{background:#f8fafc;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.demo-sources-tag{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;font-size:.5rem;font-weight:600}.demo-source-row{border-bottom:1px solid #0000000a;gap:7px;padding:6px 10px;display:flex}.demo-source-row:last-child{border-bottom:none}.demo-source-num{color:#94a3b8;text-align:right;flex-shrink:0;min-width:18px;margin-top:1px;font-family:monospace;font-size:.54rem}.demo-source-name{color:#0d9488;font-size:.63rem;font-weight:600;line-height:1.3}.demo-source-meta{color:#94a3b8;margin-top:1px;font-size:.54rem}.demo-suggestions{scrollbar-width:none;opacity:0;flex-shrink:0;gap:6px;padding:4px 14px 6px;transition:opacity .35s;display:flex;overflow-x:auto}.demo-suggestions.show{opacity:1}.demo-suggestions::-webkit-scrollbar{display:none}.demo-sugg-chip{white-space:nowrap;color:#64748b;background:#f8fafc;border:1px solid #00000017;border-radius:50px;flex-shrink:0;padding:4px 10px;font-size:.57rem}.demo-chat-composer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:.5px solid #0000001c;border-radius:14px;flex-shrink:0;align-items:center;gap:7px;margin:0 10px 10px;padding:7px 10px;display:flex;box-shadow:0 4px 14px #0000000f}.demo-composer-clip{color:#94a3b8;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.demo-composer-text{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.66rem;overflow:hidden}.demo-composer-send{color:#fff;background:#0d9488;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.agent-section{background:#fff;padding:5rem 1.5rem}.agent-wrap{max-width:1100px;margin:0 auto}.agent-tag{color:#0d9488;letter-spacing:1.5px;text-transform:uppercase;background:#0d948814;border-radius:50px;align-items:center;gap:6px;margin-bottom:1rem;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.agent-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:0;display:grid}@media (max-width:768px){.agent-grid{grid-template-columns:1fr;gap:2rem}}.agent-chat-frame{background:#fff;border:1px solid #00000012;border-radius:16px;height:420px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001a,0 4px 16px #0d948814}@media (max-width:768px){.agent-chat-frame{height:360px}}.agent-title{color:#0f172a;margin-bottom:.9rem;font-size:1.75rem;font-weight:600;line-height:1.25}.agent-sub{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.agent-bullets{flex-direction:column;gap:.85rem;margin-bottom:1.75rem;display:flex}.agent-bullet{align-items:flex-start;gap:.75rem;display:flex}.agent-bullet-check{color:#0d9488;background:#0d94881a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.agent-bullet-text{color:#334155;font-size:.88rem;line-height:1.55}.agent-bullet-text strong{color:#0f172a;font-weight:600}.agent-cta{color:#fff;background:#0d9488;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.demo-modal-overlay{z-index:10;opacity:0;pointer-events:none;background:#0f172a61;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.demo-modal-overlay.show{opacity:1;pointer-events:auto}.demo-modal{opacity:0;background:#fff;border-radius:12px;width:300px;transition:transform .38s cubic-bezier(.34,1.56,.64,1),opacity .28s;overflow:hidden;transform:scale(.9)translateY(12px);box-shadow:0 20px 60px #0003,0 0 0 1px #0000000f}.demo-modal.show{opacity:1;transform:scale(1)translateY(0)}.demo-modal-header{border-bottom:1px solid #f1f5f9;padding:14px 16px 12px}.demo-modal-title{color:#0f172a;font-size:.82rem;font-weight:600}.demo-modal-patient{background:#0d94880d;border:1px solid #0d94882e;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;display:flex}.demo-modal-patient-avatar{color:#0d9488;background:#0d94881f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.demo-modal-patient-name{color:#0f172a;font-size:.73rem;font-weight:600}.demo-modal-patient-sub{color:#64748b;margin-top:1px;font-size:.6rem}.demo-modal-body{flex-direction:column;gap:10px;padding:12px 16px;display:flex}.demo-modal-section-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:6px;font-size:.58rem;font-weight:600}.demo-modal-radio{flex-direction:column;gap:6px;display:flex}.demo-modal-option{cursor:pointer;border:1.5px solid #e2e8f0;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;transition:border-color .2s,background .2s;display:flex}.demo-modal-option.selected{background:#0d94880d;border-color:#0d9488}.demo-modal-option-radio{border:1.5px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:border-color .2s,background .2s;display:flex}.demo-modal-option.selected .demo-modal-option-radio{background:#0d9488;border-color:#0d9488;box-shadow:inset 0 0 0 2.5px #fff}.demo-modal-option-icon{color:#64748b;background:#f1f5f9;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .2s,color .2s;display:flex}.demo-modal-option.selected .demo-modal-option-icon{color:#0d9488;background:#0d94881f}.demo-modal-device{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(4px)}.demo-modal-device.show{opacity:1;transform:translateY(0)}.demo-modal-select{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:6px 10px;font-size:.68rem;display:flex}.demo-modal-bars{align-items:center;gap:2px;height:16px;display:flex}.demo-modal-bar{background:#0d9488;border-radius:2px;width:2.5px;animation:ease-in-out infinite barDance}.demo-modal-footer{border-top:1px solid #f1f5f9;padding:10px 16px 14px}.demo-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0d9488,#0e7490);border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:9px;font-size:.78rem;font-weight:600;display:flex;box-shadow:0 4px 14px #0d948847}@keyframes btnPulse{0%,to{transform:scale(1);box-shadow:0 4px 14px #0d948847}50%{transform:scale(1.025);box-shadow:0 6px 22px #0d948875}}.demo-modal-btn.pulse{animation:.7s 2 btnPulse}.hp-frame{flex-direction:column;height:100%;display:flex}.hp-nav{background:#ffffff0f;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:5px;padding:6px 10px;display:flex}.hp-nav-logo{color:#ffffffe0;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:flex}.hp-nav-tabs{gap:1px;margin-left:5px;display:flex}.hp-nav-tab{color:#ffffff61;border-radius:5px;padding:2px 7px;font-size:.58rem}.hp-nav-tab.active{color:#ffffffd1;background:#ffffff1a}.hp-info-row{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 10px;display:flex}.hp-patient-name{color:#ffffff73;font-size:.58rem}.hp-rec-pill{letter-spacing:.5px;color:#ef4444d9;background:#ef44441f;border:1px solid #ef444438;border-radius:20px;align-items:center;gap:4px;padding:2px 7px 2px 5px;font-size:.52rem;font-weight:700;display:flex}.hp-rec-core{background:#ef4444;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite hpRecPulse}.hp-rec-bars{align-items:center;gap:1.5px;height:12px;margin-left:2px;display:flex}.hp-rec-bar{background:#ef4444b3;border-radius:2px;width:2px;animation:ease-in-out infinite barDance}@keyframes hpRecPulse{0%,to{opacity:1}50%{opacity:.35}}.hp-feed{flex-direction:column;flex:1;gap:5px;padding:8px 8px 4px;display:flex;overflow:hidden}.hp-seg{opacity:0;border-radius:10px;max-width:84%;padding:5px 9px;font-size:.64rem;line-height:1.45;transition:opacity .25s,transform .25s;transform:translateY(5px)}.hp-seg.show{opacity:1;transform:translateY(0)}.hp-seg-doc{color:#ffffffc7;background:#0d948829;border:1px solid #0d94883d;border-bottom-right-radius:3px;align-self:flex-end}.hp-seg-pat{color:#ffffff9e;background:#ffffff12;border:1px solid #ffffff1c;border-bottom-left-radius:3px;align-self:flex-start}.hp-seg-label{letter-spacing:.8px;text-transform:uppercase;margin-bottom:2px;font-size:.5rem;font-weight:700}.hp-seg-doc .hp-seg-label{color:#0d9488cc}.hp-seg-pat .hp-seg-label{color:#ffa114bf}.hp-ai-header{background:#ffffff0f;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:8px;padding:7px 10px;display:flex}.hp-ai-icon{color:#0d9488;background:#0d948829;border:1px solid #0d94883d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.hp-ai-title{color:#ffffffd9;font-size:.68rem;font-weight:600}.hp-ai-sub{color:#ffffff61;margin-top:1px;font-size:.53rem}.hp-online{color:#22c55e;flex-shrink:0;align-items:center;gap:3px;margin-left:auto;font-size:.52rem;font-weight:600;display:flex}.hp-online-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite hpRecPulse}.hp-chat-body{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow:hidden}.hp-user-row{align-self:flex-end;max-width:86%}.hp-user-label{letter-spacing:.8px;text-transform:uppercase;color:#0d9488b3;text-align:right;margin-bottom:2px;font-size:.5rem;font-weight:700}.hp-user-bubble{color:#ffffffb8;background:#0d948824;border:1px solid #0d948838;border-radius:12px 12px 3px;padding:5px 9px;font-size:.63rem;line-height:1.4}.hp-ai-row{align-self:flex-start;max-width:90%}.hp-ai-label{letter-spacing:.8px;text-transform:uppercase;color:#ffffff4d;margin-bottom:2px;font-size:.5rem;font-weight:700}.hp-bubble{color:#ffffffad;opacity:0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:3px 12px 12px;padding:5px 9px;font-size:.63rem;line-height:1.5;transition:opacity .25s,transform .25s;transform:translateY(4px)}.hp-bubble.show{opacity:1;transform:translateY(0)}.hp-typing{opacity:0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:3px 12px 12px;align-self:flex-start;align-items:center;gap:4px;padding:6px 9px;transition:opacity .2s;display:flex}.hp-typing.show{opacity:1}.hp-typing span{background:#fff6;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite typingBounce}.hp-typing span:nth-child(2){animation-delay:.15s}.hp-typing span:nth-child(3){animation-delay:.3s}.hp-composer{border-top:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;display:flex}.hp-composer-input{color:#ffffff47;flex:1;font-size:.58rem;font-style:italic}.hp-composer-btn{color:#0d9488cc;background:#0d948833;border:1px solid #0d948847;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.hero-side-panel{height:320px}
