.meet{background-color:var(--obsidian-950);width:100%;padding:4rem 0;position:relative;overflow:hidden}.meet__head{text-align:center;max-width:640px;margin:0 auto 2rem;padding:0 1rem}.meet__head h2{font-family:var(--font-raleway),sans-serif;color:#f5f5f5;margin-bottom:1rem;font-size:clamp(2rem,5vw,60px);font-weight:600;line-height:1.25}@media (min-width:1024px){.meet__head h2{font-size:60px;line-height:75px}}.meet__head p{color:#d4d4d8;font-size:1.125rem;line-height:1.6}.meet__stage{width:100%;max-width:1400px;height:700px;margin:0 auto;padding:0 1rem;position:relative}@media (max-width:1024px){.meet__stage{height:600px}}@media (max-width:768px){.meet__stage{flex-direction:column;gap:1rem;height:auto;min-height:500px;padding:1rem;display:flex}}.meet__glow{pointer-events:none;z-index:0;background-image:radial-gradient(60% 50% at 50% 60%,#f9708633 0%,#f9708614 40%,#0000 70%);position:absolute;inset:0}.meet__glow:before{content:"";background-image:radial-gradient(circle,#f9708666 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 40% at 50% 60%,#000 0%,#0000 70%);mask-image:radial-gradient(50% 40% at 50% 60%,#000 0%,#0000 70%)}.window{background:#0f0f14;border:1px solid #2f2f2f;border-radius:4px;overflow:hidden;box-shadow:0 14px 60px #00000059}.window--main{z-index:10}.window--ghost{z-index:1;opacity:.5;filter:blur(1.5px);transition:filter .22s ease-out,opacity .22s ease-out,transform .22s ease-out,box-shadow .22s ease-out,z-index;transform:scale(1)translateY(0)}.window--ghost:hover,.window--ghost:focus-visible{opacity:1;filter:blur();z-index:20;transform:scale(1.02)translateY(-2px);box-shadow:0 14px 60px #00000059}@keyframes voiceFloat{0%,to{transform:translate(-6px)}50%{transform:translate(6px)}}.meet__voice-float{animation:8s ease-in-out infinite voiceFloat}@media (prefers-reduced-motion:reduce){.meet__voice-float{animation:none}.window--ghost{transition:none}}.window__titlebar{background:#0f0f14;border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.window__titleleft{align-items:center;gap:.5rem;display:flex}.window__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.window__dot--green{background-color:#22c55e}.window__dot--orange{background-color:#f59e0b}.window__dot--pink{background-color:#f97086}.window__dot--none{display:none}.window__label{letter-spacing:.05em;color:#e2e8f0;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.65rem;font-weight:500}.window__titleright{align-items:center;gap:.5rem;display:flex}.window__body{background:#0f0f14}.video{aspect-ratio:16/10;width:100%;position:relative}.video__frame{object-fit:cover;border:none;width:100%;height:100%;display:block}.video__overlay{align-items:center;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.video__control-btn{cursor:pointer;background:#14141b;border:1px solid #2f2f2f;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.video__control-btn:hover{background:#1f1f27}.video__control-btn svg{color:#f8fafc;width:16px;height:16px}.chat{flex-direction:column;min-height:180px;display:flex}.chat__thread{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex}.chat__msg{color:#e4e4e7;font-size:.875rem;line-height:1.5}.chat__msg--user{text-align:right;font-style:italic}.chat__msg--pal strong{font-weight:600}.chat__msg--pal a{color:#f97086;text-underline-offset:2px;text-decoration:underline}.chat__msg--pal a:hover{color:#ec5a7a}.chat__composer{color:#a1a1aa;letter-spacing:.02em;text-transform:uppercase;border-top:1px solid #2a2a2a;padding:.75rem 1rem;font-size:.75rem}.voice{flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}.voice__listen{letter-spacing:.05em;color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:2px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.65rem;font-weight:500;transition:background .15s;display:flex}.voice__listen:hover{background:#16a34a}.voice__listen svg{width:12px;height:12px}.voice__top{background:#14141b;border:1px solid #2a2a2a;border-radius:4px;align-items:center;gap:.5rem;width:100%;padding:.5rem;display:flex}.voice__speaker{color:#e5e7eb;width:20px;height:20px}.voice__progress{background:#e5e7eb;border-radius:2px;flex:1;height:4px}.voice__mid{background:#111118;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.voice__avatar{object-fit:cover;filter:grayscale()contrast(1.2);width:100%;height:100%}.voice__wave{justify-content:center;align-items:flex-end;gap:2px;width:100%;height:32px;display:flex}.voice__bar{background:#3f3f46;border-radius:2px;width:3px;animation:1s ease-in-out infinite waveform}.voice__bar:nth-child(odd){animation-delay:.1s}.voice__bar:nth-child(3n){animation-delay:.2s}.voice__bar:nth-child(5n){animation-delay:.3s}@keyframes waveform{0%,to{height:8px}50%{height:24px}}.meet__bottom-row{display:contents}@media (max-width:768px){.meet{padding:2rem 0}.meet__head p{font-size:1rem}.meet__head p br{display:none}.meet__stage{flex-direction:column;gap:1rem;height:auto;min-height:auto;padding:1rem;display:flex}.meet__ghost-window{display:none!important}.meet__glow{display:none}.meet__video-main{order:1;width:100%!important;max-width:100%!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.meet__bottom-row{flex-direction:row;order:2;align-items:stretch;gap:.75rem;width:100%;display:flex}.meet__chat-main{flex:1;min-width:0;width:auto!important;position:relative!important;bottom:auto!important;left:auto!important}.meet__voice-main{flex:1;min-width:0;animation:none;width:auto!important;position:relative!important;top:auto!important;right:auto!important}.meet__voice-main .window{height:100%;width:100%!important}.meet__chat-main.window,.meet__voice-main .window{flex-direction:column;height:100%;display:flex}.chat__msg{font-size:.8125rem}.chat__thread{padding:.75rem}.chat__composer{padding:.5rem .75rem;font-size:.65rem}.voice{gap:.5rem;padding:.75rem}.voice__mid{width:40px;height:40px}.voice__wave{height:24px}.voice__listen{padding:.25rem .5rem;font-size:.6rem}.window__label{font-size:.55rem}}@media (max-width:480px){.meet__bottom-row{flex-direction:column}.meet__chat-main,.meet__voice-main{width:100%!important}}
