@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%}body{margin:0;font-family:system-ui,sans-serif}.prose blockquote{position:relative;border:none;border-left:3px solid #4A6B7D;background:#4a6b7d0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 1.5rem;margin:1.75rem 0;border-radius:.75rem;font-style:normal;font-weight:400;color:inherit;box-shadow:0 1px 2px #0000000d,0 0 0 1px #4a6b7d14;transition:all .2s ease}.prose blockquote:hover{background:#4a6b7d0f;box-shadow:0 4px 8px #00000014,0 0 0 1px #4a6b7d1f;transform:translateY(-1px)}.prose blockquote p{margin:0;line-height:1.6}.dark .prose blockquote{border-left-color:#8fa5b5;background:#8fa5b514;box-shadow:0 1px 2px #0003,0 0 0 1px #8fa5b526}.dark .prose blockquote:hover{background:#8fa5b51f;box-shadow:0 4px 8px #0000004d,0 0 0 1px #8fa5b533}:root{--am-bg: #ffffff;--am-text-primary: #1d1d1f;--am-text-secondary: #86868b;--am-accent: #4A6B7D;--am-accent-hover: #3A5A6C;--am-border: #e5e5e5;--am-input-bg: #f3f4f6;--am-ease: cubic-bezier(.25, .1, .25, 1);--am-font-serif: "Georgia", "Cambria", "Times New Roman", serif;--am-font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif}.dark-mode{--am-bg: #1e1e1e;--am-text-primary: #f5f5f7;--am-text-secondary: #a1a1a6;--am-border: #333333;--am-input-bg: #2c2c2e}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .4s var(--am-ease)}.auth-modal-card{position:relative;width:100%;max-width:420px;padding:48px 40px;border-radius:16px;background:var(--am-bg);box-shadow:0 20px 40px #0000001a;color:var(--am-text-primary);font-family:var(--am-font-sans);overflow:hidden;animation:modalEntrance .5s var(--am-ease) forwards;border:1px solid rgba(0,0,0,.05)}.dark-mode .auth-modal-card{border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d}@keyframes modalEntrance{0%{opacity:0;transform:scale(.98) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-modal-close{position:absolute;top:20px;right:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:transparent;color:var(--am-text-secondary);cursor:pointer;transition:all .2s ease}.auth-modal-close:hover{background:#0000000d;color:var(--am-text-primary)}.dark-mode .auth-modal-close:hover{background:#ffffff1a}.auth-modal-title{margin:0 0 12px;font-family:var(--am-font-serif);font-size:32px;font-weight:500;text-align:center;color:var(--am-text-primary);letter-spacing:-.01em}.auth-modal-subtitle{margin:0 0 32px;font-size:15px;font-weight:400;text-align:center;color:var(--am-text-secondary);line-height:1.5}.auth-modal-alert{margin:0 0 24px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;animation:slideDown .3s var(--am-ease)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-modal-alert-error{background:#ff3b301a;color:#ff3b30}.auth-modal-alert-success{background:#34c7591a;color:#34c759}.auth-modal-form{display:flex;flex-direction:column;gap:20px}.auth-modal-label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--am-text-secondary)}.auth-modal-input{width:100%;height:52px;padding:0 16px;border-radius:8px;border:1px solid transparent;background:var(--am-input-bg);font-size:16px;color:var(--am-text-primary);transition:all .2s ease;outline:none}.auth-modal-input::placeholder{color:var(--am-text-secondary);opacity:.7}.auth-modal-input:hover{box-shadow:inset 0 0 0 1px #0000000d}.dark-mode .auth-modal-input:hover{box-shadow:inset 0 0 0 1px #ffffff1a}.auth-modal-input:focus{background:var(--am-bg);box-shadow:0 0 0 2px var(--am-accent);transform:translateY(-1px)}.auth-modal-input:disabled{opacity:.6;cursor:not-allowed}.auth-modal-input-with-icon{padding-right:48px}.auth-modal-primary{width:100%;height:52px;padding:0 24px;border-radius:30px;border:none;background:var(--am-accent);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.auth-modal-primary:hover:not(:disabled){background:var(--am-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #4a6b7d4d}.auth-modal-primary:active:not(:disabled){transform:scale(.98)}.auth-modal-primary:disabled{opacity:.5;cursor:not-allowed}.auth-modal-button-loading{display:flex;align-items:center;gap:8px}.auth-modal-spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-modal-divider{display:flex;align-items:center;margin:32px 0;color:var(--am-text-secondary);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.auth-modal-divider:before,.auth-modal-divider:after{content:"";flex:1;height:1px;background:var(--am-border)}.auth-modal-divider span{padding:0 16px}.auth-modal-oauth-group{display:flex;flex-direction:column;gap:12px}.auth-modal-oauth-button{width:100%;height:52px;padding:0 20px;border-radius:30px;border:1px solid var(--am-border);background:transparent;color:var(--am-text-primary);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px}.auth-modal-oauth-button:active:not(:disabled){transform:scale(.98)}.auth-modal-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--am-text-secondary);cursor:pointer;border-radius:50%;transition:all .2s ease}.auth-modal-password-toggle:hover{color:var(--am-text-primary);background:#0000000d}.dark-mode .auth-modal-password-toggle:hover{background:#ffffff1a}.auth-modal-password-requirements{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.auth-modal-password-requirements li{list-style:none;margin:0;padding:0;font-size:12.5px;line-height:1.4;color:var(--am-text-secondary, #6b7280)}.auth-modal-password-requirements li.met{color:var(--am-success, #16a34a)}.auth-modal-email-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;background:var(--am-input-bg)}.dark-mode .auth-modal-email-row{border-color:transparent}.auth-modal-email-text{font-size:15px;color:var(--am-text-primary);font-weight:500}.auth-modal-email-edit{color:var(--am-accent);font-weight:600;font-size:13px;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.auth-modal-email-edit:hover{text-decoration:underline;opacity:1}.auth-modal-forgot-password{display:flex;justify-content:flex-end;margin-top:-8px;margin-bottom:8px}.auth-modal-link{color:var(--am-accent);font-size:13px;font-weight:500;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.auth-modal-link:hover{text-decoration:underline;opacity:1}.auth-modal-terms{margin:24px 0 0;font-size:12px;text-align:center;color:var(--am-text-secondary);line-height:1.6;opacity:1}.auth-modal-terms a{color:var(--am-text-primary);text-decoration:underline;font-weight:500;transition:opacity .2s ease}.auth-modal-terms a:hover{color:var(--am-accent);opacity:1}@media (max-width: 480px){.auth-modal-card{padding:32px 24px;border-radius:20px}.auth-modal-title{font-size:28px}.auth-modal-input,.auth-modal-primary,.auth-modal-oauth-button{height:50px;font-size:16px}}.astra-hero-mark{--astra-hero-mark-material: radial-gradient(circle at 31% 20%, color-mix(in srgb, var(--astra-home-logo, #111111) 68%, white) 0%, transparent 34%), linear-gradient(145deg, color-mix(in srgb, var(--astra-home-logo, #111111) 84%, white) 0%, var(--astra-home-logo, #111111) 44%, color-mix(in srgb, var(--astra-home-logo, #111111) 82%, black) 100%);position:relative;display:grid;width:78px;height:78px;margin:0 auto 9px;isolation:isolate;place-items:center}.astra-hero-mark__glyph{display:block;width:78px;height:78px;background:var(--astra-hero-mark-material);filter:drop-shadow(0 -1px 0 color-mix(in srgb,white 34%,transparent)) drop-shadow(0 4px 5px color-mix(in srgb,black 11%,transparent)) drop-shadow(0 15px 18px color-mix(in srgb,black 16%,transparent));mask-position:center;mask-repeat:no-repeat;mask-size:136px 136px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:136px 136px}.astra-hero-mark__glyph--static{mask-image:url(/Astraarticle.png);-webkit-mask-image:url(/Astraarticle.png)}.astra-hero-mark__glyph--animated{mask-image:url(/brand/archive/Astraarticle-aperture-mask.png);-webkit-mask-image:url(/brand/archive/Astraarticle-aperture-mask.png)}.astra-hero-mark__aperture-defs{position:absolute;width:0;height:0}.astra-hero-mark__aperture-shell{position:absolute;top:50%;left:50%;z-index:2;width:62px;height:62px;clip-path:polygon(50% 0,58% 36%,100% 50%,58% 64%,50% 100%,42% 64%,0 50%,42% 36%);overflow:hidden;pointer-events:none;transform:translate(-50%,-50%)}.astra-hero-mark__aperture-material{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--astra-hero-mark-material);background-position:center;background-repeat:no-repeat;background-size:78px 78px}@media (max-width: 640px){.astra-hero-mark{width:66px;height:66px;margin-bottom:10px}.astra-hero-mark__glyph{width:66px;height:66px;mask-size:114px 114px;-webkit-mask-size:114px 114px}.astra-hero-mark__aperture-shell{width:54px;height:54px}.astra-hero-mark__aperture-material{background-size:66px 66px}}@media (prefers-reduced-motion: reduce){.astra-hero-mark__aperture-shell{display:none}}.astra-first-page{position:relative;isolation:isolate;width:100%;min-height:100%;overflow:hidden;padding:clamp(26px,3.2vw,38px) clamp(4px,2vw,20px) 72px;color:var(--astra-home-text);background:radial-gradient(circle at 50% 0%,var(--astra-home-accent-soft),transparent 28%),var(--astra-home-bg);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.astra-first-page *{box-sizing:border-box}.astra-first-page button:not(:disabled):hover,.astra-first-page button:not(:disabled):active{transform:none}.astra-first-page__grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;opacity:.42;background-image:radial-gradient(circle,var(--astra-home-border) .8px,transparent .9px);background-size:24px 24px;mask-image:linear-gradient(to bottom,black,transparent 72%);-webkit-mask-image:linear-gradient(to bottom,black,transparent 72%)}.astra-first-page__axis{position:absolute;top:50px;left:50%;z-index:-1;width:1px;height:510px;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--astra-home-border-strong) 18%,var(--astra-home-border) 70%,transparent)}.astra-first-page__shell{width:min(1080px,100%);margin:0 auto}.astra-first-page__intro{position:relative;z-index:1;width:min(900px,100%);margin:0 auto;text-align:center;animation:astra-home-rise .7s cubic-bezier(.16,1,.3,1) both}.astra-first-page__orbit{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border:1px solid var(--astra-home-border);border-radius:50%;animation:astra-home-orbit 22s linear infinite}.astra-first-page__orbit:before,.astra-first-page__orbit:after{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid var(--astra-home-border);border-radius:50%;content:""}.astra-first-page__orbit:after{top:17px;right:17px;bottom:17px;left:17px}.astra-first-page__orbit i{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--astra-home-accent);box-shadow:0 0 0 4px var(--astra-home-accent-soft),0 0 16px var(--astra-home-glow);animation:astra-home-signal 2.8s ease-in-out infinite}.astra-first-page__orbit i:nth-child(1){top:-3px;left:calc(50% - 2px)}.astra-first-page__orbit i:nth-child(2){top:calc(50% - 2px);right:-3px;animation-delay:.7s}.astra-first-page__orbit i:nth-child(3){bottom:-3px;left:calc(50% - 2px);animation-delay:1.4s}.astra-first-page__orbit i:nth-child(4){top:calc(50% - 2px);left:-3px;animation-delay:2.1s}.astra-first-page__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 13px;color:var(--astra-home-muted);font-size:10px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}.astra-first-page__eyebrow span{width:18px;height:1px;background:var(--astra-home-accent)}.astra-first-page__title{margin:0;color:var(--astra-home-text);font-family:Iowan Old Style,Baskerville,Palatino,Georgia,serif;font-size:clamp(43px,5.6vw,64px);font-weight:400;letter-spacing:-.052em;line-height:.96;text-wrap:balance}.astra-first-page__title span{display:block}.astra-first-page__title span:last-child{color:color-mix(in srgb,var(--astra-home-text) 85%,var(--astra-home-accent))}.astra-first-page__lede{width:min(840px,100%);margin:16px auto 0;color:var(--astra-home-muted);font-family:Avenir Next,Avenir,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(15px,1.7vw,17.5px);font-weight:450;letter-spacing:-.025em;line-height:1.55;text-wrap:balance}.astra-first-page__lede-character{opacity:0;animation:astra-home-type-character 70ms cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.48s + (var(--astra-character-index) * 15ms))}.astra-first-page__sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.astra-first-page__command{position:relative;z-index:4;width:min(760px,calc(100% + 20px));margin:20px auto 0;animation:astra-home-rise .72s cubic-bezier(.16,1,.3,1) 90ms both}.astra-first-page__command:before{position:absolute;top:20%;right:8%;bottom:-22%;left:8%;z-index:-1;border-radius:50%;background:var(--astra-home-glow);content:"";filter:blur(42px);opacity:.5}.astra-first-page__journey{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);width:min(600px,100%);margin:17px auto 0;padding:4px;overflow:hidden;border:1px solid var(--astra-home-border);border-radius:16px;background:color-mix(in srgb,var(--astra-home-surface) 82%,transparent);box-shadow:0 3px 12px color-mix(in srgb,var(--astra-home-text) 4%,transparent);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);animation:astra-home-rise .72s cubic-bezier(.16,1,.3,1) .16s both}.astra-first-page__journey-line{position:absolute;top:50%;left:6%;right:6%;z-index:0;height:1px;background:var(--astra-home-border)}.astra-first-page__journey-signal{position:absolute;top:calc(50% - 2px);left:calc((var(--astra-home-active-index) * 25%) + 12.5% - 3px);z-index:1;width:6px;height:6px;border-radius:50%;background:var(--astra-home-accent);box-shadow:0 0 0 5px var(--astra-home-accent-soft),0 0 20px var(--astra-home-glow);transition:left .42s cubic-bezier(.16,1,.3,1)}.astra-first-page__journey-step{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;padding:9px 10px;border:0;border-radius:12px;color:var(--astra-home-muted);background:transparent;cursor:pointer;text-align:center;transition:color .18s ease,background .18s ease}.astra-first-page__journey-step:hover{color:var(--astra-home-text);background:var(--astra-home-accent-soft)}.astra-first-page__journey-step.is-active{color:var(--astra-home-accent);background:var(--astra-home-accent-soft);box-shadow:none}.astra-first-page__journey-number{color:var(--astra-home-muted);font-family:SF Mono,Menlo,monospace;font-size:8px;letter-spacing:.08em;opacity:.62}.astra-first-page__journey-icon{display:inline-flex;align-items:center;justify-content:center}.astra-first-page__journey-step.is-active .astra-first-page__journey-icon{color:var(--astra-home-accent)}.astra-first-page__journey-step>strong{font-size:12px;font-weight:600;letter-spacing:-.01em}.astra-first-page__journey-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.astra-first-page__journey-copy strong{font-size:12.5px;font-weight:650;letter-spacing:-.015em}.astra-first-page__journey-copy small{overflow:hidden;color:var(--astra-home-muted);font-size:9.5px;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.astra-first-page__thread{position:relative;width:min(860px,100%);margin:19px auto 0;overflow:hidden;border:1px solid var(--astra-home-border);border-radius:24px;background:color-mix(in srgb,var(--astra-home-surface) 94%,transparent);box-shadow:0 12px 36px color-mix(in srgb,var(--astra-home-text) 4%,transparent);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);animation:astra-home-rise .76s cubic-bezier(.16,1,.3,1) .23s both}.astra-first-page__thread:before{position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(to right,transparent,var(--astra-home-accent),transparent);content:"";opacity:.7}.astra-first-page__thread-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 20px;border-bottom:1px solid var(--astra-home-border)}.astra-first-page__thread-header>div{display:flex;align-items:baseline;gap:10px}.astra-first-page__thread-kicker{color:var(--astra-home-muted);font-family:SF Mono,Menlo,monospace;font-size:8.5px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.astra-first-page__thread-header strong{font-size:12.5px;font-weight:600;letter-spacing:-.015em}.astra-first-page__thread-content{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.5fr);min-height:190px;animation:astra-home-content .52s cubic-bezier(.16,1,.3,1) both}.astra-first-page__prompt{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px;border:0;border-right:1px solid var(--astra-home-border);color:var(--astra-home-text);background:var(--astra-home-surface);cursor:pointer;text-align:left}.astra-first-page__prompt:hover{background:color-mix(in srgb,var(--astra-home-accent) 6%,var(--astra-home-surface))}.astra-first-page__prompt-label{color:var(--astra-home-muted);font-size:9px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.astra-first-page__prompt strong{font-family:Iowan Old Style,Baskerville,Palatino,Georgia,serif;font-size:clamp(20px,2.4vw,27px);font-weight:400;letter-spacing:-.032em;line-height:1.14}.astra-first-page__prompt-action{display:inline-flex;align-items:center;gap:7px;color:var(--astra-home-accent);font-size:11px;font-weight:650}.astra-first-page__prompt--master{cursor:default}.astra-first-page__prompt--master:hover{background:var(--astra-home-surface)}.astra-first-page__master-detail{color:var(--astra-home-muted);font-size:11px;line-height:1.55}.astra-first-page__master-action{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--astra-home-accent);border-radius:10px;color:#fff;background:var(--astra-home-accent);cursor:pointer;font-size:11px;font-weight:650}.astra-first-page__master-action svg{transform:rotate(45deg)}.astra-first-page__prompt-action svg,.astra-first-page__alternate-prompts svg{transform:rotate(45deg)}.astra-first-page__flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;padding:0}.astra-first-page__flow:before{display:none}.astra-first-page__flow:after{display:none}.astra-first-page__flow-stage{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px 20px;animation:astra-home-stage .56s cubic-bezier(.16,1,.3,1) both}.astra-first-page__flow-stage+.astra-first-page__flow-stage{border-left:1px solid var(--astra-home-border)}.astra-first-page__flow-stage:nth-child(2){animation-delay:70ms}.astra-first-page__flow-stage:nth-child(3){animation-delay:.14s}.astra-first-page__flow-index{display:grid;width:25px;height:25px;margin-bottom:18px;border:1px solid var(--astra-home-border-strong);border-radius:50%;color:var(--astra-home-muted);background:var(--astra-home-surface);font-family:SF Mono,Menlo,monospace;font-size:8px;place-items:center}.astra-first-page__flow-label{margin-bottom:5px;color:var(--astra-home-accent);font-size:8.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.astra-first-page__flow-stage strong{margin-bottom:5px;font-size:13px;font-weight:650;letter-spacing:-.018em;line-height:1.25}.astra-first-page__flow-stage small{color:var(--astra-home-muted);font-size:10px;font-weight:430;line-height:1.45}.astra-first-page__alternate-prompts{display:flex;align-items:center;gap:8px;padding:11px 16px;overflow-x:auto;border-top:1px solid var(--astra-home-border);scrollbar-width:none}.astra-first-page__alternate-prompts::-webkit-scrollbar{display:none}.astra-first-page__alternate-prompts>span{flex:0 0 auto;margin-right:3px;color:var(--astra-home-muted);font-size:8.5px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.astra-first-page__alternate-prompts button{display:inline-flex;min-width:0;flex:1 1 0;align-items:center;justify-content:space-between;gap:9px;padding:9px 11px;overflow:hidden;border:1px solid transparent;border-radius:10px;color:var(--astra-home-muted);background:transparent;cursor:pointer;font-size:9.5px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.astra-first-page__alternate-prompts button:hover{color:var(--astra-home-text);border-color:var(--astra-home-border);background:var(--astra-home-accent-soft)}.astra-first-page__alternate-prompts button svg{flex:0 0 auto}.astra-first-page__proof{width:min(900px,100%);margin:19px auto 0}.astra-first-page__trust>p{margin:0 0 16px;color:var(--astra-home-muted);font-size:9px;font-weight:650;letter-spacing:.13em;text-align:center;text-transform:uppercase}.astra-first-page__trust-window{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent)}.astra-first-page__trust-track{display:flex;width:max-content;align-items:center;gap:34px;animation:astra-home-marquee 34s linear infinite}.astra-first-page__hospital{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:var(--astra-home-muted);font-size:11.5px;font-weight:520;white-space:nowrap;opacity:.63}.astra-first-page__hospital img{border-radius:4px;filter:grayscale(1);object-fit:contain}.astra-first-page[data-theme=dark] .astra-first-page__hospital img{filter:grayscale(1) invert(1)}.astra-first-page__stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:36px;border-top:1px solid var(--astra-home-border);border-bottom:1px solid var(--astra-home-border)}.astra-first-page__stats>div{display:flex;flex-direction:column;gap:6px;padding:25px 18px;text-align:center}.astra-first-page__stats>div+div{border-left:1px solid var(--astra-home-border)}.astra-first-page__stats strong{font-family:Iowan Old Style,Baskerville,Palatino,Georgia,serif;font-size:28px;font-weight:400;letter-spacing:-.04em}.astra-first-page__stats span{color:var(--astra-home-muted);font-size:9px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.astra-first-page__evidence{display:flex;width:min(650px,100%);margin:28px auto 0;align-items:flex-start;gap:14px;color:var(--astra-home-accent)}.astra-first-page__evidence>div{display:flex;flex-direction:column;gap:5px}.astra-first-page__evidence strong{color:var(--astra-home-text);font-size:13px;font-weight:650;letter-spacing:-.016em}.astra-first-page__evidence span{color:var(--astra-home-muted);font-size:11px;line-height:1.55}.astra-first-page__actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.astra-first-page__actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:12px;cursor:pointer;font-size:12px;font-weight:650}.astra-first-page__primary-action{border:1px solid var(--astra-home-accent);color:var(--astra-home-surface);background:var(--astra-home-accent)}.astra-first-page__secondary-action{border:1px solid var(--astra-home-border-strong);color:var(--astra-home-text);background:transparent}@keyframes astra-home-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes astra-home-content{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes astra-home-type-character{0%{opacity:0}to{opacity:1}}@keyframes astra-home-stage{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes astra-home-orbit{to{transform:rotate(360deg)}}@keyframes astra-home-signal{0%,to{opacity:.45;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}@keyframes astra-home-travel{0%{left:12%;opacity:0}12%{opacity:1}88%{opacity:1}to{left:87%;opacity:0}}@keyframes astra-home-marquee{to{transform:translate(calc(-50% - 17px))}}@media (max-width: 900px){.astra-first-page__journey-step{gap:6px;padding-inline:8px}.astra-first-page__thread-content{grid-template-columns:1fr}.astra-first-page__prompt{min-height:175px;border-right:0;border-bottom:1px solid var(--astra-home-border)}}@media (max-width: 640px){.astra-first-page{padding-top:26px;padding-bottom:54px}.astra-first-page__axis{height:430px}.astra-first-page__title{font-size:clamp(39px,11.2vw,48px);line-height:.98}.astra-first-page__lede{margin-top:17px;font-size:14.5px;line-height:1.5}.astra-first-page__command{width:calc(100% + 8px);margin-top:21px;margin-left:-4px}.astra-first-page__journey{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:18px;border-radius:15px}.astra-first-page__journey-line,.astra-first-page__journey-signal,.astra-first-page__journey-number{display:none}.astra-first-page__journey-step{flex-direction:column;gap:4px;padding:8px 3px}.astra-first-page__journey-step>strong{font-size:10.5px}.astra-first-page__thread{margin-top:16px;border-radius:21px}.astra-first-page__thread-header{align-items:flex-start;padding:14px}.astra-first-page__thread-header>div{flex-direction:column;gap:4px}.astra-first-page__thread-status{max-width:115px;justify-content:flex-end;font-size:9px;text-align:right}.astra-first-page__prompt{min-height:160px;padding:20px}.astra-first-page__prompt strong{font-size:21px}.astra-first-page__flow{grid-template-columns:1fr;padding:10px 18px 16px}.astra-first-page__flow:before,.astra-first-page__flow:after{display:none}.astra-first-page__flow-stage{display:flex;padding:16px 18px;border-bottom:1px solid var(--astra-home-border)}.astra-first-page__flow-stage+.astra-first-page__flow-stage{border-left:0}.astra-first-page__flow-stage:last-child{border-bottom:0}.astra-first-page__alternate-prompts button{min-width:220px}.astra-first-page__proof{margin-top:16px}.astra-first-page__stats{grid-template-columns:1fr}.astra-first-page__stats>div{flex-direction:row;align-items:baseline;justify-content:space-between;padding:17px 6px;text-align:left}.astra-first-page__stats>div+div{border-top:1px solid var(--astra-home-border);border-left:0}.astra-first-page__stats strong{font-size:24px}.astra-first-page__evidence{padding-inline:6px}}@media (prefers-reduced-motion: reduce){.astra-first-page__lede-character{opacity:1;animation-delay:0ms!important}.astra-first-page *,.astra-first-page *:before,.astra-first-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.referral-admin{width:100%;height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:contain;padding:32px;background:var(--admin-bg);color:var(--admin-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;-webkit-overflow-scrolling:touch}.referral-admin.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.admin-header,.admin-header>div,.actions-row,.partner-main,.partner-actions,.form-actions{display:flex;align-items:center}.admin-header{max-width:1200px;margin:0 auto 24px;justify-content:space-between;gap:20px}.admin-header>div{gap:14px}.admin-header h1{margin:2px 0;font-size:28px}.admin-header p,.section-title p,.partner-card p{margin:0;color:var(--admin-muted)}.eyebrow{color:var(--admin-accent);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.primary,.secondary,.icon-button,.code-chip{border:0;cursor:pointer;font:inherit}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 15px;border-radius:10px;font-weight:700}.primary{color:#fff;background:var(--admin-accent)}.secondary{color:var(--admin-text);background:transparent;border:1px solid var(--admin-border)}.primary:disabled,.secondary:disabled{cursor:not-allowed;opacity:.5}.icon-button{width:42px;height:42px;border-radius:50%;color:var(--admin-text);background:var(--admin-surface);border:1px solid var(--admin-border)}.alert{max-width:1200px;margin:0 auto 16px;padding:12px 14px;border-radius:10px}.alert.error{color:var(--admin-error);background:color-mix(in srgb,var(--admin-error) 12%,transparent)}.alert.success{color:var(--admin-success);background:color-mix(in srgb,var(--admin-success) 12%,transparent)}.stats-grid{max-width:1200px;margin:0 auto 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats-grid article,.panel{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px}.stats-grid article{padding:18px;display:grid;grid-template-columns:auto 1fr;gap:5px 10px}.stats-grid svg{grid-row:span 2;color:var(--admin-accent)}.stats-grid strong{font-size:21px}.stats-grid span{color:var(--admin-muted);font-size:12px}.actions-row,.panel{max-width:1200px;margin:0 auto 18px}.actions-row{justify-content:flex-end}.panel{padding:22px}.section-title{grid-column:1 / -1;margin-bottom:8px}.section-title h2{margin:0 0 4px;font-size:19px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:var(--admin-muted);font-size:12px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid var(--admin-border);background:var(--admin-bg);color:var(--admin-text);padding:10px 11px;font:inherit}.form-grid textarea{min-height:80px;resize:vertical}.wide{grid-column:1 / -1}.form-actions{justify-content:flex-end;gap:10px}.partner-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.partner-card{border:1px solid var(--admin-border);border-radius:13px;padding:16px}.partner-main,.partner-actions{justify-content:space-between;gap:10px}.partner-card h3{margin:0 0 3px}.code-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;color:var(--admin-accent);background:color-mix(in srgb,var(--admin-accent) 12%,transparent);font-weight:800;letter-spacing:.04em}.balance-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;color:var(--admin-muted);font-size:11px}.balance-row b{display:block;color:var(--admin-text);font-size:15px}.table-panel{overflow-x:auto}.table-panel table{width:100%;border-collapse:collapse;font-size:13px}.table-panel th,.table-panel td{padding:11px;text-align:left;border-bottom:1px solid var(--admin-border);white-space:nowrap}.table-panel th{color:var(--admin-muted);font-size:11px;text-transform:uppercase}.positive{color:var(--admin-success);font-weight:700}.negative{color:var(--admin-error);font-weight:700}.pending-status{color:var(--admin-accent);font-weight:700}.empty{color:var(--admin-muted)}.spin{animation:admin-spin 1s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}@media (max-width: 800px){.referral-admin{padding:20px 14px}.admin-header{align-items:flex-start}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-grid,.partner-list{grid-template-columns:1fr}.wide{grid-column:auto}}@media (max-width: 520px){.admin-header{flex-direction:column}.stats-grid{grid-template-columns:1fr}.partner-actions{align-items:stretch;flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;caret-color:transparent}input,textarea,[contenteditable=true],[contenteditable=""]{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;caret-color:auto}.markdown-body,.markdown-body *,.message-content,.message-content *{user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;cursor:text}button,div[onclick],span[onclick],[role=button]{outline:none}p,span,div,h1,h2,h3,h4,h5,h6,label{cursor:default}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;user-select:none;-webkit-user-select:none}#root{height:100vh;width:100vw}sup.article-citation,sup.md-citation{cursor:pointer;color:inherit;font-weight:600}sup.article-citation:hover,sup.md-citation:hover{text-decoration:underline}sup.article-citation a,sup.md-citation a{color:inherit;text-decoration:none;font-weight:inherit}sup.article-citation a:hover,sup.md-citation a:hover{text-decoration:underline}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.clinical-reasoning-content>*:first-child{margin-top:0!important}.clinical-reasoning-content>*>*:first-child{margin-top:0!important}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
