.hc-help-guest{min-height:calc(100vh - 72px);display:flex;align-items:center;padding:2.5rem 1rem}.hc-help-guest__inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.hc-help-guest__inner{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}.hc-help-guest__cards{display:flex;flex-direction:column;gap:1rem}.hc-help-guest__card{flex-direction:row;gap:1rem;padding:1rem 1.25rem;border:1px solid rgb(var(--color-outlineVariant,196 199 197));background:rgb(var(--md-sys-color-surface,255 255 255))}.hc-help-guest__card,.hc-help-guest__card-icon{display:flex;align-items:center;border-radius:12px}.hc-help-guest__card-icon{flex-shrink:0;width:72px;height:72px;background:rgb(var(--md-sys-color-on-surface,0 0 0));justify-content:center}.hc-help-guest__card-icon svg{width:36px;height:36px;stroke:#fff;fill:none;stroke-width:1.5}.hc-help-guest__card-body{display:flex;flex-direction:column;gap:.25rem}.hc-help-guest__card-title{font-family:var(--hercircle-font-brand,"Sequel Sans",sans-serif);font-size:1rem;font-weight:700;color:rgb(var(--md-sys-color-on-surface,0 0 0));line-height:1.3}.hc-help-guest__card-title span{color:rgb(var(--md-sys-color-on-surface,0 0 0));font-weight:400}.hc-help-guest__card-sub{font-size:.875rem;color:rgb(var(--md-sys-color-on-surface-variant,92 92 92));line-height:1.45}.hc-help-guest__cta{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.hc-help-guest__heading{font-family:var(--hercircle-font-brand,"Sequel Sans",sans-serif);font-weight:300;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.25;color:rgb(var(--md-sys-color-on-surface,0 0 0));letter-spacing:-.02em}.hc-help-guest__access-hint{font-size:.8125rem;color:rgb(var(--md-sys-color-on-surface-variant,92 92 92));margin-bottom:-.5rem}.hc-help-guest__signup-btn{display:block;width:100%;max-width:360px;padding:.875rem 1.5rem;border-radius:8px;background:rgb(var(--md-sys-color-on-surface,0 0 0));color:#fff;font-family:var(--hercircle-font-brand,"Sequel Sans",sans-serif);font-size:1rem;font-weight:400;text-align:center;text-decoration:none;letter-spacing:.01em;transition:background .15s ease}.hc-help-guest__signup-btn:hover{background:rgb(40 40 40);color:#fff;text-decoration:none}.hc-help-guest__signin-link{font-family:var(--hercircle-font-brand,"Sequel Sans",sans-serif);font-size:.9375rem;font-weight:700;color:rgb(var(--md-sys-color-on-surface,0 0 0));text-decoration:none}.hc-help-guest__signin-link:hover{text-decoration:underline}.hc-chat{display:flex;flex-direction:column;margin-top:64px;height:calc(100vh - 64px);background:#f5f5f5;overflow:hidden}@media (min-width:768px){.hc-chat{margin-top:72px;height:calc(100vh - 72px)}}.hc-chat__header{gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;min-height:64px}.hc-chat__back-btn,.hc-chat__header{display:flex;align-items:center;flex-shrink:0}.hc-chat__back-btn{background:none;border:none;cursor:pointer;padding:6px;color:#111;border-radius:50%;transition:background .15s}.hc-chat__back-btn:hover{background:#f0f0f0}.hc-chat__back-btn svg{width:20px;height:20px}.hc-chat__expert-avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#e5e5e5}.hc-chat__expert-info{display:flex;flex-direction:column;flex:1;min-width:0;font-weight:300}.hc-chat__expert-name{font-size:.9375rem;color:#111;line-height:1.3}.hc-chat__expert-name,.hc-chat__expert-role{font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-chat__expert-role{font-size:.75rem;color:#888}.hc-chat__messages{flex:1;overflow-y:auto;padding:16px 16px 8px;display:flex;flex-direction:column;gap:4px;scroll-behavior:smooth}.hc-chat__date-sep{text-align:center;font-size:.72rem;color:#aaa;margin:12px 0 8px;letter-spacing:.03em}.hc-chat__message-list{display:flex;flex-direction:column;gap:4px}.hc-chat__message-list>.hc-chat__date-sep:first-child{margin-top:0}.hc-chat__msg-row{display:flex;align-items:flex-end;gap:8px;max-width:100%}.hc-chat__msg-row--user{flex-direction:row-reverse}.hc-chat__msg-row--expert{flex-direction:row}.hc-chat__msg-avatar{width:30px;height:30px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#ddd;margin-bottom:4px}.hc-chat__bubble-wrap{display:flex;flex-direction:column;max-width:min(72%,560px)}.hc-chat__msg-row--user .hc-chat__bubble-wrap{align-items:flex-end}.hc-chat__msg-row--expert .hc-chat__bubble-wrap{align-items:flex-start}.hc-chat__bubble{padding:10px 14px;border-radius:12px;font-size:.9rem;line-height:1.5;word-break:break-word;position:relative}.hc-chat__bubble--user{background:#111;color:#fff;font-weight:300}.hc-chat__bubble--expert{background:#fff;color:#111;border:1px solid #eee;font-weight:300}.hc-chat__bubble-meta{display:flex;align-items:center;gap:8px;margin-top:3px;font-weight:300}.hc-chat__bubble-time{font-size:.68rem;color:#aaa}.hc-chat__delete-btn{background:none;border:none;cursor:pointer;font-size:.68rem;color:#ccc;padding:0;line-height:1;transition:color .15s;display:inline-flex;align-items:center}.hc-chat__delete-btn:hover{color:#e53e3e}.hc-chat__delete-btn svg{width:13px;height:13px}.hc-chat__bubble-sender{font-size:.68rem;color:#aaa}.hc-chat__delete-btn--hover{opacity:0;pointer-events:none}.hc-chat__bubble-wrap:hover .hc-chat__delete-btn--hover{opacity:1;pointer-events:auto}.hc-chat__delete-btn--top{display:block;text-align:right;margin-bottom:2px;font-size:.7rem;color:#bbb}.hc-chat__confirm-delete--top{justify-content:flex-end;margin-bottom:4px;margin-top:0}.hc-chat__confirm-delete{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:.75rem;color:#555}.hc-chat__confirm-delete button{background:none;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:.72rem;padding:2px 8px}.hc-chat__confirm-delete button:first-of-type{background:#111;border-color:#111;color:#fff}.hc-chat__typing{display:flex;align-items:center;gap:4px;padding:10px 14px;background:#fff;border:1px solid #eee;border-radius:18px;border-bottom-left-radius:4px;width:-moz-fit-content;width:fit-content}.hc-chat__typing-dot{width:7px;height:7px;border-radius:50%;background:#aaa;animation:hc-chat-bounce 1.2s infinite}.hc-chat__typing-dot:nth-child(2){animation-delay:.2s}.hc-chat__typing-dot:nth-child(3){animation-delay:.4s}@keyframes hc-chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.hc-chat__waiting-label{font-size:.75rem;color:#aaa;text-align:center;padding:8px 0 4px}.hc-chat__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#aaa;font-size:.875rem;text-align:center;padding:32px 16px}.hc-chat__empty-greeting{font-size:2rem;font-weight:300;color:#111;line-height:1.25}.hc-chat__input-bar{flex-shrink:0;padding:10px 12px;background:#fff;display:flex;align-items:flex-end;gap:8px;position:relative}.hc-chat__input-bar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#eee}.hc-chat__input-bar--empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:640px;width:100%;padding:0 16px}.hc-chat__input-bar--empty:before{content:none}.hc-chat__input-wrap{position:relative;flex:1}.hc-chat__input-actions{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:6px}.hc-chat__textarea{width:100%;resize:none;border:1px solid #e5e5e5;border-radius:22px;padding:8px 92px 8px 14px;font:inherit;font-size:.9rem;font-weight:300;line-height:1.45;height:44px;min-height:44px;max-height:120px;overflow-y:hidden;background:#f9f9f9;transition:border-color .15s;outline:none;box-sizing:border-box}.hc-chat__textarea:focus{border-color:#111;background:#fff}.hc-chat__textarea--empty{border-radius:16px;padding:16px 100px 16px 18px;font-size:1rem;font-weight:300;height:120px;min-height:120px;max-height:240px}.hc-chat__textarea::-moz-placeholder{color:#bbb;font-weight:300}.hc-chat__textarea::placeholder{color:#bbb;font-weight:300}.hc-chat__char-count{font-size:.68rem;font-weight:300;color:#bbb;white-space:nowrap;flex-shrink:0}.hc-chat__send-btn{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#111;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s}.hc-chat__send-btn:disabled{opacity:.35;cursor:not-allowed}.hc-chat__send-btn:not(:disabled):hover{background:#333}.hc-chat__send-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.hc-chat__confirm-bar{flex-shrink:0;padding:10px 16px;background:#fff;border-top:1px solid #eee;display:flex;align-items:center;gap:12px}.hc-chat__confirm-bar p{flex:1;font-size:.85rem;color:#555;margin:0}.hc-chat__confirm-bar button{border:1px solid #ccc;border-radius:4px;cursor:pointer;font:inherit;font-size:.85rem;padding:6px 18px;background:#fff;transition:background .15s}.hc-chat__confirm-bar button:first-of-type{background:#111;border-color:#111;color:#fff}.hc-chat__disclaimer{font-size:.72rem;font-weight:300;color:#888;text-align:center;padding:10px 16px 12px;background:#fff;line-height:1.5;flex-shrink:0;position:relative}.hc-chat__disclaimer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#eee}.hc-chat__skel-row{display:flex;gap:8px;align-items:flex-end;margin-bottom:8px}.hc-chat__skel-row--right{flex-direction:row-reverse}.hc-chat__skel-avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0}.hc-chat__skel-avatar,.hc-chat__skel-bubble{background:#e5e5e5;animation:hc-chat-shimmer 1.4s infinite}.hc-chat__skel-bubble{height:42px;border-radius:18px}.hc-chat__skel-bubble--sm{width:140px}.hc-chat__skel-bubble--md{width:220px}.hc-chat__skel-bubble--lg{width:300px}@keyframes hc-chat-shimmer{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:768px){.hc-chat{max-width:780px;margin-left:auto;margin-right:auto;border-left:1px solid #eee;border-right:1px solid #eee}}.hc-ask-query-page{display:flex;flex-direction:column;margin-top:48px;height:calc(100vh - 48px);overflow:hidden;background:#fff}.hc-ask-query-page__main{display:flex;flex-direction:column;width:100%;max-width:800px;height:100%;margin-left:auto;margin-right:auto;min-height:0;box-sizing:border-box}.hc-ask-query-page__header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;flex-shrink:0;min-height:64px;position:relative}.hc-ask-query-page__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#eee}.hc-ask-query-page__body{flex:1;display:flex;flex-direction:column;min-height:0;font-weight:300}.hc-ask-query-page--empty .hc-ask-query-page__body{position:relative}.hc-ask-query-page__list{flex:1;padding:16px;overflow-y:auto;background:#fff}.hc-ask-query-page--empty .hc-ask-query-page__list{flex:none;overflow:visible}.help-cntr{width:100%;padding-top:64px}@media (min-width:768px){.help-cntr{padding-top:72px}}.help-cntr.help-detail{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-top:64px!important;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.help-cntr.help-detail .help-container,.help-cntr.help-detail .help-container--narrow{max-width:none;padding-left:0;padding-right:0}.help-breadcrumb-bar{background-color:transparent;border-bottom:none;padding-top:0;padding-bottom:0}.help-breadcrumb{display:block;margin:0 0 1rem;font-size:1rem!important;font-weight:300!important;line-height:1.25rem!important;letter-spacing:normal;text-transform:none;color:rgb(73 69 79/1)}.help-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;font-size:inherit;line-height:inherit}.help-breadcrumb a,.help-breadcrumb a:visited,.help-breadcrumb li,.help-breadcrumb span{font-size:1rem!important;font-weight:300!important;line-height:1.25rem!important;letter-spacing:normal}.help-breadcrumb a,.help-breadcrumb a:visited{color:#0000ee;text-decoration:none;background-color:transparent}.help-breadcrumb a:focus-visible,.help-breadcrumb a:hover{color:#0000ee;text-decoration:underline;background-color:transparent!important}.help-breadcrumb__sep{margin:0 .5rem;color:rgb(73 69 79/1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.help-breadcrumb__current{color:rgb(28 27 31/.8)}.help-cntr .help-section,.help-detail .help-section,.help-detail__section{padding-top:0!important}.help-detail__section{padding-bottom:48px}.help-expert-detail{overflow:hidden;margin-bottom:32px;border:1px solid #eee;border-radius:4px;background:#fff}.help-expert-detail .help-feature-card{margin-bottom:0;border:none;border-radius:0}.help-expert-detail .help-btn-outline,.help-expert-detail .help-btn-primary{grid-column:1/-1}@media (min-width:768px){.help-expert-detail .help-feature-card{grid-template-columns:auto 1fr auto;align-items:center}.help-expert-detail .help-btn-outline,.help-expert-detail .help-btn-primary{grid-column:auto;justify-self:end}}.help-feature-card__meta,.help-feature-card__name,.help-feature-card__spec{font-weight:300!important}.help-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border:0;border-radius:4px;background:#111;color:#fff;font:inherit;font-size:.9rem;font-weight:300!important;text-transform:lowercase;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .15s}.help-btn-primary:hover{background:#333;color:#fff}.help-detail .help-about-block+.help-about-block{margin-top:32px}.help-detail .help-about-block__title{margin:0 0 12px;font-family:var(--hercircle-font-brand);font-weight:300;font-size:1.5rem;line-height:2rem;letter-spacing:-1.2px;color:#212529;text-transform:lowercase}.help-detail .help-about-block__text{margin:0;font-family:var(--hercircle-font-brand);font-size:.95rem;font-weight:300!important;line-height:1.6;color:#444;text-align:justify}.help-cntr .help-heading,.help-cntr .help-heading--plain,.help-cntr .help-subheading,.help-section .help-heading,.help-section .help-heading--plain,.help-section .help-subheading{font-weight:300!important}.help-cntr .help-lead,.help-section .help-lead{padding-top:0!important}.help-cntr .help-disclaimer,.help-section .help-disclaimer{color:#888!important}.help-cntr .help-expert-grid,.help-section .help-expert-grid{gap:18px!important}.help-cntr .help-expert-chip a,.help-section .help-expert-chip a{gap:18px!important;padding:22px 24px!important}.help-cntr .help-expert-chip__photo,.help-section .help-expert-chip__photo{width:80px!important;height:80px!important}.help-cntr .help-expert-chip__text,.help-section .help-expert-chip__text{gap:6px!important}.help-cntr .help-expert-chip__name,.help-section .help-expert-chip__name{font-size:1.15rem!important;font-weight:300!important}.help-cntr .help-expert-chip__role,.help-section .help-expert-chip__role{font-size:.95rem!important;font-weight:300!important}@media (min-width:768px){.help-cntr .help-expert-grid,.help-section .help-expert-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1024px){.help-cntr .help-expert-grid,.help-section .help-expert-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.help-hero{padding-top:0;padding-bottom:0;margin-bottom:16px}.help-hero__banner{display:block;width:100%;height:auto}.help-page-skeleton__hero-banner{width:100%;aspect-ratio:1484/508;border-radius:.375rem}.help-page-skeleton__expert-chip,.help-page-skeleton__feature-card{display:flex;align-items:center;gap:.75rem;min-width:0}.help-page-skeleton__expert-photo,.help-page-skeleton__feature-photo{width:4.5rem;height:4.5rem;flex-shrink:0}.help-page-skeleton__expert-photo{width:80px;height:80px}.help-page-skeleton__feature-card{padding:1rem 1.25rem}.help-page-skeleton__feature-btn{width:8.5rem;height:2.75rem;flex-shrink:0}@media (min-width:768px){.help-page-skeleton__feature-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center}}