.auth-modal-backdrop{z-index:1000;background:#1e435a99;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.auth-modal-card{background:#fff;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-width:380px;padding:28px 24px;display:flex;box-shadow:0 20px 60px #0003}.auth-modal-title{color:#4a3c39;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.auth-modal-subtitle{color:#5c5c5c;margin:0;font-size:.875rem;line-height:1.5}.auth-modal-cancel{color:#5c5c5c;cursor:pointer;text-align:center;background:0 0;border:none;padding:6px 0;font-size:.8125rem}.auth-modal-cancel:hover{color:#4a3c39}.google-signin-button{color:#fff;cursor:pointer;background:#1e435a;border:none;border-radius:12px;padding:8px 12px;font-size:.8125rem;font-weight:700;line-height:1}.google-signin-button:focus-visible{outline-offset:2px;outline:2px solid #1e435a}.user-menu{align-items:center;gap:8px;display:inline-flex}.user-menu-email{color:#4a3c39;font-size:.8125rem}.user-menu-logout{color:#4a3c39;cursor:pointer;background:#f0f4f7;border:1px solid #d4d4d4;border-radius:12px;padding:6px 10px;font-size:.8125rem;font-weight:700;line-height:1}.user-menu-logout:focus-visible{outline-offset:2px;outline:2px solid #1e435a}
.welcome-overlay{z-index:1000;background:radial-gradient(at 25% 80%,#c478328c 0%,#0000 55%),radial-gradient(at 78% 18%,#1e435a8c 0%,#0000 50%),linear-gradient(160deg,#1a3347 0%,#2b1a0f 55%,#1e2e3d 100%);justify-content:center;align-items:center;padding:40px 28px;animation:.6s forwards welcomeFadeIn;display:flex;position:fixed;inset:0}.welcome-exit{animation:.38s forwards welcomeFadeOut!important}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes welcomeFadeOut{0%{opacity:1}to{opacity:0}}.welcome-grain{pointer-events:none;opacity:.038;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.welcome-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex;position:relative}.welcome-logo{object-fit:cover;opacity:0;border-radius:50%;width:56px;height:56px;margin-bottom:28px;animation:.5s .15s forwards fadeUp;display:block}.welcome-headline{font-family:var(--font-playfair), Georgia, serif;color:#fff;opacity:0;margin:0 0 16px;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:700;line-height:1.25;animation:.5s .35s forwards fadeUp}.welcome-sub{color:#fdf6edc2;opacity:0;margin:0 0 34px;font-size:.9375rem;font-weight:400;line-height:1.6;animation:.5s .55s forwards fadeUp}.welcome-steps{gap:8px;width:100%;margin-bottom:34px;display:flex}.welcome-step{opacity:0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px 8px;animation:.5s forwards fadeUp;display:flex}.welcome-step-icon{background:#e49d5d21;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.welcome-step-label{color:#fff;font-size:.75rem;font-weight:600;line-height:1.3}.welcome-step-desc{color:#fdf6ed94;font-size:.68rem;font-weight:400;line-height:1.45}.welcome-cta{color:#1a3347;width:100%;max-width:260px;font-family:var(--font-poppins), system-ui, sans-serif;letter-spacing:.04em;cursor:pointer;opacity:0;background:#e49d5d;border:none;border-radius:14px;margin-bottom:16px;padding:14px 24px;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;animation:.5s 1.1s forwards fadeUp}.welcome-cta:hover{background:#d4883e;transform:translateY(-1px)}.welcome-cta:active{transform:translateY(0)}@media (max-width:360px){.welcome-steps{flex-direction:column}.welcome-step{text-align:left;flex-direction:row;gap:12px;padding:12px}.welcome-step-label,.welcome-step-desc{text-align:left}}
.hiw-backdrop{z-index:900;background:#0000005c;animation:.25s forwards hiwBackdropIn;position:fixed;inset:0}@keyframes hiwBackdropIn{0%{opacity:0}to{opacity:1}}.hiw-panel{z-index:901;background:#fff;border-radius:20px 20px 0 0;max-height:80dvh;padding:24px 20px 36px;animation:.3s ease-out forwards hiwSlideUp;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 24px #1e435a24}@keyframes hiwSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:520px){.hiw-panel{border-radius:20px 0 0 20px;width:340px;max-height:none;padding:32px 28px 40px;animation:.3s ease-out forwards hiwSlideRight;inset:0 0 0 auto}@keyframes hiwSlideRight{0%{transform:translate(100%)}to{transform:translate(0)}}}.hiw-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.hiw-title{font-family:var(--font-playfair), Georgia, serif;color:#1e435a;margin:0;font-size:1.125rem;font-weight:700}.hiw-close{color:#5c5c5c;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:1.5rem;line-height:1;transition:background .15s,color .15s}.hiw-close:hover{color:#1e435a;background:#f6f7f9}.hiw-intro{color:#4a3c39;border-bottom:1px solid #f0ece8;margin:0 0 22px;padding-bottom:20px;font-size:.875rem;line-height:1.65}.hiw-steps{flex-direction:column;gap:20px;margin-bottom:22px;display:flex}.hiw-step{align-items:flex-start;gap:14px;display:flex}.hiw-step-icon{background:#fdf6ed;border:1px solid #e49d5d47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hiw-step-text{flex-direction:column;gap:4px;padding-top:5px;display:flex}.hiw-step-label{color:#1e435a;font-size:.875rem;font-weight:600;line-height:1.3}.hiw-step-desc{color:#4a3c39;font-size:.8125rem;line-height:1.55}.hiw-footer{color:#5c5c5c;border-top:1px solid #f0ece8;margin:0;padding-top:20px;font-size:.775rem;font-style:italic}
.wrap{max-width:960px;font-family:var(--font-poppins), system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;box-sizing:border-box;height:100dvh;margin:0 auto;padding:16px}.grid{grid-template-columns:1fr;place-items:stretch center;gap:14px;height:100%;display:grid}.card{background:#fff;border:1px solid #d4d4d4;border-radius:16px;flex-direction:column;width:100%;max-width:900px;display:flex;overflow:hidden;box-shadow:0 1px #1e435a08}.card-primary{border-top:3px solid #1e435a;align-self:start}.card-secondary{background:#f6f7f9}.card-header{border-bottom:1px solid #d4d4d4;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 14px 10px;display:flex}.card-body{padding:14px}.h2{font-size:.9375rem;font-family:var(--font-playfair), Georgia, serif;margin:0}.badge{color:#5c5c5c;background:#fff;border:1px solid #d4d4d4;border-radius:999px;padding:4px 10px;font-size:.75rem}.label{color:#5c5c5c;margin:12px 0 6px;font-size:.8125rem;display:block}.file{background:#f6f7f9;border:1px dashed #d4d4d4;border-radius:14px;width:100%;padding:14px 12px;font-size:.875rem}.file::file-selector-button{color:#fff;font-size:.875rem;font-weight:700;font-family:var(--font-poppins), system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;cursor:pointer;background:#1e435a;border:none;border-radius:10px;margin-right:10px;padding:8px 14px}.file::file-selector-button:hover{background:#e49d5d}.preview{background:#fafafa;border:1px solid #d4d4d4;border-radius:14px;margin-top:10px}.preview-summary{cursor:pointer;color:#5c5c5c;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;padding:10px;font-size:.75rem;list-style:none;display:flex}.preview-summary::-webkit-details-marker{display:none}.preview-summary:after{content:"Show photo ▾";white-space:nowrap;color:#4a3c39;font-size:.75rem}details[open] .preview-summary:after{content:"Hide photo ▴"}.preview-img{border-radius:0 0 12px 12px;width:100%;display:block}.small{color:#5c5c5c;margin-top:6px;font-size:.75rem}.warn{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;margin-top:10px;padding:10px 12px;font-size:.8125rem;line-height:1.35}.sticky-bar{background:linear-gradient(#fffc,#fffffffa);margin-top:10px;padding-top:10px;position:sticky;bottom:0}.btn{color:#fff;cursor:pointer;background:#1e435a;border:none;border-radius:14px;width:100%;padding:12px 14px;font-size:.9375rem;font-weight:700}.btn-disabled{opacity:.55;cursor:not-allowed}.btn-auto{width:auto}.btn-sm{width:auto;padding:8px 16px;font-size:.8125rem}.btn-secondary{color:#1e435a;cursor:pointer;background:#fff;border:1px solid #d4d4d4;border-radius:14px;width:100%;padding:12px 14px;font-size:.9375rem;font-weight:700}.row-btns{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.hint{color:#5c5c5c;margin-top:10px;font-size:.75rem;line-height:1.35}.chatlog{flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow:auto}.msg{white-space:pre-wrap;background:#fff;border:1px solid #d4d4d4;border-radius:16px;max-width:92%;padding:10px 12px;font-size:.875rem;line-height:1.35}.msg-user{color:#fff;background:#1e435a;border-color:#1e435a;align-self:flex-end}.msg-bot{align-self:flex-start}.msg-bot:before{content:"> ";color:#e49d5d;font-weight:700}.msg-bot .bullet-marker{color:#e49d5d;font-weight:700}.msg-new{background:#fdf6ed;border-color:#e49d5d;animation:.5s ease-out msg-appear}@keyframes msg-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pill-row{flex-wrap:wrap;flex-shrink:0;gap:8px;padding:0 14px 14px;display:flex}.pill{cursor:pointer;background:#fff;border:1px solid #d4d4d4;border-radius:999px;padding:7px 10px;font-size:.75rem}.pill-cta{background:#fdf6ed;border-color:#e49d5d}.chat-bar{background:#fff;border-top:1px solid #d4d4d4;flex-shrink:0;align-items:center;gap:10px;padding:10px;display:flex}.chat-input{border:1px solid #d4d4d4;border-radius:14px;flex:1;padding:10px 12px;font-size:.875rem}.select{background:#fff;border:1px solid #d4d4d4;border-radius:14px;width:100%;padding:10px 12px;font-size:.875rem}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.flex-row{align-items:center;gap:10px;display:flex}@media (max-width:26.25em){.row-btns{grid-template-columns:1fr}}.calendly-embed-container{flex-direction:column;flex:1;min-height:0;padding:14px;display:flex;overflow:hidden}.calendly-embed-header{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;margin-bottom:12px;display:flex}.calendly-widget-wrap{flex:1;min-height:0;overflow:hidden}.calendly-context-note{color:#5c5c5c;margin:0;font-size:.75rem}.brand-logo{width:auto;height:56px;display:block}.label-dot{color:#e49d5d;margin-right:5px;font-weight:700}.msg a{color:#1e435a;text-decoration:underline}.msg-user a{color:#fdf6ed}.pill:hover:not(:disabled){color:#1e435a;border-color:#1e435a}.pill-cta:hover:not(:disabled){color:#fff;background:#e49d5d;border-color:#e49d5d}.btn:hover:not(:disabled){background:#163347}.btn-secondary:hover:not(:disabled){color:#1e435a;border-color:#1e435a}.how-it-works-trigger{color:#5c5c5c;width:28px;height:28px;font-size:.8125rem;font-weight:700;font-family:var(--font-poppins), system-ui, sans-serif;cursor:pointer;background:0 0;border:1.5px solid #d4d4d4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,background .15s,color .15s;display:flex}.how-it-works-trigger:hover{color:#fdf6ed;background:#1e435a;border-color:#1e435a}.field-hint{color:#c4853a;opacity:0;margin:5px 0 0;font-size:.775rem;font-style:italic;line-height:1.5;animation:.4s .2s forwards hintFadeUp}@keyframes hintFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
