.crew-chat{display:grid;grid-template-columns:minmax(0,17rem) minmax(0,1fr);gap:1rem;min-height:32rem}.crew-chat:has(>.crew-chat__starter:only-child),.crew-chat:has(>.crew-chat__thread:only-child){grid-template-columns:minmax(0,1fr)}@media (max-width:60rem){.crew-chat{grid-template-columns:minmax(0,1fr)}}.crew-chat__skeleton{min-height:32rem;border-radius:.9rem;background:linear-gradient(100deg,var(--crew-input-bg) 30%,var(--crew-bg-card) 50%,var(--crew-input-bg) 70%);background-size:200% 100%;animation:crew-chat-shimmer 1.4s ease-in-out infinite}@keyframes crew-chat-shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.crew-chat__skeleton{animation:none}}.crew-chat__list{display:flex;flex-direction:column;min-width:0;border:1px solid var(--crew-border);border-radius:.9rem;background:var(--crew-bg-card);overflow:hidden}.crew-chat__list-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem .9rem;border-bottom:1px solid var(--crew-border);font-family:var(--crew-font-heading);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--crew-text-light)}.crew-chat__new{border:1px solid var(--crew-border);border-radius:999px;padding:.2rem .7rem;font-size:.75rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--crew-primary);background:transparent;cursor:pointer}.crew-chat__new:hover{border-color:var(--crew-primary);background:color-mix(in srgb,var(--crew-primary) 8%,transparent)}.crew-chat__list ul{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.crew-chat__list-item{display:grid;gap:.25rem;width:100%;padding:.7rem .9rem;border:0;border-bottom:1px solid var(--crew-border);border-left:3px solid transparent;background:transparent;text-align:left;cursor:pointer}.crew-chat__list-item:hover{background:var(--crew-input-bg)}.crew-chat__list-item.is-active{border-left-color:var(--crew-primary);background:var(--crew-input-bg)}.crew-chat__list-topic{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--crew-text-main)}.crew-chat__badge{min-width:1.15rem;padding:0 .3rem;border-radius:999px;background:var(--crew-primary);color:#fff;font-size:.7rem;font-weight:700;line-height:1.15rem;text-align:center}.crew-chat__list-preview{overflow:hidden;font-size:.8rem;color:var(--crew-text-light);text-overflow:ellipsis;white-space:nowrap}.crew-chat__list-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.72rem;color:var(--crew-text-light)}.crew-chat__thread{display:flex;flex-direction:column;min-width:0;border:1px solid var(--crew-border);border-radius:.9rem;background:var(--crew-bg-card);overflow:hidden}.crew-chat__thread-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--crew-border)}.crew-chat__thread-head h3{margin:0;font-family:var(--crew-font-heading);font-size:1rem;font-weight:700;color:var(--crew-text-main)}.crew-chat__thread-head p{margin:.15rem 0 0;font-size:.78rem;color:var(--crew-text-light)}.crew-chat__log{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:1rem;overflow-y:auto;max-height:26rem}.crew-chat__day{margin:.75rem 0 .35rem;font-size:.72rem;font-weight:600;text-align:center;color:var(--crew-text-light)}.crew-chat__row{display:flex;align-items:flex-end;gap:.5rem;max-width:100%}.crew-chat__row.is-mine{justify-content:flex-end}.crew-chat__avatar{flex:0 0 auto;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--crew-primary);color:#fff;font-family:var(--crew-font-heading);font-size:.8rem;font-weight:700;line-height:1.75rem;text-align:center}.crew-chat__avatar:empty{background:transparent}.crew-chat__bubble{max-width:min(34rem,78%);padding:.5rem .75rem;border:1px solid var(--crew-border);border-radius:1rem 1rem 1rem .25rem;background:var(--crew-input-bg)}.crew-chat__row.is-mine .crew-chat__bubble{border-color:transparent;border-radius:1rem 1rem .25rem 1rem;background:var(--crew-primary);color:#fff}.crew-chat__bubble p{margin:0;font-size:.9rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.crew-chat__who{display:block;margin-bottom:.15rem;font-size:.72rem;font-weight:700;color:var(--crew-primary)}.crew-chat__bubble time{display:block;margin-top:.2rem;font-size:.68rem;opacity:.75}.crew-chat__waiting{margin:.75rem 0 0;font-size:.78rem;text-align:center;color:var(--crew-text-light)}.crew-chat__status{flex:0 0 auto;padding:.15rem .55rem;border-radius:999px;font-size:.7rem;font-weight:700;white-space:nowrap}.crew-chat__status--open{background:color-mix(in srgb,var(--crew-primary) 14%,transparent);color:var(--crew-primary)}.crew-chat__status--pending{background:color-mix(in srgb,#2563eb 14%,transparent);color:#2563eb}.crew-chat__status--resolved{background:color-mix(in srgb,#16a34a 16%,transparent);color:#15803d}.crew-chat__composer{padding:.75rem 1rem .9rem;border-top:1px solid var(--crew-border)}.crew-chat__composer-row{display:flex;align-items:flex-end;gap:.5rem}.crew-chat__composer textarea{flex:1;min-height:2.6rem;max-height:9rem;padding:.6rem .75rem;border:1px solid var(--crew-border);border-radius:.75rem;background:var(--crew-bg-body);color:var(--crew-text-main);font:inherit;font-size:.9rem;resize:vertical}.crew-chat__composer textarea:focus-visible{outline:2px solid var(--crew-primary);outline-offset:1px}.crew-chat__composer button[type=submit],.crew-chat__starter-actions button[type=submit]{padding:.6rem 1.1rem;border:0;border-radius:.75rem;background:var(--crew-primary);color:#fff;font-family:var(--crew-font-heading);font-size:.88rem;font-weight:700;cursor:pointer}.crew-chat__composer button[type=submit]:hover:not(:disabled),.crew-chat__starter-actions button[type=submit]:hover:not(:disabled){background:var(--crew-primary-hover)}.crew-chat__composer button[type=submit]:disabled,.crew-chat__starter-actions button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.crew-chat__error{margin:0 0 .5rem;font-size:.8rem;color:#dc2626}.crew-chat__starter{display:flex;flex-direction:column;min-width:0;padding:1.1rem;border:1px solid var(--crew-border);border-radius:.9rem;background:var(--crew-bg-card)}.crew-chat__starter-head h3{margin:0;font-family:var(--crew-font-heading);font-size:1.05rem;font-weight:700;color:var(--crew-text-main)}.crew-chat__starter-head p{margin:.25rem 0 1rem;font-size:.85rem;color:var(--crew-text-light)}.crew-chat__starter-identity{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem;margin-bottom:1rem}.crew-chat__starter label{display:block;font-size:.8rem;font-weight:600;color:var(--crew-text-main)}.crew-chat__starter input:not([type]),.crew-chat__starter input[type=email],.crew-chat__starter input[type=text]{display:block;width:100%;margin-top:.25rem;padding:.55rem .7rem;border:1px solid var(--crew-border);border-radius:.6rem;background:var(--crew-bg-body);color:var(--crew-text-main);font:inherit;font-size:.9rem;font-weight:400}.crew-chat__topics{margin:0 0 1rem;padding:0;border:0}.crew-chat__topics legend{padding:0;margin-bottom:.45rem;font-size:.8rem;font-weight:600;color:var(--crew-text-main)}.crew-chat__topics label{display:inline-flex;align-items:center;gap:.35rem;margin:0 .4rem .4rem 0;padding:.35rem .75rem;border:1px solid var(--crew-border);border-radius:999px;font-size:.82rem;font-weight:500;color:var(--crew-text-main);cursor:pointer}.crew-chat__topics label.is-picked{border-color:var(--crew-primary);background:color-mix(in srgb,var(--crew-primary) 10%,transparent);color:var(--crew-primary);font-weight:600}.crew-chat__topics input[type=radio]{width:.85rem;height:.85rem;accent-color:var(--crew-primary)}.crew-chat__starter-message textarea{display:block;width:100%;margin-top:.25rem;padding:.6rem .75rem;border:1px solid var(--crew-border);border-radius:.75rem;background:var(--crew-bg-body);color:var(--crew-text-main);font:inherit;font-size:.9rem;font-weight:400;resize:vertical}.crew-chat__starter-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:1rem}.crew-chat__ghost{padding:.6rem 1rem;border:1px solid var(--crew-border);border-radius:.75rem;background:transparent;color:var(--crew-text-light);font-size:.88rem;font-weight:600;cursor:pointer}.crew-chat__starter span[role=alert]{display:block;margin-top:.25rem;font-size:.76rem;font-weight:500;color:#dc2626}.ccc-sup-standalone{min-height:100vh;background:var(--crew-bg-body)}.ccc-sup-standalone__inner{max-width:72rem;margin:0 auto;padding:2rem 1.25rem 3rem}.ccc-sup-standalone__signin{margin:1.5rem 0 0;font-size:.85rem;text-align:center;color:var(--crew-text-light)}.ccc-sup-standalone__signin a{color:var(--crew-primary);font-weight:600}.crew-sup__helpers{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;align-items:start;margin-top:1.25rem}.crew-launcher{position:fixed;right:1.25rem;bottom:1.25rem;z-index:2147483000;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border:0;border-radius:999px;background:var(--crew-primary,#db492a);color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;box-shadow:0 6px 20px rgba(15,23,42,.28);transition:transform .15s ease,box-shadow .15s ease}.crew-launcher:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(15,23,42,.34)}.crew-launcher:focus-visible{outline:3px solid var(--crew-primary,#db492a);outline-offset:3px}.crew-launcher.is-open{font-size:1.75rem}@media (prefers-reduced-motion:reduce){.crew-launcher{transition:none}.crew-launcher:hover{transform:none}}.crew-launcher__badge{position:absolute;top:-.15rem;right:-.15rem;min-width:1.35rem;padding:0 .3rem;border:2px solid var(--crew-bg-body,#f8fafc);border-radius:999px;background:#0f172a;color:#fff;font-size:.72rem;font-weight:700;line-height:1.2rem}.crew-launcher__panel{position:fixed;right:1.25rem;bottom:5.25rem;z-index:2147483000;display:flex;flex-direction:column;width:min(24rem,calc(100vw - 2.5rem));max-height:min(34rem,calc(100vh - 8rem));overflow:hidden;border:1px solid var(--crew-border,#e2e8f0);border-radius:1rem;background:var(--crew-bg-body,#f8fafc);box-shadow:0 18px 48px rgba(15,23,42,.26);font-family:var(--crew-font-body,system-ui,sans-serif)}@media (max-width:30rem){.crew-launcher__panel{right:0;bottom:0;width:100vw;max-height:85vh;border-radius:1rem 1rem 0 0}.crew-launcher.is-open{display:none}.crew-launcher__panel{padding-bottom:2.75rem}}.crew-launcher__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.85rem 1rem;background:var(--crew-primary,#db492a);color:#fff}.crew-launcher__head strong{display:block;font-family:var(--crew-font-heading,inherit);font-size:1rem}.crew-launcher__head span{display:block;margin-top:.1rem;font-size:.75rem;opacity:.9}.crew-launcher__close{border:0;background:transparent;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.crew-launcher__body{flex:1;min-height:0;padding:.75rem;overflow-y:auto}.crew-chat--panel{display:block;min-height:0}.crew-chat--panel .crew-chat__list,.crew-chat--panel .crew-chat__starter,.crew-chat--panel .crew-chat__thread{border:0;background:transparent}.crew-chat--panel .crew-chat__starter{padding:0}.crew-chat--panel .crew-chat__log{max-height:none;padding:.5rem 0}.crew-chat--panel .crew-chat__bubble{max-width:88%}.crew-chat--panel .crew-chat__composer{padding:.5rem 0 0;background:transparent}.crew-chat--panel .crew-chat__list-head,.crew-chat--panel .crew-chat__thread-head{padding:0 0 .5rem}.crew-chat--panel .crew-chat__topics label{font-size:.78rem}.crew-chat__panel-nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.crew-chat__back{padding:.2rem .5rem .2rem 0;border:0;background:transparent;color:var(--crew-primary,#db492a);font-size:.8rem;font-weight:600;cursor:pointer}