:root{color-scheme:only light;--color-espresso: #2f2219;--color-cocoa: #5f4333;--color-caramel: #b47b55;--color-foam: #fff7f0;--color-crema: #f2e4d8;--color-cloud: #f7f9fb;--color-pistachio: #8abf8a;--color-midnight: #0d1b1e;--color-charcoal: #3a3c3d;--font-display: "DM Serif Display", "Georgia", serif;--font-body: "Inter", "Helvetica Neue", system-ui, -apple-system, sans-serif;--line-tight: 1.1;--line-snug: 1.3;--line-relaxed: 1.6;--shadow-soft: 0 10px 30px rgba(47, 34, 25, .12);--shadow-medium: 0 16px 48px rgba(47, 34, 25, .18);--radius-xs: 6px;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 28px;--radius-xl: 36px;--radius-pill: 999px;--section-padding: clamp(64px, 8vw, 120px);--content-max-width: 1200px;--content-padding-inline: clamp(16px, 5vw, 64px);scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--color-foam);color:var(--color-espresso);min-height:100vh;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-decoration-thickness:2px}img{max-width:100%;display:block}button{font-family:inherit}main{display:flex;flex-direction:column;gap:var(--section-padding)}section{padding:0 var(--content-padding-inline)}.container{max-width:var(--content-max-width);margin:0 auto}.cs-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-pill);border:none;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.cs-button:focus-visible{outline:3px solid rgba(47,34,25,.4);outline-offset:3px}.cs-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cs-button--sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.2}.cs-button--md{padding:.85rem 1.8rem;font-size:1rem;line-height:1.2}.cs-button--lg{padding:1rem 2.25rem;font-size:1.125rem;line-height:1.3}.cs-button--primary{background:linear-gradient(135deg,var(--color-caramel) 0%,var(--color-crema) 120%);color:var(--color-midnight);box-shadow:var(--shadow-soft)}.cs-button--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.cs-button--secondary{background:var(--color-espresso);color:var(--color-foam)}.cs-button--secondary:hover{transform:translateY(-1px)}.cs-button--success{background:var(--color-pistachio);color:#fff;box-shadow:0 2px 8px #8abf8a40}.cs-button--success:hover{background:#7ab07a;transform:translateY(-1px);box-shadow:0 4px 12px #8abf8a4d}.cs-button--ghost{background:#ffffffbf;color:var(--color-espresso);border:1px solid rgba(47,34,25,.16)}.tag{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:var(--radius-pill);background:#2f221914;font-size:.85rem;font-weight:500}.glass-tile{background:#fff7f0b8;border:1px solid rgba(255,255,255,.65);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.gradient-border{position:relative;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,#b47b5599,#8abf8a66)}.gradient-border>.gradient-content{border-radius:inherit;background:var(--color-foam);padding:clamp(24px,3vw,40px)}@media(max-width:720px){:root{--section-padding: clamp(48px, 12vw, 96px)}main{gap:clamp(48px,12vw,96px)}}.app-shell{background:radial-gradient(circle at top right,#fff7f0cc,#f2e4d8f2);min-height:100vh;display:flex;flex-direction:column}.app-shell__content{flex:1 0 auto}.app-shell main{width:100%}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff7f0e6;border-bottom:1px solid rgba(47,34,25,.08)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(16px,4vw,32px);padding:.9rem var(--content-padding-inline)}.site-header__brand{display:inline-flex;align-items:center;gap:.45rem;font-size:1.05rem;font-weight:600;border:none;background:none;cursor:pointer;color:inherit}.site-header__brand span{font-size:1.35rem}.site-header__nav{justify-self:center}.site-header__nav ul{display:flex;gap:clamp(16px,4vw,32px);margin:0;padding:0;list-style:none;font-size:.95rem;font-weight:500}.site-header__nav button{position:relative;padding-bottom:.15rem;border:none;background:none;font:inherit;color:inherit;cursor:pointer}.site-header__nav button:after{content:"";position:absolute;left:0;bottom:-.1rem;width:100%;height:2px;background:#2f22192e;transform:scaleX(0);transform-origin:bottom right;transition:transform .18s ease}.site-header__nav button:hover:after,.site-header__nav button:focus-visible:after{transform:scaleX(1);transform-origin:bottom left}.site-header__cta{display:inline-flex;gap:.75rem;align-items:center}.site-header__avatar{width:34px;height:34px;border-radius:50%;background:#2f22191f;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--color-espresso)}.site-header__menu-toggle{display:none;flex-direction:column;gap:.25rem;border:none;background:none;cursor:pointer;padding:.25rem}.site-header__menu-toggle span{width:22px;height:2px;background:var(--color-espresso);border-radius:999px;transition:transform .2s ease,opacity .2s ease}.site-header__mobile{display:flex;flex-direction:column;gap:1rem;padding:.75rem var(--content-padding-inline) 1.2rem}.site-header__mobile nav ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.site-footer{background:var(--color-espresso);color:var(--color-foam);padding:clamp(32px,5vw,48px) var(--content-padding-inline);margin-top:var(--section-padding)}.site-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.site-footer p{margin:.5rem 0 0;color:#fff7f0b3}.site-footer__links{display:grid;gap:.4rem}.site-footer__links a{color:#fff7f0d9}@media(max-width:900px){.site-header__inner{grid-template-columns:auto auto}.site-header__nav,.site-header__cta{display:none}.site-header__menu-toggle{display:inline-flex;justify-self:end}}@media(max-width:640px){.site-header__mobile{padding-inline:var(--content-padding-inline)}}.site-header__mobile-cta{display:grid;gap:.75rem}@media(min-width:901px){.site-header__mobile{display:none}}.landing{width:100%;overflow-x:hidden;position:relative}.landing:before{content:"";position:absolute;top:0;left:-5%;width:clamp(300px,35vw,500px);height:clamp(400px,45vh,700px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 300'%3E%3C!-- Large coffee plant leaves --%3E%3Cpath d='M20 280 Q15 240 25 200 Q30 180 45 165' fill='none' stroke='%2365A765' stroke-width='4' stroke-linecap='round'/%3E%3Cellipse cx='38' cy='175' rx='28' ry='42' fill='%2375B875' opacity='0.7' transform='rotate(-35 38 175)'/%3E%3Cellipse cx='32' cy='210' rx='32' ry='48' fill='%2368B068' opacity='0.75' transform='rotate(-25 32 210)'/%3E%3Cellipse cx='28' cy='245' rx='35' ry='52' fill='%235C9E5C' opacity='0.8' transform='rotate(-15 28 245)'/%3E%3C!-- Second branch --%3E%3Cpath d='M25 280 Q35 235 55 195 Q65 175 80 160' fill='none' stroke='%2365A765' stroke-width='4' stroke-linecap='round'/%3E%3Cellipse cx='70' cy='170' rx='30' ry='44' fill='%2380C080' opacity='0.7' transform='rotate(-45 70 170)'/%3E%3Cellipse cx='62' cy='205' rx='34' ry='50' fill='%2372B372' opacity='0.75' transform='rotate(-30 62 205)'/%3E%3Cellipse cx='55' cy='240' rx='36' ry='54' fill='%2365A765' opacity='0.8' transform='rotate(-20 55 240)'/%3E%3C!-- Coffee cherries --%3E%3Ccircle cx='48' cy='185' r='8' fill='%23C65D5D' opacity='0.85'/%3E%3Ccircle cx='42' cy='193' r='7' fill='%23D67070' opacity='0.85'/%3E%3Ccircle cx='65' cy='195' r='8' fill='%23C65D5D' opacity='0.85'/%3E%3Ccircle cx='72' cy='203' r='7' fill='%23D67070' opacity='0.85'/%3E%3C!-- Small decorative leaves --%3E%3Cellipse cx='85' cy='230' rx='18' ry='26' fill='%2388CC88' opacity='0.6' transform='rotate(15 85 230)'/%3E%3Cellipse cx='15' cy='220' rx='16' ry='24' fill='%2388CC88' opacity='0.6' transform='rotate(-40 15 220)'/%3E%3C/svg%3E") no-repeat;background-size:contain;background-position:left top;pointer-events:none;opacity:.85;z-index:0;animation:gentle-sway 8s ease-in-out infinite}.landing:after{content:"";position:absolute;bottom:clamp(100px,1vh,200px);right:-5%;width:clamp(350px,40vw,600px);height:clamp(450px,50vh,750px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 320'%3E%3C!-- Main branch --%3E%3Cpath d='M180 310 Q175 265 165 220 Q160 195 145 170' fill='none' stroke='%2365A765' stroke-width='5' stroke-linecap='round'/%3E%3C!-- Large tropical leaves --%3E%3Cellipse cx='155' cy='185' rx='38' ry='56' fill='%2375B875' opacity='0.75' transform='rotate(25 155 185)'/%3E%3Cellipse cx='162' cy='225' rx='42' ry='60' fill='%2368B068' opacity='0.8' transform='rotate(20 162 225)'/%3E%3Cellipse cx='168' cy='265' rx='45' ry='64' fill='%235C9E5C' opacity='0.85' transform='rotate(15 168 265)'/%3E%3C!-- Secondary branch --%3E%3Cpath d='M165 310 Q155 260 135 215 Q125 190 110 165' fill='none' stroke='%2365A765' stroke-width='5' stroke-linecap='round'/%3E%3Cellipse cx='120' cy='180' rx='36' ry='52' fill='%2380C080' opacity='0.75' transform='rotate(45 120 180)'/%3E%3Cellipse cx='128' cy='218' rx='40' ry='58' fill='%2372B372' opacity='0.8' transform='rotate(35 128 218)'/%3E%3Cellipse cx='138' cy='255' rx='42' ry='62' fill='%2365A765' opacity='0.85' transform='rotate(25 138 255)'/%3E%3C!-- Coffee cherries cluster --%3E%3Ccircle cx='145' cy='195' r='10' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='138' cy='205' r='9' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='153' cy='203' r='10' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='146' cy='213' r='8' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='132' cy='198' r='9' fill='%23C65D5D' opacity='0.9'/%3E%3C!-- Additional decorative leaves --%3E%3Cellipse cx='105' cy='245' rx='22' ry='32' fill='%2388CC88' opacity='0.65' transform='rotate(-20 105 245)'/%3E%3Cellipse cx='175' cy='240' rx='20' ry='30' fill='%2388CC88' opacity='0.65' transform='rotate(40 175 240)'/%3E%3Cellipse cx='115' cy='290' rx='24' ry='34' fill='%2380C080' opacity='0.7' transform='rotate(-10 115 290)'/%3E%3C/svg%3E") no-repeat;background-size:contain;background-position:right bottom;pointer-events:none;opacity:.85;z-index:0;animation:gentle-sway-reverse 9s ease-in-out infinite}@keyframes gentle-sway{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes gentle-sway-reverse{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-1deg)}}.hero{position:relative;padding:clamp(64px,8vw,120px) 0 clamp(48px,6vw,80px);overflow:hidden}.hero:before{content:"";position:absolute;top:30%;right:-8%;width:clamp(200px,25vw,350px);height:clamp(250px,30vh,450px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 250'%3E%3C!-- Monstera-style leaves --%3E%3Cpath d='M90 240 Q85 200 95 160 Q100 140 115 125' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3Cpath d='M105 145 Q105 145 85 150 L90 135 Q90 135 75 142 L82 125 Q82 125 68 135 L78 115 Q88 110 100 108 Q115 107 125 115 L130 130 Q130 130 145 125 L138 145 Q138 145 152 142 L145 160 Q145 160 158 158 L148 175 Q130 180 115 178 Q105 177 100 170 Z' fill='%2375B875' opacity='0.8'/%3E%3Cpath d='M100 195 Q100 195 82 202 L88 182 Q88 182 72 192 L80 170 Q80 170 65 182 L75 160 Q87 153 102 150 Q120 148 132 158 L138 175 Q138 175 155 168 L147 190 Q147 190 162 185 L153 205 Q153 205 168 202 L156 222 Q135 230 115 227 Q100 225 95 215 Z' fill='%2368B068' opacity='0.75'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.6;z-index:1;animation:gentle-sway-slow 10s ease-in-out infinite}.hero-background{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(180,123,85,.12),transparent 50%),radial-gradient(circle at 80% 70%,rgba(138,191,138,.15),transparent 50%),radial-gradient(circle at 50% 90%,rgba(138,191,138,.08),transparent 40%),radial-gradient(circle at 15% 70%,rgba(117,184,117,.1),transparent 45%);pointer-events:none}@keyframes gentle-sway-slow{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-8px) rotate(-2deg)}}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:start;gap:clamp(32px,6vw,72px)}.hero-copy h1{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4.2rem);line-height:var(--line-tight);margin:0 0 1.2rem}.hero-copy p{margin:0 0 1.2rem;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:var(--line-relaxed);color:#2f2219d9}.hero-subtitle{font-size:clamp(1.1rem,1.8vw,1.35rem)!important;margin-bottom:1rem!important}.hero-tagline{font-size:clamp(1.05rem,1.5vw,1.25rem)!important;line-height:var(--line-relaxed)!important;color:#2f2219d9!important;margin-bottom:2rem!important}.hero-copy .rotating-word{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:8ch;height:1.3em;margin:0 .3rem;font-weight:600;vertical-align:middle;top:-.05em}.rotating-word__item{position:absolute;inset:0;opacity:0;transform:translateY(30%);transition:opacity .32s ease,transform .32s ease;will-change:opacity,transform;display:flex;align-items:center;justify-content:center}.rotating-word__item.is-active{opacity:1;transform:translateY(0)}.rotating-word__item:nth-child(1){color:var(--color-caramel)}.rotating-word__item:nth-child(2){color:var(--color-pistachio)}.rotating-word__item:nth-child(3){color:#c17a6f}.rotating-word__item:nth-child(4){color:#8a7c6b}.rotating-word__item:nth-child(5){color:var(--color-caramel)}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:#2f221914;padding:.45rem 1.2rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2rem}.hero-impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:clamp(16px,3vw,24px);margin:4rem 0 0;padding:0}.hero-impact-stat{display:grid;gap:.5rem;padding:clamp(16px,2.5vw,20px);background:linear-gradient(135deg,#8abf8a14,#b47b550f);border-radius:var(--radius-md);border:1px solid rgba(138,191,138,.15)}.hero-impact-stat dt{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);line-height:var(--line-tight);color:var(--color-pistachio);font-weight:700}.hero-impact-stat dd{margin:0;font-size:.9rem;line-height:var(--line-relaxed);color:#2f2219bf}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.6rem;margin:0 0 2rem;padding:0}.hero-stats div{display:grid;gap:.5rem}.hero-stats dt{font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);line-height:var(--line-tight)}.hero-stats dd{margin:0;font-size:.95rem;color:#2f2219b3}.hero-note{padding:clamp(20px,3vw,28px);display:grid;gap:.85rem}.hero-note h2{margin:0;font-size:1.4rem}.hero-note ul{margin:0;padding-left:1.2rem;display:grid;gap:.5rem;color:#2f2219bf}.hero-media{display:grid;gap:0;margin-top:-clamp(32px,4vw,48px)}.hero-media__card{position:relative;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);background:var(--color-foam)}.hero-media__card img{width:100%;height:clamp(350px,24vw,280px);object-fit:cover}.hero-media__card figcaption{margin:0;padding:.9rem 1.2rem;font-size:.85rem;color:#2f221999}.hero-media__virtual-meetings{position:relative;margin-top:clamp(40px,1vw,100px);min-height:clamp(280px,35vw,400px)}.hero-media__card--meeting-1{position:absolute;left:-13%;top:0;width:54%;transform:rotate(-3deg);z-index:2;transition:transform .3s ease}.hero-media__card--meeting-1:hover{transform:rotate(-3deg) scale(1.03)}.hero-media__card--meeting-2{position:absolute;right:-13%;top:clamp(30px,5vw,60px);width:60%;transform:rotate(2deg);z-index:3;transition:transform .3s ease}.hero-media__card--meeting-2:hover{transform:rotate(2deg) scale(1.03)}.hero-media__card--meeting-1 img,.hero-media__card--meeting-2 img{width:100%;height:auto}.partner-strip{padding:clamp(24px,4vw,40px) 0}.partner-strip .container{display:flex;flex-direction:column;gap:1rem}.partner-strip ul{display:flex;flex-wrap:wrap;gap:clamp(12px,4vw,32px);margin:0;padding:0;list-style:none;font-size:.95rem;font-weight:600;letter-spacing:.04em;color:#2f2219a6}.why{position:relative;display:grid;gap:clamp(24px,4vw,40px);overflow:hidden}.why:before{content:"";position:absolute;top:-10%;left:-5%;width:clamp(220px,28vw,400px);height:clamp(300px,36vh,540px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 270'%3E%3C!-- Ivy-like trailing vine --%3E%3Cpath d='M30 260 Q40 220 55 180 Q65 155 80 130 Q90 110 105 95' fill='none' stroke='%2365A765' stroke-width='3.5' stroke-linecap='round'/%3E%3C!-- Heart-shaped ivy leaves --%3E%3Cpath d='M48 230 Q40 230 35 237 Q30 244 35 250 Q38 252 42 250 L45 245 L48 250 Q52 252 55 250 Q60 244 55 237 Q50 230 42 230 Q45 232 48 230 Z' fill='%2375B875' opacity='0.85'/%3E%3Cpath d='M62 205 Q54 205 49 212 Q44 219 49 225 Q52 227 56 225 L59 220 L62 225 Q66 227 69 225 Q74 219 69 212 Q64 205 56 205 Q59 207 62 205 Z' fill='%2370B470' opacity='0.85'/%3E%3Cpath d='M75 180 Q67 180 62 187 Q57 194 62 200 Q65 202 69 200 L72 195 L75 200 Q79 202 82 200 Q87 194 82 187 Q77 180 69 180 Q72 182 75 180 Z' fill='%236BB06B' opacity='0.85'/%3E%3Cpath d='M88 155 Q80 155 75 162 Q70 169 75 175 Q78 177 82 175 L85 170 L88 175 Q92 177 95 175 Q100 169 95 162 Q90 155 82 155 Q85 157 88 155 Z' fill='%2366AA66' opacity='0.9'/%3E%3Cpath d='M98 130 Q90 130 85 137 Q80 144 85 150 Q88 152 92 150 L95 145 L98 150 Q102 152 105 150 Q110 144 105 137 Q100 130 92 130 Q95 132 98 130 Z' fill='%2361A561' opacity='0.9'/%3E%3C!-- Small decorative leaves --%3E%3Cellipse cx='52' cy='218' rx='10' ry='14' fill='%2388CC88' opacity='0.7' transform='rotate(45 52 218)'/%3E%3Cellipse cx='68' cy='192' rx='10' ry='14' fill='%2388CC88' opacity='0.7' transform='rotate(-40 68 192)'/%3E%3Cellipse cx='82' cy'167' rx='10' ry='14' fill='%2388CC88' opacity='0.7' transform='rotate(50 82 167)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.72;z-index:0;animation:gentle-sway 7.5s ease-in-out infinite}.why header h2,.how header h2,.personas header h2,.gratitude header h2{font-family:var(--font-display);font-size:clamp(2rem,3vw,2.8rem);margin:.6rem 0 0}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(20px,4vw,32px)}.why-card{padding:clamp(20px,3.5vw,32px);display:grid;gap:.75rem;border:1px solid rgba(138,191,138,.12);transition:border-color .2s ease,transform .2s ease}.why-card:hover{border-color:#8abf8a40;transform:translateY(-2px)}.why-card h3{margin:0;font-size:1.3rem}.why-card p{margin:0;color:#2f2219b3;line-height:var(--line-relaxed)}.use-cases__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(20px,4vw,32px)}.use-case{padding:clamp(20px,3vw,28px);display:grid;gap:.75rem}.use-case h3{margin:0;font-size:1.15rem}.use-case p{margin:0;line-height:var(--line-relaxed);color:#2f2219b3}.network{position:relative;overflow:hidden}.network:before{content:"";position:absolute;top:50%;left:-4%;transform:translateY(-50%);width:clamp(160px,20vw,290px);height:clamp(220px,27vh,400px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 220'%3E%3C!-- Delicate fern fronds --%3E%3Cpath d='M20 210 Q25 175 35 140 Q42 120 52 100' fill='none' stroke='%2365A765' stroke-width='3'/%3E%3C!-- Small fern leaflets --%3E%3Cellipse cx='28' cy='125' rx='14' ry='7' fill='%2375B875' opacity='0.75' transform='rotate(-50 28 125)'/%3E%3Cellipse cx='32' cy'115' rx='14' ry='7' fill='%2380C080' opacity='0.75' transform='rotate(45 32 115)'/%3E%3Cellipse cx='26' cy='140' rx='16' ry='8' fill='%2370B470' opacity='0.8' transform='rotate(-48 26 140)'/%3E%3Cellipse cx='34' cy'130' rx='16' ry='8' fill='%237BBB7B' opacity='0.8' transform='rotate(48 34 130)'/%3E%3Cellipse cx='24' cy='155' rx='18' ry='9' fill='%236BB06B' opacity='0.8' transform='rotate(-45 24 155)'/%3E%3Cellipse cx='36' cy'145' rx='18' ry='9' fill='%2376B676' opacity='0.8' transform='rotate(45 36 145)'/%3E%3Cellipse cx='22' cy'170' rx='20' ry='10' fill='%2366AA66' opacity='0.85' transform='rotate(-42 22 170)'/%3E%3Cellipse cx='38' cy'160' rx='20' ry='10' fill='%2371B171' opacity='0.85' transform='rotate(42 38 160)'/%3E%3Cellipse cx='20' cy'185' rx='22' ry'11' fill='%2361A561' opacity='0.85' transform='rotate(-40 20 185)'/%3E%3Cellipse cx='40' cy'175' rx='22' ry'11' fill='%236CAC6C' opacity='0.85' transform='rotate(40 40 175)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.65;z-index:0;animation:gentle-sway-slow 10s ease-in-out infinite}.network__layout{position:relative;z-index:1;display:grid;gap:clamp(24px,5vw,56px);grid-template-columns:minmax(0,.28fr) minmax(0,.72fr);align-items:start}.network__intro{grid-column:1 / -1;display:flex;flex-direction:column;gap:.35rem}.network__title{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);line-height:var(--line-tight)}.network__copy{grid-column:1 / 2;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.network-insights{display:grid;gap:clamp(16px,2.5vw,20px)}.network-insight-card{padding:clamp(20px,3vw,28px);border-radius:var(--radius-md);display:grid;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease;border:1px solid}.network-insight-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.network-insight-card--green{background:linear-gradient(135deg,#8abf8a1f,#75b87514);border-color:#8abf8a40}.network-insight-card--caramel{background:linear-gradient(135deg,#b47b551f,#b47b550f);border-color:#b47b5540}.network-insight-card--pistachio{background:linear-gradient(135deg,#8abf8a26,#8abf8a14);border-color:#8abf8a4d}.network-insight-card h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--color-espresso)}.network-insight-card p{margin:0;font-size:.95rem;line-height:var(--line-relaxed);color:#2f2219bf}.network__points{margin:0;padding-left:1.4rem;display:flex;flex-direction:column;gap:1rem;font-size:1.05rem;color:#2f2219d1;line-height:var(--line-relaxed);list-style:decimal}.network__points li{margin:0}.network__points strong{display:block;font-size:1rem;margin-bottom:.2rem;color:var(--color-espresso)}.network__canvas{grid-column:2 / 3;width:100%;display:flex;align-items:stretch}.network__graph{position:relative;border-radius:calc(var(--radius-lg) * 1.2);overflow:hidden;min-height:clamp(420px,58vw,600px);width:100%;padding:clamp(12px,3vw,32px);margin-bottom:-16px}.network-community{position:absolute;left:var(--community-x);top:var(--community-y);width:var(--community-size);height:var(--community-size);transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;z-index:1}.network-community__ring{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(138,191,138,.08),transparent 70%);border:2px dashed rgba(138,191,138,.35);box-shadow:0 0 40px #8abf8a1a;animation:communityPulse 12s ease-in-out infinite}@keyframes communityPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.9}}.network-community__badge{position:absolute;top:4%;right:4%;display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;box-shadow:0 6px 20px #0000001a;background:#fffffffa;border:1px solid rgba(138,191,138,.2);z-index:2}.network-community__badge img{width:22px;height:22px;object-fit:contain;border-radius:50%}.network__halo{position:absolute;width:60%;aspect-ratio:1;border-radius:50%;filter:blur(90px);opacity:.2;animation:haloFloat 20s ease-in-out infinite}.network__halo--one{top:-10%;left:10%;background:linear-gradient(135deg,#8abf8a80,#e67e5f66)}.network__halo--two{bottom:-20%;right:-10%;background:linear-gradient(135deg,#e67e5f73,#8abf8a73);animation-delay:-10s}@keyframes haloFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(10px,-10px) scale(1.08)}}.network__links{position:absolute;inset:0;width:100%;height:100%}.network-link{stroke:#8abf8a2e;stroke-width:1;stroke-linecap:round;transition:all .3s ease}.network-link--emphasis{stroke:#8abf8a59;stroke-width:1.5}.network-node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);display:grid;place-items:center;pointer-events:none;transition:transform .2s ease;z-index:3}.network-node__pulse{position:absolute;width:calc(var(--node-size) * 1.8);height:calc(var(--node-size) * 1.8);border-radius:50%;background:radial-gradient(circle,rgba(138,191,138,.15),transparent 70%);animation:nodePulse 8s ease-in-out infinite}.network-node__avatar{width:var(--node-size);height:var(--node-size);border-radius:999px;overflow:hidden;border:3px solid rgba(255,255,255,1);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;transition:all .3s ease}.network-node__avatar img{width:100%;height:100%;object-fit:cover}.network-link--mentor{stroke:#e67e5fb3;stroke-width:2.5;filter:drop-shadow(0 0 8px rgba(230,126,95,.25))}.network-link--mentee{stroke:#8abf8ab3;stroke-width:2.5;filter:drop-shadow(0 0 8px rgba(138,191,138,.25))}.network-link--shared{stroke:#648cc8a6;stroke-width:2;filter:drop-shadow(0 0 6px rgba(100,140,200,.2))}.network-link--company{stroke:#78787880;stroke-width:1.5}.network-link--referral{stroke:#dc7896b3;stroke-width:2;filter:drop-shadow(0 0 8px rgba(220,120,150,.2))}.network-link-label{position:absolute;transform:translate(-50%,-50%);padding:.35rem .9rem;border-radius:var(--radius-pill);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;background:#fffffff2;border:1.5px solid rgba(138,191,138,.25);box-shadow:0 4px 16px #00000014;color:var(--color-espresso);pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3}.network-link-label--mentor{border-color:#e67e5f66;background:linear-gradient(135deg,#fffffffa,#ffebe14d);color:#e67e5f}.network-link-label--mentee{border-color:#8abf8a66;background:linear-gradient(135deg,#fffffffa,#e3f7e34d);color:var(--color-pistachio)}.network-link-label--shared{border-color:#648cc859;background:linear-gradient(135deg,#fffffffa,#e6f0ff4d);color:#3e5f9cf2}.network-link-label--company{border-color:#7878784d;background:#fffffff2;color:#505050e6}.network-link-label--referral{border-color:#dc789659;background:linear-gradient(135deg,#fffffffa,#ffebf24d);color:#ad466af2}.network-node--xs{--node-size: 36px}.network-node--sm{--node-size: 46px}.network-node--md{--node-size: 60px}.network-node--lg{--node-size: 74px}.network-node--xl{--node-size: 92px}.network-node--focus{transform:translate(-50%,-50%) scale(1.05)}.network-node--focus .network-node__avatar{border-width:3px}@keyframes nodePulse{0%{transform:scale(.8);opacity:.3}50%{transform:scale(1);opacity:.6}to{transform:scale(.8);opacity:.3}}@media(prefers-reduced-motion:reduce){.rotating-word__item{transition:none}}.how{position:relative;background:linear-gradient(180deg,var(--color-crema) 0%,rgba(247,252,247,.6) 100%);padding:var(--section-padding) var(--content-padding-inline);overflow:hidden}.how:before{content:"";position:absolute;bottom:-8%;right:-4%;width:clamp(240px,30vw,420px);height:clamp(320px,38vh,560px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 280'%3E%3C!-- Monstera and philodendron mix --%3E%3Cpath d='M175 270 Q170 235 160 200 Q155 180 145 160' fill='none' stroke='%2365A765' stroke-width='4.5'/%3E%3C!-- Large split leaf --%3E%3Cpath d='M152 175 Q152 175 140 182 L144 168 Q144 168 132 178 L138 162 Q138 162 126 175 L135 155 Q148 148 162 147 Q178 146 188 157 L192 172 Q192 172 205 166 L198 185 Q198 185 210 180 L202 200 Q202 200 213 197 L203 215 Q185 222 168 220 Q155 218 150 210 Z' fill='%2375B875' opacity='0.85'/%3E%3C!-- Heart-shaped philodendron leaf --%3E%3Cpath d='M148 220 Q135 220 128 232 Q120 244 130 255 Q136 259 145 255 L152 245 L159 255 Q168 259 174 255 Q184 244 176 232 Q169 220 156 220 Q152 224 148 220 Z' fill='%2370B470' opacity='0.9'/%3E%3C!-- Another split leaf --%3E%3Cpath d='M158 245 Q158 245 148 250 L151 240 Q151 240 142 247 L146 235 Q158 230 170 230 Q182 231 190 240 L193 250 Q193 250 203 246 L197 260 Q185 265 173 264 Q163 263 158 257 Z' fill='%236BB06B' opacity='0.9'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway-reverse 9.5s ease-in-out infinite}.how:after{content:"";position:absolute;top:5%;left:-2%;width:clamp(190px,24vw,350px);height:clamp(260px,32vh,480px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 250'%3E%3C!-- Coffee plant with multiple cherries --%3E%3Cpath d='M25 240 Q30 205 42 170 Q50 150 65 130' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3Cellipse cx='50' cy='155' rx='30' ry='44' fill='%2375B875' opacity='0.8' transform='rotate(-30 50 155)'/%3E%3Cellipse cx='45' cy='185' rx='32' ry='46' fill='%2370B470' opacity='0.85' transform='rotate(-25 45 185)'/%3E%3Cellipse cx='42' cy='215' rx='34' ry='48' fill='%236BB06B' opacity='0.9' transform='rotate(-20 42 215)'/%3E%3C!-- Coffee cherry clusters --%3E%3Ccircle cx='55' cy'168' r='8' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='48' cy='176' r='7' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='62' cy='180' r='8' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='50' cy'198' r='7' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='58' cy='205' r='8' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='44' cy='210' r='7' fill='%23D67070' opacity='0.9'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.72;z-index:0;animation:gentle-sway 8.5s ease-in-out infinite}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(20px,3vw,32px);margin-top:clamp(1rem,3vw,1rem)}.step-card{border-radius:var(--radius-lg)}.step-number{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2f221980}.step-card h3{margin:.5rem 0 .75rem;font-size:1.4rem}.step-card p{margin:0;color:#2f2219b3;line-height:var(--line-relaxed)}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(20px,3vw,32px);margin-top:clamp(16px,4vw,40px)}.persona-card{display:grid;grid-template-columns:minmax(0,1fr);gap:1.2rem;padding:clamp(20px,3vw,32px)}.persona-avatar{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);margin:0}.persona-avatar img{width:100%;height:clamp(220px,26vw,280px);object-fit:cover}.persona-avatar figcaption{margin:0;padding:.75rem 1rem;font-size:.8rem;color:#2f221999}.persona-headline{margin:0 0 .4rem;font-weight:600;color:#2f2219cc}.persona-copy p{margin:0 0 .75rem;line-height:var(--line-relaxed)}.gratitude{background:var(--color-cloud);padding:var(--section-padding) var(--content-padding-inline)}.gratitude-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(20px,3vw,32px);margin-top:clamp(16px,4vw,40px)}.gratitude-card{padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:1rem}.gratitude-card h3{margin:0;font-size:1.3rem}.gratitude-card h3 span{color:var(--color-caramel)}.gratitude-card p{margin:0;line-height:var(--line-relaxed)}.gratitude-meta{display:flex;align-items:center;gap:.75rem;color:#2f221999;font-size:.85rem}.gratitude-date{font-variant-numeric:tabular-nums}.cta-banner{position:relative;padding:var(--section-padding) var(--content-padding-inline);overflow:hidden}.cta-banner:before{content:"";position:absolute;top:-10%;left:-2%;width:clamp(220px,26vw,380px);height:clamp(300px,35vh,520px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 270'%3E%3C!-- Tropical leaf cluster --%3E%3Cpath d='M30 260 Q25 220 35 180 Q42 160 58 145' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Large heart-shaped leaves --%3E%3Cpath d='M45 155 Q30 155 25 170 Q20 185 30 195 Q35 198 42 195 L48 185 L54 195 Q61 198 66 195 Q76 185 71 170 Q66 155 51 155 Q48 158 45 155 Z' fill='%2375B875' opacity='0.85'/%3E%3Cpath d='M42 190 Q28 192 22 207 Q16 222 27 233 Q33 237 41 233 L48 222 L55 233 Q63 237 69 233 Q80 222 74 207 Q68 192 54 192 Q48 196 42 190 Z' fill='%2370B470' opacity='0.85'/%3E%3Cpath d='M38 225 Q25 228 18 242 Q12 257 23 268 Q29 272 38 268 L45 257 L52 268 Q61 272 67 268 Q78 257 72 242 Q66 228 52 225 Q45 229 38 225 Z' fill='%236BB06B' opacity='0.9'/%3E%3C!-- Coffee cherries scattered --%3E%3Ccircle cx='52' cy='168' r='6' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='58' cy='175' r='5' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='48' cy='203' r='7' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='55' cy='210' r='6' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='42' cy='238' r='6' fill='%23C65D5D' opacity='0.9'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway 9s ease-in-out infinite}.cta-banner:after{content:"";position:absolute;bottom:-5%;right:-3%;width:clamp(240px,28vw,400px);height:clamp(320px,37vh,540px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 280'%3E%3C!-- Bamboo-style stems with leaves --%3E%3Cpath d='M170 270 L170 150' stroke='%2365A765' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M160 270 L160 160' stroke='%2368B068' stroke-width='5' stroke-linecap='round'/%3E%3C!-- Bamboo leaves --%3E%3Cellipse cx='155' cy='170' rx='28' ry='12' fill='%2375B875' opacity='0.85' transform='rotate(-35 155 170)'/%3E%3Cellipse cx='175' cy='165' rx='30' ry='13' fill='%2380C080' opacity='0.85' transform='rotate(30 175 165)'/%3E%3Cellipse cx='150' cy='195' rx='26' ry='11' fill='%2370B470' opacity='0.85' transform='rotate(-40 150 195)'/%3E%3Cellipse cx='180' cy='190' rx='28' ry='12' fill='%237BBB7B' opacity='0.85' transform='rotate(35 180 190)'/%3E%3Cellipse cx='148' cy='220' rx='32' ry='14' fill='%236BB06B' opacity='0.9' transform='rotate(-30 148 220)'/%3E%3Cellipse cx='182' cy='215' rx='34' ry='15' fill='%2376B676' opacity='0.9' transform='rotate(32 182 215)'/%3E%3Cellipse cx='152' cy='245' rx='30' ry='13' fill='%2366AA66' opacity='0.9' transform='rotate(-35 152 245)'/%3E%3Cellipse cx='178' cy='240' rx='32' ry='14' fill='%2371B171' opacity='0.9' transform='rotate(30 178 240)'/%3E%3C!-- Coffee beans --%3E%3Cellipse cx='165' cy='180' r='5' fill='%23A0826D' opacity='0.85'/%3E%3Cellipse cx='172' cy='205' r='5' fill='%23A0826D' opacity='0.85'/%3E%3Cellipse cx='158' cy='230' r='5' fill='%23A0826D' opacity='0.85'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway-reverse 10s ease-in-out infinite}.cta-banner__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:clamp(24px,4vw,32px);padding:clamp(24px,3vw,36px);align-items:center;border:1px solid rgba(138,191,138,.2);background:linear-gradient(135deg,#fffffff2,#f7fcf7eb)}.cta-banner__inner h2{margin:.4rem 0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem)}.cta-banner__inner p{margin:0;line-height:var(--line-relaxed);color:#2f2219bf}.cta-banner__actions{display:flex;flex-direction:column;gap:.8rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-media__card--secondary{transform:none;max-width:100%}.network__layout{grid-template-columns:1fr}.network__copy{order:2}.network__canvas{order:1}}@media(max-width:720px){:root{--section-padding: clamp(56px, 10vw, 96px)}.hero{padding-top:clamp(48px,12vw,96px)}.hero-note ul{padding-left:1rem}.network__graph{aspect-ratio:1 / 1;min-height:320px}.cta-banner__inner{grid-template-columns:1fr}.cta-banner__actions{flex-direction:row;flex-wrap:wrap}}@media(max-width:540px){.hero-stats{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.network__graph{min-height:280px}}.proof-in-the-pour{position:relative;padding:var(--section-padding) var(--content-padding-inline);background:linear-gradient(180deg,#f2e4d84d,#fff7f080);overflow:hidden}.proof-in-the-pour:before{content:"";position:absolute;top:-5%;right:-3%;width:clamp(210px,26vw,370px);height:clamp(280px,34vh,500px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 260'%3E%3C!-- Coffee plant with beans and leaves --%3E%3Cpath d='M160 250 Q155 215 145 180 Q140 160 125 140' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Glossy coffee leaves --%3E%3Cellipse cx='135' cy='155' rx='32' ry='46' fill='%2375B875' opacity='0.85' transform='rotate(25 135 155)'/%3E%3Cellipse cx='142' cy='185' rx='34' ry='48' fill='%2370B470' opacity='0.9' transform='rotate(20 142 185)'/%3E%3Cellipse cx='148' cy='215' rx='36' ry='50' fill='%236BB06B' opacity='0.9' transform='rotate(15 148 215)'/%3E%3C!-- Additional leaves --%3E%3Cellipse cx='128' cy'170' rx='28' ry='42' fill='%2380C080' opacity='0.8' transform='rotate(-20 128 170)'/%3E%3Cellipse cx='135' cy'200' rx='30' ry='44' fill='%237BBB7B' opacity='0.85' transform='rotate(-15 135 200)'/%3E%3C!-- Coffee cherries in cluster --%3E%3Ccircle cx='138' cy'168' r='8' fill='%23C65D5D' opacity='0.95'/%3E%3Ccircle cx='145' cy'175' r='7' fill='%23D67070' opacity='0.95'/%3E%3Ccircle cx='132' cy'178' r='8' fill='%23C65D5D' opacity='0.95'/%3E%3Ccircle cx='150' cy'185' r='7' fill='%23D67070' opacity='0.95'/%3E%3Ccircle cx='140' cy'193' r='8' fill='%23C65D5D' opacity='0.95'/%3E%3Ccircle cx='147' cy'200' r='7' fill='%23D67070' opacity='0.95'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.75;z-index:0;animation:gentle-sway-reverse 8.5s ease-in-out infinite}.proof-in-the-pour:after{content:"";position:absolute;bottom:-8%;left:-4%;width:clamp(230px,28vw,390px);height:clamp(300px,36vh,520px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 270'%3E%3C!-- Lush tropical leaves --%3E%3Cpath d='M35 260 Q40 225 52 190 Q60 170 72 150' fill='none' stroke='%2365A765' stroke-width='4.5'/%3E%3C!-- Large heart-shaped leaves --%3E%3Cpath d='M55 172 Q42 172 35 184 Q27 196 37 207 Q43 211 52 207 L59 197 L66 207 Q75 211 81 207 Q91 196 83 184 Q76 172 63 172 Q59 176 55 172 Z' fill='%2375B875' opacity='0.9'/%3E%3Cpath d='M50 205 Q37 205 30 217 Q22 229 32 240 Q38 244 47 240 L54 230 L61 240 Q70 244 76 240 Q86 229 78 217 Q71 205 58 205 Q54 209 50 205 Z' fill='%2370B470' opacity='0.9'/%3E%3Cpath d='M45 235 Q32 235 25 247 Q17 259 27 270 Q33 274 42 270 L49 260 L56 270 Q65 274 71 270 Q81 259 73 247 Q66 235 53 235 Q49 239 45 235 Z' fill='%236BB06B' opacity='0.95'/%3E%3C!-- Small accent leaves --%3E%3Cellipse cx='68' cy'185' rx='20' ry'30' fill='%2380C080' opacity='0.8' transform='rotate(30 68 185)'/%3E%3Cellipse cx='72' cy'218' rx='22' ry'32' fill='%237BBB7B' opacity='0.85' transform='rotate(25 72 218)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway 9s ease-in-out infinite}.proof-in-the-pour header{text-align:center;margin-bottom:clamp(32px,5vw,48px)}.proof-in-the-pour h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);margin:.6rem 0 0}.proof-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(32px,5vw,56px);margin:0 0 clamp(24px,4vw,40px);padding:0}.proof-metric{position:relative;text-align:center;display:grid;gap:.85rem;padding:clamp(24px,4vw,40px)}.proof-metric:before{content:"☕";position:absolute;top:0;left:50%;transform:translate(-50%);font-size:2.2rem;opacity:.15;z-index:0}.proof-metric__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border:2px solid rgba(180,123,85,.2);border-radius:50%;pointer-events:none;animation:pulse-proof-ring 4s ease-in-out infinite;background:radial-gradient(circle at center,rgba(138,191,138,.05),transparent 70%)}.proof-metric__ring:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;border:1px dashed rgba(138,191,138,.25);border-radius:50%;animation:pulse-proof-ring-inner 4s ease-in-out infinite reverse}@keyframes pulse-proof-ring{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.6}}@keyframes pulse-proof-ring-inner{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(.95);opacity:.5}}.proof-metric dt{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4rem);line-height:var(--line-tight);color:var(--color-caramel);position:relative;z-index:1}.proof-metric dd{font-size:1rem;line-height:var(--line-relaxed);color:#2f2219bf;max-width:200px;margin:0 auto}.proof-tagline{text-align:center;font-size:1.05rem;color:#2f2219b3;font-style:italic;margin:0}.trust-badge-strip{position:relative;padding:clamp(0px,0vw,0px) 0;background:#fff;isolation:isolate}.trust-badge-strip:before{content:"";position:absolute;left:0;right:0;top:calc(-1 * var(--section-padding));bottom:calc(-1 * var(--section-padding));background:#fff;z-index:0}.trust-badge-strip .container{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,3.5vw,36px);background:#fff;position:relative;z-index:1}.trust-badge-intro{margin:0;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#2f221980;text-align:center}.trust-badge-logos{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(20px,3.5vw,40px);max-width:1100px}.trust-badge-logo{position:relative;padding:clamp(12px,2vw,20px) clamp(16px,2.5vw,28px);transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;flex:0 1 auto;min-width:0}.trust-badge-logo:before{content:"";position:absolute;inset:0;background:#fff;border-radius:var(--radius-sm);border:none;opacity:1;transition:transform .2s ease,box-shadow .2s ease}.trust-badge-logo:hover:before{transform:translateY(-1px);box-shadow:0 6px 18px #0000000a}.trust-badge-logo:hover{transform:translateY(-2px)}.trust-badge-logo img{height:clamp(48px,6vw,64px);width:auto;min-width:clamp(110px,14vw,160px);max-width:clamp(160px,20vw,240px);object-fit:contain;filter:none;transition:transform .2s ease;position:relative}.trust-badge-logo:hover img{transform:translateY(-1px);mix-blend-mode:normal}@media(max-width:768px){.trust-badge-logos{flex-wrap:wrap;gap:clamp(16px,3vw,24px)}}.partner-strip{position:relative;padding:clamp(40px,6vw,72px) 0;background:linear-gradient(180deg,#fff7f066,#f2e4d833);overflow:hidden}.partner-strip:before{content:"";position:absolute;top:-8%;right:-2%;width:clamp(180px,22vw,320px);height:clamp(240px,28vh,440px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 230'%3E%3C!-- Coffee plant branch with cherries --%3E%3Cpath d='M140 220 Q135 185 125 150 Q120 130 105 110' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Large oval leaves --%3E%3Cellipse cx='115' cy='125' rx='28' ry='42' fill='%2375B875' opacity='0.8' transform='rotate(30 115 125)'/%3E%3Cellipse cx='122' cy='155' rx='32' ry='46' fill='%2370B470' opacity='0.85' transform='rotate(25 122 155)'/%3E%3Cellipse cx='130' cy='185' rx='35' ry='50' fill='%236BB06B' opacity='0.9' transform='rotate(20 130 185)'/%3E%3C!-- Smaller leaves --%3E%3Cellipse cx='108' cy='140' rx='24' ry='36' fill='%2380C080' opacity='0.75' transform='rotate(-25 108 140)'/%3E%3Cellipse cx='115' cy='170' rx='26' ry'38' fill='%237BBB7B' opacity='0.8' transform='rotate(-20 115 170)'/%3E%3C!-- Coffee cherries cluster --%3E%3Ccircle cx='118' cy='138' r='7' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='125' cy='145' r='6' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='112' cy='148' r='7' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='128' cy='168' r='6' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='120' cy='175' r='7' fill='%23C65D5D' opacity='0.9'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.75;z-index:0;animation:gentle-sway-slow 9s ease-in-out infinite}.partner-strip:after{content:"";position:absolute;bottom:-5%;left:-3%;width:clamp(200px,24vw,340px);height:clamp(260px,30vh,460px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 240'%3E%3C!-- Delicate vine with small leaves --%3E%3Cpath d='M30 230 Q35 195 50 160 Q60 140 75 120' fill='none' stroke='%2365A765' stroke-width='3' stroke-linecap='round'/%3E%3C!-- Small clustered leaves --%3E%3Cellipse cx='45' cy='175' rx='18' ry='26' fill='%2375B875' opacity='0.8' transform='rotate(-35 45 175)'/%3E%3Cellipse cx='38' cy='190' rx='16' ry='24' fill='%2370B470' opacity='0.8' transform='rotate(-40 38 190)'/%3E%3Cellipse cx='32' cy='205' rx'18' ry='26' fill='%236BB06B' opacity='0.85' transform='rotate(-45 32 205)'/%3E%3Cellipse cx='55' cy='160' rx='20' ry='28' fill='%2380C080' opacity='0.8' transform='rotate(30 55 160)'/%3E%3Cellipse cx='62' cy='145' rx='18' ry='26' fill='%237BBB7B' opacity='0.75' transform='rotate(35 62 145)'/%3E%3Cellipse cx='70' cy='130' rx='16' ry='24' fill='%2376B676' opacity='0.75' transform='rotate(40 70 130)'/%3E%3C!-- Decorative coffee beans --%3E%3Cellipse cx='48' cy='165' r='4' fill='%23A0826D' opacity='0.85'/%3E%3Cellipse cx='42' cy'155' r='4' fill='%23A0826D' opacity='0.85'/%3E%3Cellipse cx='58' cy='148' r='4' fill='%23A0826D' opacity='0.85'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway 8s ease-in-out infinite}.partner-strip .container{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.2rem;text-align:center}.partner-strip__intro{margin:0;font-size:1.05rem;color:#2f2219bf;max-width:600px;margin:0 auto 1.5rem}.partner-logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:clamp(16px,3vw,24px);max-width:700px;margin:0 auto}.partner-logo-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:clamp(20px,3vw,28px);transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(138,191,138,.15)}.partner-logo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:#8abf8a4d}.partner-logo-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8abf8a26,#b47b5526);border-radius:50%;font-size:1.8rem;font-weight:700;color:var(--color-pistachio);border:2px solid rgba(138,191,138,.25)}.partner-logo-name{font-size:.9rem;font-weight:600;color:#2f2219bf;letter-spacing:.02em}.partner-strip__footnote{margin:1rem 0 0;font-size:.8rem;color:#2f221980;font-style:italic}.why-grid-wrapper{position:relative}.why-grid{position:relative;z-index:1}.why-card__icon{font-size:2.4rem;line-height:1;margin-bottom:.5rem}.why-connectors{position:absolute;top:50%;left:0;right:0;height:40px;transform:translateY(-50%);pointer-events:none;z-index:0}.connector-line{stroke:#b47b554d;stroke-width:2;stroke-linecap:round;fill:none;stroke-dasharray:4 4;animation:pulse-connector 3s ease-in-out infinite}.connector-line--2{animation-delay:1.5s}@keyframes pulse-connector{0%,to{opacity:.3;stroke-width:2}50%{opacity:.6;stroke-width:2.5}}.why-card:hover~.why-connectors .connector-line{stroke:var(--color-caramel);opacity:.8;animation:none}.gratitude-stories{position:relative;padding:var(--section-padding) var(--content-padding-inline);background:linear-gradient(135deg,#f2ede666,#f7fcf799,#f2ede666);overflow:hidden}.gratitude-stories:before{content:"";position:absolute;top:-5%;left:-3%;width:clamp(250px,30vw,420px);height:clamp(350px,40vh,600px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 280'%3E%3C!-- Fern-like leaves --%3E%3Cpath d='M25 270 Q20 230 30 190 Q35 170 48 150' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Leaflets left side --%3E%3Cellipse cx='32' cy='165' rx='20' ry='8' fill='%2375B875' opacity='0.8' transform='rotate(-55 32 165)'/%3E%3Cellipse cx='28' cy='180' rx='22' ry='9' fill='%2370B470' opacity='0.8' transform='rotate(-50 28 180)'/%3E%3Cellipse cx='26' cy='195' rx='24' ry='10' fill='%236BB06B' opacity='0.8' transform='rotate(-45 26 195)'/%3E%3Cellipse cx='24' cy='210' rx='26' ry='11' fill='%2366AA66' opacity='0.8' transform='rotate(-40 24 210)'/%3E%3Cellipse cx='23' cy='225' rx='28' ry='12' fill='%2361A561' opacity='0.8' transform='rotate(-35 23 225)'/%3E%3Cellipse cx='22' cy='240' rx='30' ry='13' fill='%235CA05C' opacity='0.85' transform='rotate(-30 22 240)'/%3E%3C!-- Leaflets right side --%3E%3Cellipse cx='42' cy='162' rx='20' ry='8' fill='%2380C080' opacity='0.8' transform='rotate(55 42 162)'/%3E%3Cellipse cx='40' cy='177' rx='22' ry='9' fill='%237BBB7B' opacity='0.8' transform='rotate(50 40 177)'/%3E%3Cellipse cx='38' cy='192' rx='24' ry='10' fill='%2376B676' opacity='0.8' transform='rotate(45 38 192)'/%3E%3Cellipse cx='36' cy='207' rx='26' ry='11' fill='%2371B171' opacity='0.8' transform='rotate(40 36 207)'/%3E%3Cellipse cx='34' cy='222' rx='28' ry='12' fill='%236CAC6C' opacity='0.8' transform='rotate(35 34 222)'/%3E%3Cellipse cx='32' cy='237' rx='30' ry='13' fill='%2367A767' opacity='0.85' transform='rotate(30 32 237)'/%3E%3C!-- Second fern branch --%3E%3Cpath d='M30 270 Q40 225 60 185 Q70 165 85 145' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3Cellipse cx='68' cy='158' rx='18' ry='8' fill='%2388CC88' opacity='0.75' transform='rotate(-60 68 158)'/%3E%3Cellipse cx='64' cy='172' rx='20' ry='9' fill='%2383C783' opacity='0.75' transform='rotate(-55 64 172)'/%3E%3Cellipse cx='60' cy='186' rx='22' ry='10' fill='%237EC27E' opacity='0.75' transform='rotate(-50 60 186)'/%3E%3Cellipse cx='56' cy='200' rx='24' ry='11' fill='%2379BD79' opacity='0.75' transform='rotate(-45 56 200)'/%3E%3Cellipse cx='85' cy='155' rx='18' ry='8' fill='%2390D090' opacity='0.75' transform='rotate(60 85 155)'/%3E%3Cellipse cx='82' cy='169' rx='20' ry='9' fill='%238BCB8B' opacity='0.75' transform='rotate(55 82 169)'/%3E%3Cellipse cx='78' cy='183' rx='22' ry='10' fill='%2386C686' opacity='0.75' transform='rotate(50 78 183)'/%3E%3Cellipse cx='74' cy='197' rx='24' ry='11' fill='%2381C181' opacity='0.75' transform='rotate(45 74 197)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.75;z-index:0;animation:gentle-sway 7s ease-in-out infinite}.gratitude-stories:after{content:"";position:absolute;bottom:-8%;right:-2%;width:clamp(280px,32vw,450px);height:clamp(380px,42vh,620px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 290'%3E%3C!-- Palm-like fronds --%3E%3Cpath d='M185 280 Q180 240 170 200 Q165 180 150 160' fill='none' stroke='%2365A765' stroke-width='5'/%3E%3C!-- Frond segments --%3E%3Cpath d='M155 172 L135 168 L155 168 L140 164 L155 164 L145 160' fill='none' stroke='%2375B875' stroke-width='3' stroke-linecap='round'/%3E%3Cellipse cx='138' cy='170' rx='25' ry='12' fill='%2375B875' opacity='0.8' transform='rotate(-15 138 170)'/%3E%3Cellipse cx='148' cy='190' rx='28' ry='14' fill='%2370B470' opacity='0.8' transform='rotate(-10 148 190)'/%3E%3Cellipse cx='158' cy='210' rx='32' ry='16' fill='%236BB06B' opacity='0.85' transform='rotate(-5 158 210)'/%3E%3Cellipse cx='168' cy='230' rx='35' ry='18' fill='%2366AA66' opacity='0.85' transform='rotate(0 168 230)'/%3E%3Cellipse cx='175' cy='250' rx='38' ry='20' fill='%2361A561' opacity='0.9' transform='rotate(5 175 250)'/%3E%3C!-- Right side fronds --%3E%3Cellipse cx='162' cy='175' rx='26' ry='12' fill='%2380C080' opacity='0.8' transform='rotate(20 162 175)'/%3E%3Cellipse cx='170' cy='195' rx='30' ry='14' fill='%237BBB7B' opacity='0.8' transform='rotate(15 170 195)'/%3E%3Cellipse cx='178' cy='215' rx='33' ry='16' fill='%2376B676' opacity='0.85' transform='rotate(10 178 215)'/%3E%3Cellipse cx='183' cy='235' rx='36' ry='18' fill='%2371B171' opacity='0.85' transform='rotate(5 183 235)'/%3E%3Cellipse cx='188' cy='255' rx='39' ry='20' fill='%236CAC6C' opacity='0.9' transform='rotate(0 188 255)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.75;z-index:0;animation:gentle-sway-reverse 8s ease-in-out infinite}.gratitude-stories__background{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.4}.ripple-ring{position:absolute;border:1px solid rgba(180,123,85,.2);border-radius:50%;animation:expand-ripple 8s ease-out infinite}.ripple-ring--2{width:200px;height:200px;animation-delay:2.6s}.ripple-ring--3{width:200px;height:200px;animation-delay:5.2s}@keyframes expand-ripple{0%{transform:scale(1);opacity:.6}to{transform:scale(5);opacity:0}}.gratitude-stories header{text-align:center;margin-bottom:clamp(32px,5vw,48px)}.gratitude-stories h2{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);margin:.6rem 0 0}.gratitude-stories__subtitle{margin:1rem auto 0;font-size:1.05rem;color:#2f2219bf;max-width:600px}.gratitude-carousel{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(138,191,138,.3) transparent;padding-bottom:1rem}.gratitude-carousel::-webkit-scrollbar{height:8px}.gratitude-carousel::-webkit-scrollbar-track{background:#8abf8a1a;border-radius:4px}.gratitude-carousel::-webkit-scrollbar-thumb{background:#8abf8a4d;border-radius:4px}.gratitude-carousel::-webkit-scrollbar-thumb:hover{background:#8abf8a80}.gratitude-carousel__track{display:flex;gap:clamp(20px,3vw,28px);padding:0 2px}.gratitude-story-card{flex:0 0 auto;width:clamp(320px,40vw,400px);padding:clamp(24px,3.5vw,32px);display:flex;flex-direction:column;gap:1.25rem;border:1px solid rgba(138,191,138,.15);transition:transform .2s ease,box-shadow .2s ease}.gratitude-story-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:#8abf8a4d}.gratitude-story-card__people{display:flex;align-items:center;gap:1rem}.gratitude-person{display:flex;align-items:center;gap:.75rem;flex:1}.gratitude-person__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.9);box-shadow:0 4px 12px #2f221926}.gratitude-person--mentee .gratitude-person__avatar{border-color:#8abf8a80}.gratitude-person--mentor .gratitude-person__avatar{border-color:#b47b5580}.gratitude-person__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.gratitude-person__name{font-size:.9rem;font-weight:600;color:var(--color-espresso);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gratitude-person__role{font-size:.8rem;color:#2f2219a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gratitude-arrow{color:var(--color-pistachio);font-size:1.2rem;font-weight:600;flex-shrink:0}.gratitude-story-card__message{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219d9;font-style:italic;border-left:3px solid rgba(138,191,138,.3);padding-left:1rem}.gratitude-story-card__impact{display:inline-flex;align-items:center;align-self:flex-start;padding:.4rem 1rem;background:#8abf8a1f;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;color:var(--color-pistachio);letter-spacing:.02em;border:1px solid rgba(138,191,138,.2)}@media(max-width:920px){.why-connectors{display:none}.proof-metrics{grid-template-columns:1fr;gap:clamp(24px,6vw,40px)}}@media(max-width:640px){.ripple-card{width:clamp(260px,80vw,320px)}.proof-metric__ring{width:100px;height:100px}}@media(prefers-reduced-motion:reduce){.connector-line,.proof-metric__ring,.ripple-ring{animation:none}}.org-section{position:relative;padding:clamp(80px,10vw,120px) 0;background:linear-gradient(135deg,#f7f2ed66,#f2e4d833);overflow:hidden}.org-section:before{content:"";position:absolute;top:10%;left:-3%;width:clamp(190px,24vw,350px);height:clamp(260px,32vh,480px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 250'%3E%3C!-- Mixed botanical elements --%3E%3Cpath d='M25 240 Q30 205 42 170 Q50 150 65 130' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Coffee plant leaves --%3E%3Cellipse cx='48' cy'155' rx='28' ry'42' fill='%2375B875' opacity='0.8' transform='rotate(-30 48 155)'/%3E%3Cellipse cx='43' cy'185' rx='30' ry'44' fill='%2370B470' opacity='0.85' transform='rotate(-25 43 185)'/%3E%3Cellipse cx='40' cy'215' rx='32' ry'46' fill='%236BB06B' opacity='0.9' transform='rotate(-20 40 215)'/%3E%3C!-- Decorative ivy leaves --%3E%3Cpath d='M55 170 Q47 170 42 177 Q37 184 42 190 Q45 192 49 190 L52 185 L55 190 Q59 192 62 190 Q67 184 62 177 Q57 170 49 170 Q52 172 55 170 Z' fill='%2380C080' opacity='0.8'/%3E%3Cpath d='M50 200 Q42 200 37 207 Q32 214 37 220 Q40 222 44 220 L47 215 L50 220 Q54 222 57 220 Q62 214 57 207 Q52 200 44 200 Q47 202 50 200 Z' fill='%237BBB7B' opacity='0.85'/%3E%3C!-- Coffee cherries --%3E%3Ccircle cx='53' cy'168' r='6' fill='%23C65D5D' opacity='0.9'/%3E%3Ccircle cx='47' cy'176' r='5' fill='%23D67070' opacity='0.9'/%3E%3Ccircle cx='58' cy'180' r='6' fill='%23C65D5D' opacity='0.9'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.7;z-index:0;animation:gentle-sway 8s ease-in-out infinite}.org-section:after{content:"";position:absolute;bottom:5%;right:-2%;width:clamp(200px,25vw,360px);height:clamp(270px,33vh,490px);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 260'%3E%3C!-- Palm-like fronds --%3E%3Cpath d='M165 250 Q160 215 150 180 Q145 160 135 140' fill='none' stroke='%2365A765' stroke-width='4'/%3E%3C!-- Frond leaflets --%3E%3Cellipse cx='142' cy'155' rx='26' ry'14' fill='%2375B875' opacity='0.8' transform='rotate(-15 142 155)'/%3E%3Cellipse cx='148' cy'175' rx='28' ry'15' fill='%2370B470' opacity='0.85' transform='rotate(-10 148 175)'/%3E%3Cellipse cx='155' cy'195' rx='30' ry'16' fill='%236BB06B' opacity='0.85' transform='rotate(-5 155 195)'/%3E%3Cellipse cx='160' cy'215' rx='32' ry'17' fill='%2366AA66' opacity='0.9' transform='rotate(0 160 215)'/%3E%3C!-- Right side fronds --%3E%3Cellipse cx='152' cy'165' rx='24' ry'13' fill='%2380C080' opacity='0.8' transform='rotate(20 152 165)'/%3E%3Cellipse cx='158' cy'185' rx='26' ry'14' fill='%237BBB7B' opacity='0.85' transform='rotate(15 158 185)'/%3E%3Cellipse cx='163' cy'205' rx='28' ry'15' fill='%2376B676' opacity='0.85' transform='rotate(10 163 205)'/%3E%3Cellipse cx='167' cy'225' rx='30' ry'16' fill='%2371B171' opacity='0.9' transform='rotate(5 167 225)'/%3E%3C/svg%3E") no-repeat;background-size:contain;pointer-events:none;opacity:.72;z-index:0;animation:gentle-sway-reverse 9s ease-in-out infinite}.org-section__rings{position:absolute;top:10%;right:5%;width:clamp(200px,30vw,320px);height:clamp(200px,30vw,320px);pointer-events:none}.cluster-ring{position:absolute;border:2px solid rgba(138,191,138,.3);border-radius:50%;animation:pulse-cluster 5s ease-in-out infinite}.cluster-ring--1{width:80px;height:80px;top:20%;left:25%;animation-delay:0s}.cluster-ring--2{width:100px;height:100px;top:40%;right:30%;animation-delay:1.5s}.cluster-ring--3{width:70px;height:70px;bottom:25%;left:45%;animation-delay:3s}@keyframes pulse-cluster{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.15);opacity:.8}}.org-section .container{position:relative;z-index:1}.org-section__header{text-align:center;max-width:800px;margin:0 auto clamp(48px,6vw,72px)}.org-section__header h2{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.4rem);line-height:var(--line-tight);margin:0 0 1.2rem;color:var(--color-espresso)}.org-section__subtitle{font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:var(--line-relaxed);margin:0;color:#2f2219bf}.org-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(24px,4vw,32px);margin-bottom:clamp(48px,6vw,64px)}.org-benefit-card{padding:clamp(28px,4vw,36px);display:grid;gap:1rem;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(138,191,138,.15)}.org-benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:#8abf8a4d}.org-benefit-card__icon{font-size:2.4rem;line-height:1}.org-benefit-card h3{margin:0;font-size:1.35rem;font-weight:600;color:var(--color-espresso)}.org-benefit-card p{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-section__use-cases{max-width:900px;margin:0 auto clamp(48px,6vw,64px);text-align:center}.org-section__use-cases h3{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 clamp(28px,4vw,40px);color:var(--color-espresso)}.org-use-cases-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(20px,3vw,28px)}.org-use-case{display:grid;gap:.5rem;padding:clamp(20px,3vw,28px);background:#ffffff80;border:1px solid rgba(138,191,138,.15);border-radius:var(--radius-md);transition:all .2s ease;text-align:left}.org-use-case:hover{background:#ffffffbf;border-color:#8abf8a4d;transform:translateY(-2px)}.org-use-case strong{display:block;font-size:1.1rem;color:var(--color-pistachio);font-weight:600}.org-use-case span{display:block;font-size:.95rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-section__container{max-width:1400px;margin:0 auto;padding:0 var(--content-padding-inline)}.org-section__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,8vw,96px);align-items:start;margin-bottom:clamp(56px,7vw,80px)}@media(max-width:968px){.org-section__layout{grid-template-columns:1fr;gap:clamp(32px,6vw,48px)}.org-section__visual{order:-1}}.org-section__content{position:relative;z-index:1}.org-section__text{display:grid;gap:clamp(24px,3vw,32px)}.org-section__text h2{font-family:var(--font-display);font-size:clamp(2.6rem,4.5vw,3.8rem);line-height:var(--line-tight);margin:0;color:var(--color-espresso)}.org-section__lead{font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:var(--line-relaxed);color:#2f2219bf;margin:0}.org-section__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:clamp(20px,3vw,32px);padding:clamp(24px,3vw,32px) 0;border-top:1px solid rgba(138,191,138,.2);border-bottom:1px solid rgba(138,191,138,.2)}.org-stat{display:grid;gap:.5rem}.org-stat__value{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3rem);line-height:var(--line-tight);color:var(--color-pistachio);font-weight:700}.org-stat__label{font-size:.9rem;line-height:var(--line-relaxed);color:#2f2219b3}.org-section__use-cases{display:grid;gap:.75rem}.org-use-cases-intro{margin:0;font-size:.95rem;font-weight:500;color:#2f221999;text-transform:uppercase;letter-spacing:.05em}.org-use-cases-list{font-size:clamp(1rem,1.2vw,1.1rem);line-height:var(--line-relaxed);color:#2f2219bf}.org-use-case{font-weight:500}.org-section__visual{position:relative}.org-visual-card{margin:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium);position:relative}.org-visual-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8abf8a1a,#b47b550d);pointer-events:none;z-index:1}.org-visual-card img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 3}.org-categories-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:clamp(40px,5vw,64px);align-items:start}.org-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.5vw,28px)}.org-category-card{background:#fff;border:1px solid rgba(47,34,25,.06);border-radius:var(--radius-md);padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;gap:clamp(12px,1.5vw,16px);transition:all .25s cubic-bezier(.4,0,.2,1)}.org-category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);border-color:#2f22191f;background:#fff}.org-category-card__title{margin:0;font-family:var(--font-display);font-size:clamp(1.2rem,1.6vw,1.4rem);line-height:var(--line-tight);color:var(--color-pistachio);font-weight:600}.org-category-card__description{margin:0;font-size:clamp(.875rem,1vw,.95rem);line-height:var(--line-relaxed);color:#2f2219b3;flex-grow:1}.org-category-card__logos{display:flex;gap:clamp(12px,1.5vw,16px);flex-wrap:wrap;margin-top:clamp(8px,1vw,12px);padding-top:clamp(12px,1.5vw,16px);border-top:1px solid rgba(138,191,138,.15)}.org-category-logo{height:clamp(32px,4vw,40px);display:flex;align-items:center}.org-category-logo img{height:100%;width:auto;max-width:clamp(80px,10vw,120px);object-fit:contain;filter:none;opacity:1;transition:transform .18s ease}.org-category-card:hover .org-category-logo img{transform:translateY(-1px)}.org-section__cta{display:flex;flex-direction:column;gap:clamp(16px,2vw,24px);padding:clamp(32px,4vw,48px);background:#ffffff80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(138,191,138,.2);border-radius:var(--radius-lg);align-self:start;position:sticky;top:100px}.org-section__cta h3{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,2.2vw,1.85rem);line-height:var(--line-tight);color:var(--color-espresso)}.org-section__cta p{margin:0;font-size:clamp(.9rem,1.1vw,1rem);line-height:var(--line-relaxed);color:#2f2219bf}@media(max-width:968px){.org-categories-wrapper{grid-template-columns:1fr;gap:clamp(32px,4vw,48px)}.org-section__cta{order:-1;text-align:center;align-items:center;position:static}}@media(max-width:640px){.org-categories-grid{grid-template-columns:1fr}}.manifesto-section{position:relative;padding:clamp(80px,12vw,140px) var(--content-padding-inline);background:linear-gradient(135deg,#f2ede680,#f7fcf7b3,#f2ede680);overflow:hidden}.manifesto-section .container{max-width:800px;margin:0 auto;position:relative;z-index:1}.manifesto-quote{margin:0 0 clamp(2rem,4vw,3rem);padding:0 0 0 clamp(1.25rem,2.5vw,2rem);border-left:4px solid var(--color-pistachio)}.manifesto-lead{font-family:var(--font-display);font-size:clamp(1rem,1.5vw,1.2rem);line-height:var(--line-tight);margin:0 0 .75rem;color:#2f221999;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.manifesto-statement{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);line-height:var(--line-snug);margin:0;font-weight:600;font-style:italic;background:linear-gradient(135deg,var(--color-pistachio),var(--color-caramel));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.manifesto-body{margin:0;font-size:clamp(1.05rem,1.7vw,1.2rem);line-height:var(--line-relaxed);color:#2f2219bf;text-align:left}@media(max-width:920px){.org-section__grid,.org-use-cases-row{grid-template-columns:1fr}.org-section__rings{top:5%;right:-10%;width:200px;height:200px;opacity:.5}}@media(prefers-reduced-motion:reduce){.cluster-ring{animation:none}}.who-uses{padding:clamp(1.25rem,3vw,2.25rem) 0 clamp(3rem,8vw,5rem);background:linear-gradient(180deg,var(--color-cream) 0%,var(--color-sand) 100%);position:relative;overflow:hidden}.who-uses__header{text-align:left;margin-bottom:clamp(3rem,6vw,4rem);max-width:700px}.who-uses__header .eyebrow,.who-uses__header h2{text-align:left}.who-uses__subtitle{font-size:clamp(1.1rem,1.8vw,1.25rem);line-height:var(--line-relaxed);color:#2f2219b3;max-width:600px;margin:1.5rem 0 0;text-align:left}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(1.5rem,3vw,2rem);margin-top:3rem}.persona-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.persona-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #8abf8a33}.persona-card__image-wrapper{width:100%;height:240px;overflow:hidden;background:var(--color-sand);position:relative}.persona-card__image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(247,242,237,.4),transparent);pointer-events:none}.persona-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.persona-card:hover .persona-card__image{transform:scale(1.05)}.persona-card__content{padding:clamp(1.5rem,2.5vw,2rem);background:#fffffff2}.persona-card__connection{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:var(--line-snug);margin-bottom:.875rem;color:var(--color-espresso)}.persona-card__connection strong{font-weight:600;color:var(--color-pistachio-dark)}.persona-card__arrow{color:var(--color-caramel);font-size:1.2em;flex-shrink:0}.persona-card__outcome{font-size:clamp(.95rem,1.4vw,1.05rem);line-height:var(--line-relaxed);margin:0;color:#2f2219b3}.how__video{margin-top:clamp(4rem,8vw,6rem);display:flex;justify-content:center}.how__video-wrapper{position:relative;width:100%;max-width:800px;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #2f221926}.how__video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.how__examples{margin-top:clamp(4rem,8vw,6rem)}.how__examples-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.how__examples-header h3{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:var(--color-espresso);margin:0 0 1rem;line-height:var(--line-tight)}.how__examples-header p{font-size:clamp(1.05rem,1.7vw,1.2rem);line-height:var(--line-relaxed);color:#2f2219b3;margin:0 auto;max-width:700px}.how__examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:clamp(2rem,4vw,3rem)}.feature-example{display:flex;flex-direction:column;padding:clamp(1.5rem,3vw,2rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffffff2,#f7f2ede6)}.feature-example__header{margin-bottom:1.5rem}.feature-example__badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,var(--color-pistachio),var(--color-pistachio-light));color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:1rem}.feature-example__header h4{font-family:var(--font-display);font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:700;color:var(--color-espresso);margin:0 0 .5rem;line-height:var(--line-tight)}.feature-example__header p{font-size:clamp(.95rem,1.4vw,1.05rem);line-height:var(--line-relaxed);color:#2f2219b3;margin:0}.feature-example__image{border-radius:var(--radius-md);overflow:hidden;background:var(--color-sand);flex-grow:1;display:flex;align-items:center;justify-content:center}.feature-example__image img{width:100%;height:auto;display:block;object-fit:contain}.feature-example__placeholder{background:linear-gradient(135deg,var(--color-sand),var(--color-cream));border:2px dashed rgba(138,191,138,.3);border-radius:var(--radius-md);min-height:350px;display:flex;align-items:center;justify-content:center;padding:2rem;flex-grow:1}.placeholder-text{text-align:center}.placeholder-text p{margin:0 0 .75rem;font-size:clamp(1.1rem,1.8vw,1.3rem);color:#2f221980}.placeholder-caption{font-size:clamp(.9rem,1.3vw,1rem)!important;color:#2f221966!important;font-style:italic}@media(max-width:768px){.how__examples-grid{grid-template-columns:1fr}.feature-example__placeholder{min-height:300px}}@media(max-width:640px){.persona-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}}@media(max-width:480px){.persona-card__image-wrapper{height:200px}}.case-studies-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,4vw,3rem);margin-top:clamp(2rem,4vw,3rem);align-items:start;grid-auto-rows:min-content}.case-studies-grid>:nth-child(1),.case-studies-grid>:nth-child(2){grid-column:1}.case-studies-grid>:nth-child(3){grid-column:2;grid-row:1 / span 2;align-self:stretch;display:flex;flex-direction:column}@media(max-width:768px){.case-studies-grid{grid-template-columns:1fr}.case-studies-grid>:nth-child(3){grid-column:1;grid-row:auto}}.case-study-card{background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3vw,2.5rem) clamp(2.5rem,2vw,1.5rem);border:1px solid rgba(138,191,138,.2);transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:space-between}.case-study-card:hover{border-color:#8abf8a66;box-shadow:0 8px 24px #8abf8a26}.case-study-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-bottom:0}.case-study-flow>div{display:flex;align-items:center}.connection-segment{display:flex;flex-direction:column;align-items:center;padding:0 clamp(.75rem,2vw,1.25rem);position:relative}.connection-line{width:clamp(60px,12vw,100px);height:2px;background:linear-gradient(90deg,var(--color-pistachio),var(--color-caramel));position:relative;margin-bottom:.5rem}.connection-line:after{content:"→";position:absolute;right:-8px;top:50%;transform:translateY(-50%);color:var(--color-caramel);font-size:14px;font-weight:700}.connection-topic{font-size:clamp(.7rem,1.2vw,.85rem);color:var(--color-espresso);text-align:center;max-width:clamp(80px,15vw,120px);line-height:1.2;font-weight:500;font-style:italic;opacity:.85}.person-bubble{display:flex;flex-direction:column;align-items:center;gap:.5rem}.person-avatar{width:clamp(50px,10vw,70px);height:clamp(50px,10vw,70px);border-radius:50%;border:2px solid var(--color-pistachio);object-fit:cover;background:var(--color-foam);transition:transform .3s ease,box-shadow .3s ease}.case-study-card:hover .person-avatar{transform:scale(1.05);box-shadow:0 4px 12px #8abf8a4d}.person-role{font-size:clamp(.75rem,1.3vw,.9rem);font-weight:600;color:var(--color-espresso);text-align:center;max-width:clamp(70px,12vw,100px);line-height:1.2}.case-study-description{font-size:clamp(.9rem,1.5vw,1.05rem);line-height:var(--line-relaxed);color:#2f2219bf;text-align:center;margin:0 0 .65rem;font-style:italic}@media(max-width:640px){.case-study-flow{flex-direction:column;gap:1rem}.connection-segment{transform:rotate(90deg);margin:.5rem 0}.connection-line{width:40px}.connection-topic{transform:rotate(-90deg);white-space:nowrap;font-size:.7rem}}.case-study-card--hub{padding:clamp(2rem,3.5vw,3rem) clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,2.5vw,2rem)}.hub-layout{display:flex;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);margin-bottom:0;justify-content:center;flex:1}.hub-center{flex-shrink:0;position:relative}.person-bubble--hub .person-avatar{width:clamp(65px,13vw,85px);height:clamp(65px,13vw,85px);border-width:3px;border-color:var(--color-caramel);box-shadow:0 4px 16px #b47b5540}.hub-spokes{display:grid;grid-template-rows:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem)}.spoke-item{display:grid;grid-template-columns:minmax(120px,160px) auto;align-items:center;gap:0}.spoke-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(.5rem,1.5vw,1rem)}.spoke-line{width:100%;height:2px;background:linear-gradient(90deg,var(--color-pistachio) 0%,var(--color-caramel) 100%);position:relative;margin-bottom:.35rem}.spoke-line:after{content:"→";position:absolute;right:-6px;top:50%;transform:translateY(-50%);color:var(--color-caramel);font-size:12px;font-weight:700}.spoke-topic{font-size:clamp(.65rem,1.1vw,.8rem);color:var(--color-espresso);text-align:center;line-height:1.15;font-weight:500;font-style:italic;opacity:.85}.spoke-item .person-bubble{justify-self:start}@media(max-width:768px){.hub-layout{flex-direction:column;gap:1.5rem}.hub-spokes{width:100%;align-items:center}.spoke-connector{min-width:60px}.spoke-topic{font-size:.65rem}}@media(max-width:640px){.spoke-item{flex-direction:column;gap:.75rem}.spoke-connector{transform:rotate(90deg);min-width:50px}.spoke-line:after{content:"↓"}.spoke-topic{transform:rotate(-90deg);font-size:.6rem;white-space:nowrap}}@media(prefers-reduced-motion:reduce){.case-study-card,.person-avatar{transition:none}}.why-join-section{position:relative;background:linear-gradient(135deg,#f7fcf7cc,#8abf8a14,#f7fcf7cc);padding:clamp(2.5rem,6vw,4rem) var(--content-padding-inline) clamp(4rem,10vw,7rem);overflow:hidden}.why-join-layout{display:grid;grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);gap:clamp(3rem,6vw,5rem);align-items:center}.why-join-section__header{text-align:left;position:sticky;top:clamp(2rem,4vw,3rem)}.why-join-section__header h2{font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:var(--line-snug);color:var(--color-espresso);font-weight:600;font-style:italic;margin:0}.why-join-reasons{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem)}.why-join-reason{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.5rem,3vw,2rem);align-items:start;padding:clamp(1.75rem,3.5vw,2.5rem);background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);border:1px solid rgba(138,191,138,.15);transition:all .3s ease}.why-join-reason:hover{border-color:#8abf8a59;box-shadow:0 8px 24px #8abf8a1f;transform:translateY(-4px)}.why-join-reason__icon{font-size:clamp(2.5rem,4vw,3rem);line-height:1;filter:grayscale(15%);flex-shrink:0}.why-join-reason__content h3{font-size:clamp(1.2rem,2vw,1.4rem);font-weight:600;color:var(--color-espresso);margin:0 0 .5rem;line-height:var(--line-snug)}.why-join-reason__content p{font-size:clamp(1rem,1.6vw,1.15rem);line-height:var(--line-relaxed);color:#2f2219bf;margin:0}@media(max-width:920px){.why-join-layout{grid-template-columns:1fr;gap:2.5rem}.why-join-section__header{position:static;text-align:center}.why-join-reasons{gap:1.5rem}}@media(max-width:640px){.why-join-reason{grid-template-columns:1fr;gap:1rem;text-align:center}.why-join-reason__icon{font-size:3rem;margin:0 auto}}@media(prefers-reduced-motion:reduce){.why-join-reason{transition:none}.why-join-reason:hover{transform:none}}.pricing-section{position:relative;background:linear-gradient(180deg,rgba(247,252,247,.6) 0%,var(--color-crema) 50%,rgba(247,252,247,.6) 100%);padding:clamp(3rem,8vw,5rem) var(--content-padding-inline)}.pricing-section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.pricing-section__header h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:var(--line-tight);margin:.75rem 0 1rem;color:var(--color-text)}.pricing-section__subtitle{font-size:clamp(1rem,1.3vw,1.15rem);line-height:var(--line-relaxed);color:#2f2219b3;margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(16px,3vw,32px);margin-bottom:clamp(24px,5vw,48px)}.pricing-section__cta{display:flex;justify-content:center;margin-top:2.5rem}.pricing-section__cta-card{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;padding:clamp(1.25rem,4vw,1.75rem);border-radius:var(--radius-lg);width:min(720px,100%);border:1px solid rgba(47,34,25,.08);box-shadow:var(--shadow-soft)}.pricing-section__cta-card h3{margin:0;font-size:1.35rem}.pricing-section__cta-copy{margin:.35rem 0 0;color:#2f2219b8;line-height:var(--line-relaxed)}.pricing-card{margin:0;padding:clamp(2rem,3.5vw,2.75rem) clamp(1.75rem,3.5vw,2.5rem);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;border:2px solid rgba(138,191,138,.25);background:#fff;box-shadow:var(--shadow-soft)}.pricing-card:hover{border-color:#8abf8a73;box-shadow:0 12px 32px #8abf8a2e}.pricing-card__hero{text-align:center;padding-bottom:1.5rem;border-bottom:2px solid rgba(138,191,138,.2)}.pricing-card h3{margin:0;font-size:1.35rem}.pricing-card p{margin:0;color:#2f2219bf;line-height:var(--line-relaxed)}.pricing-card__amount{font-family:var(--font-display);font-size:clamp(3rem,5.5vw,4rem);font-weight:700;color:var(--color-pistachio);line-height:1.1;margin-bottom:.4rem}.pricing-card__period{font-size:clamp(.95rem,1.2vw,1.1rem);color:#2f2219a6;font-weight:500}.pricing-card__details{display:flex;flex-direction:column;gap:1.5rem}.pricing-detail{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start}.pricing-detail__icon{font-size:2rem;line-height:1;filter:grayscale(20%)}.pricing-detail__content strong{display:block;font-size:clamp(1rem,1.2vw,1.1rem);font-weight:600;color:var(--color-espresso);margin-bottom:.35rem}.pricing-detail__content p{font-size:clamp(.9rem,1.1vw,1rem);line-height:var(--line-relaxed);color:#2f2219b3;margin:0}.pricing-card__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.pricing-card__features li{position:relative;padding-left:1.75rem;font-size:.95rem;line-height:1.6;color:#2f2219cc}.pricing-card__features li:before{content:"✓";position:absolute;left:0;color:var(--color-pistachio);font-weight:700;font-size:1.15rem}.pricing-note{text-align:center;font-size:.95rem;color:#2f2219b3}.pricing-card--individuals{background:linear-gradient(180deg,#fffffff2,#fff7f0f2);border-color:#b47b554d}.pricing-card--organizations{background:linear-gradient(180deg,#f7fcf7f2,#fffffff2);border-color:#8abf8a59}.pricing-card--schools{background:linear-gradient(180deg,#f0fff7f2,#fffffff2);border-color:#83b7d359}@media(max-width:640px){.pricing-card__details{gap:2rem}.pricing-detail{grid-template-columns:1fr;gap:.5rem;text-align:center}.pricing-detail__icon{font-size:2.5rem}}@media(prefers-reduced-motion:reduce){.pricing-card{transition:none}.pricing-card:hover{transform:none}}.organizations-landing{width:100%;overflow-x:hidden;display:flex;flex-direction:column;gap:0}.org-hero{position:relative;padding:clamp(80px,10vw,140px) 0 var(--section-padding);background:linear-gradient(180deg,#ffffffeb,#f7fbf7e6 40%,#fff7f0d9);overflow:hidden}.org-hero:before{content:"";position:absolute;bottom:-5%;left:-3%;width:clamp(280px,32vw,480px);height:clamp(360px,42vh,620px);background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 170 230"><path d="M140 220 Q135 185 125 150 Q120 130 105 110" fill="none" stroke="%2365A765" stroke-width="5"/><ellipse cx="115" cy="125" rx="28" ry="42" fill="%2375B875" opacity="0.95" transform="rotate(30 115 125)"/><ellipse cx="122" cy="155" rx="32" ry="46" fill="%2370B470" opacity="0.95" transform="rotate(25 122 155)"/><ellipse cx="130" cy="185" rx="35" ry="50" fill="%236BB06B" opacity="1" transform="rotate(20 130 185)"/><ellipse cx="108" cy="140" rx="24" ry="36" fill="%2380C080" opacity="0.9" transform="rotate(-25 108 140)"/><ellipse cx="115" cy="170" rx="26" ry="38" fill="%237BBB7B" opacity="0.95" transform="rotate(-20 115 170)"/><circle cx="118" cy="138" r="8" fill="%23C65D5D" opacity="1"/><circle cx="125" cy="145" r="7" fill="%23D67070" opacity="1"/><circle cx="112" cy="148" r="8" fill="%23C65D5D" opacity="1"/></svg>');background-repeat:no-repeat;background-size:contain;pointer-events:none;opacity:.85;z-index:0;animation:gentle-sway 8s ease-in-out infinite}.org-hero:after{content:"";position:absolute;top:8%;right:-2%;width:clamp(240px,28vw,420px);height:clamp(320px,38vh,560px);background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190 260"><path d="M165 250 Q160 215 150 180 Q145 160 135 140" fill="none" stroke="%2365A765" stroke-width="5"/><ellipse cx="142" cy="155" rx="26" ry="14" fill="%2375B875" opacity="0.95" transform="rotate(-15 142 155)"/><ellipse cx="148" cy="175" rx="28" ry="15" fill="%2370B470" opacity="0.95" transform="rotate(-10 148 175)"/><ellipse cx="155" cy="195" rx="30" ry="16" fill="%236BB06B" opacity="0.95" transform="rotate(-5 155 195)"/><ellipse cx="160" cy="215" rx="32" ry="17" fill="%2366AA66" opacity="1" transform="rotate(0 160 215)"/><ellipse cx="152" cy="165" rx="24" ry="13" fill="%2380C080" opacity="0.9" transform="rotate(20 152 165)"/><ellipse cx="158" cy="185" rx="26" ry="14" fill="%237BBB7B" opacity="0.95" transform="rotate(15 158 185)"/><ellipse cx="163" cy="205" rx="28" ry="15" fill="%2376B676" opacity="0.95" transform="rotate(10 163 205)"/></svg>');background-repeat:no-repeat;background-size:contain;pointer-events:none;opacity:.8;z-index:0;animation:gentle-sway-reverse 9s ease-in-out infinite}@keyframes gentle-sway-reverse{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes gentle-sway{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}.org-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(180,123,85,.08),transparent 50%),radial-gradient(circle at 80% 70%,rgba(138,191,138,.06),transparent 50%);pointer-events:none}.org-hero-content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:clamp(40px,8vw,80px)}.org-hero-copy h1{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.8rem);line-height:var(--line-tight);margin:0 0 1.4rem;color:var(--color-espresso)}.org-hero-subtitle{margin:0 0 2.4rem;font-size:clamp(1.15rem,2vw,1.4rem);line-height:var(--line-relaxed);color:#2f2219cc}.org-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.org-hero-tagline{margin:0;font-size:1rem;font-style:italic;color:#2f221999}.org-hero-visual{position:relative;height:clamp(320px,40vw,520px);display:flex;align-items:center;justify-content:center}.org-hero-image{margin:0;width:100%;height:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-large);position:relative}.org-hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8abf8a1a,#b47b550d);pointer-events:none;z-index:1}.org-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.org-step-icon{width:clamp(48px,6vw,64px);height:clamp(48px,6vw,64px);color:var(--color-pistachio);display:flex;align-items:center;justify-content:center}.org-step-icon svg{width:100%;height:100%}.org-problem{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:linear-gradient(180deg,#f7f2ed4d,#fff)}.org-problem-content{display:grid;gap:clamp(24px,3vw,32px)}.org-problem-content-two-col{display:grid;grid-template-columns:340px 1fr;gap:clamp(32px,5vw,56px);align-items:start}.org-problem-header-col{position:sticky;top:120px}.org-problem-header-col .eyebrow{display:block;margin-bottom:.8rem}.org-problem-header-col h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);line-height:var(--line-tight);margin:0;color:var(--color-espresso)}@media(max-width:968px){.org-problem-content-two-col{grid-template-columns:1fr;gap:clamp(24px,4vw,32px)}.org-problem-header-col{position:static;text-align:center}.org-problem-header-col h2{font-size:clamp(2rem,3.5vw,2.8rem)}}.org-problem header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-problem-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(48px,6vw,80px);align-items:center}.org-problem-copy{display:grid;gap:1.5rem}.org-problem-scenarios-stacked{display:grid;gap:2rem}.org-problem-row-new{display:grid;grid-template-columns:180px 1fr;gap:1.5rem;align-items:center}.org-problem-row-new--reverse{grid-template-columns:1fr 180px}.org-problem-row-new--reverse .org-problem-visual-small{order:2}.org-problem-row-new--reverse .org-problem-card-small{order:1}.org-problem-visual-small{width:180px;height:auto;flex-shrink:0}.org-problem-visual-small svg{width:100%;height:auto}.org-problem-card-small{padding:clamp(24px,3.5vw,32px)}.org-problem-card-small h3{font-family:var(--font-display);font-size:1.4rem;margin:0 0 .6rem;color:var(--color-espresso)}.org-problem-card-small p{font-size:.95rem;line-height:1.5;color:#2f2219bf;margin:0}@media(max-width:768px){.org-problem-row-new,.org-problem-row-new--reverse{grid-template-columns:1fr;gap:1rem;justify-items:center}.org-problem-row-new--reverse .org-problem-visual-small,.org-problem-row-new--reverse .org-problem-card-small{order:initial}.org-problem-visual-small{width:150px}.org-problem-card-small{text-align:center;max-width:100%}}.org-problem-lead{font-size:1.2rem;line-height:var(--line-relaxed);color:#2f2219d9;margin:0 0 2rem;text-align:center;max-width:650px;margin-left:auto;margin-right:auto}.org-problem-row{display:grid;grid-template-columns:160px 1fr;gap:2rem;align-items:center;padding:clamp(24px,3.5vw,32px)}.org-problem-row--reverse{grid-template-columns:1fr 160px}.org-problem-row--reverse .org-problem-visual-small{order:2}.org-problem-row--reverse .org-problem-copy-small{order:1}.org-problem-copy-small h3{font-family:var(--font-display);font-size:1.35rem;margin:0 0 .5rem;color:var(--color-espresso)}.org-problem-copy-small p{font-size:.95rem;line-height:1.5;color:#2f2219bf;margin:0}@media(max-width:768px){.org-problem-row,.org-problem-row--reverse{grid-template-columns:1fr;gap:1rem;text-align:center;padding:clamp(20px,3vw,24px)}.org-problem-row--reverse .org-problem-visual-small,.org-problem-row--reverse .org-problem-copy-small{order:initial}.org-problem-visual-small{margin:0 auto;width:140px}}.org-problem-scenarios{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2.5rem}.org-problem-card{padding:clamp(28px,4vw,36px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.org-problem-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:var(--color-caramel);opacity:.8}.org-problem-icon svg{width:100%;height:100%}.org-problem-card h3{font-family:var(--font-display);font-size:1.4rem;margin:0;color:var(--color-espresso)}.org-problem-card p{font-size:1rem;line-height:var(--line-relaxed);color:#2f2219bf;margin:0}.org-problem-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.org-problem-list li{font-size:1.05rem;line-height:var(--line-relaxed);color:#2f2219bf;padding-left:1.5rem;position:relative}.org-problem-list li:before{content:"✗";position:absolute;left:0;color:var(--color-caramel);font-weight:700}.org-problem-conclusion{font-size:1.05rem;color:#2f2219cc;margin:0;text-align:center}.org-problem-visual{position:relative}.org-problem-illustration{width:100%;height:auto}.org-why-matters{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:linear-gradient(180deg,#fff 0% 50%,#fdfbf8)}.org-why-matters-content{display:grid;gap:clamp(32px,5vw,48px)}.org-why-matters header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0;max-width:800px}.org-why-matters-layout{display:grid;grid-template-columns:280px 1fr;gap:clamp(40px,5vw,64px);align-items:start}.org-why-matters-stat{padding:clamp(28px,4vw,40px);text-align:center}.big-stat{font-family:var(--font-display);font-size:clamp(4rem,6vw,6rem);line-height:var(--line-tight);color:var(--color-pistachio);margin-bottom:.5rem}.org-why-matters-stat p{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-why-matters-copy{display:grid;gap:1.5rem}.org-why-matters-lead{font-size:1.25rem;line-height:var(--line-relaxed);color:#2f2219d9;margin:0}.org-why-matters-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.org-why-matters-list li{font-size:1.05rem;line-height:var(--line-relaxed);color:#2f2219bf;padding-left:1.5rem;position:relative}.org-why-matters-list li:before{content:"×";position:absolute;left:0;color:var(--color-caramel);font-weight:700;font-size:1.3rem}.org-why-matters-solution{font-size:1.15rem;line-height:var(--line-relaxed);color:var(--color-espresso);margin:.5rem 0 0}.org-solution{display:grid;gap:clamp(32px,5vw,48px)}.org-how-it-works{display:grid;gap:clamp(32px,5vw,48px)}.org-how-it-works header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-solution{padding:clamp(48px,8vw,80px) 0;background:linear-gradient(180deg,#f2e4d847,#b47b551f)}.org-solution header{margin-bottom:clamp(36px,5vw,48px)}.org-solution header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-solution-layout{position:relative;width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(20px,4vw,60px);min-height:700px}.org-solution-visual{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:800px;height:600px}.org-solution-image{position:absolute;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #2f221933;transition:transform .3s ease;margin:0}.org-solution-image img{width:100%;height:auto;display:block}.org-solution-image--1{left:0;top:-15%;width:400px;transform:rotate(-4deg);z-index:2}.org-solution-image--1:hover{transform:rotate(-4deg) scale(1.03);z-index:10}.org-solution-image--2{right:-3%;top:0%;width:470px;transform:rotate(3deg);z-index:10}.org-solution-image--2:hover{transform:rotate(3deg) scale(1.03);z-index:10}.org-steps{position:absolute;inset:0;pointer-events:none}.org-steps>*{pointer-events:auto}.org-step-card{position:absolute;width:280px;min-height:180px}.org-step-card:nth-child(1){left:6%;top:-10%;z-index:5}.org-step-card:nth-child(2){right:6%;top:0%;z-index:5}.org-step-card:nth-child(3){left:50%;bottom:10%;z-index:5;width:380px;min-height:140px}@media(max-width:968px){.org-solution-layout{min-height:auto;flex-direction:column;gap:2rem}.org-solution-visual{width:100%;max-width:500px;height:350px;order:1}.org-steps{position:static;display:grid;grid-template-columns:1fr;order:2;gap:1.5rem}.org-step-card:nth-child(1),.org-step-card:nth-child(2),.org-step-card:nth-child(3){grid-column:auto;grid-row:auto;justify-self:stretch;align-self:auto;max-width:100%}}.org-step-card{min-height:240px}.org-step-card .gradient-content{display:grid;gap:.75rem;position:relative;padding-top:.5rem}.org-step-card .org-step-icon{position:absolute;top:1rem;right:1rem;width:42px;height:42px;opacity:.7}.step-number{font-family:var(--font-display);font-size:.95rem;color:#2f221980;letter-spacing:.1em}.org-step-card h3{margin:0;font-size:1.4rem;font-weight:600;color:var(--color-espresso)}.org-step-card p{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-use-cases{display:grid;gap:clamp(32px,5vw,48px)}.org-use-cases-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(48px,6vw,80px);align-items:center}.org-use-cases-content{display:grid;gap:clamp(32px,5vw,48px)}.org-use-cases header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,28px)}.org-use-cases-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-medium)}.org-use-cases-visual img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 3}.org-use-case{padding:clamp(24px,3vw,36px);display:grid;gap:.85rem;transition:transform .2s ease,box-shadow .2s ease}.org-use-case:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.org-use-case h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-espresso)}.org-use-case p{margin:0;font-size:.98rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-features{display:grid;gap:clamp(32px,5vw,48px)}.org-features header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(20px,3vw,28px)}.org-feature{padding:clamp(20px,3vw,32px);display:grid;gap:.7rem}.org-feature h3{margin:0;font-size:1.15rem;font-weight:600;color:var(--color-espresso)}.org-feature p{margin:0;font-size:.95rem;line-height:var(--line-relaxed);color:#2f2219b3}.org-impact{position:relative;padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:#fff;overflow:hidden}.org-impact:after{content:"";position:absolute;top:8%;right:-3%;width:clamp(260px,30vw,450px);height:clamp(340px,40vh,580px);background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 250"><path d="M25 240 Q30 205 42 170 Q50 150 65 130" fill="none" stroke="%2365A765" stroke-width="5"/><ellipse cx="48" cy="155" rx="28" ry="42" fill="%2375B875" opacity="0.95" transform="rotate(-30 48 155)"/><ellipse cx="43" cy="185" rx="30" ry="44" fill="%2370B470" opacity="0.95" transform="rotate(-25 43 185)"/><ellipse cx="40" cy="215" rx="32" ry="46" fill="%236BB06B" opacity="1" transform="rotate(-20 40 215)"/><circle cx="53" cy="168" r="7" fill="%23C65D5D" opacity="1"/><circle cx="47" cy="176" r="6" fill="%23D67070" opacity="1"/></svg>');background-repeat:no-repeat;background-size:contain;pointer-events:none;opacity:.75;z-index:0;animation:gentle-sway 9s ease-in-out infinite}.org-impact-ripple{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ripple-ring{position:absolute;border:1px solid rgba(180,123,85,.15);border-radius:50%;animation:expand-ripple 6s ease-out infinite}.ripple-ring--1{width:200px;height:200px;animation-delay:0s}.ripple-ring--2{width:200px;height:200px;animation-delay:2s}.ripple-ring--3{width:200px;height:200px;animation-delay:4s}@keyframes expand-ripple{0%{transform:scale(1);opacity:.6}to{transform:scale(4);opacity:0}}.org-impact-content{position:relative;z-index:1;display:grid;gap:clamp(28px,4vw,40px)}.org-impact-content header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-impact-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(24px,4vw,40px);margin:0;padding:0}.org-metric{padding:clamp(28px,4vw,40px);background:#ffffffe6;border:1px solid rgba(47,34,25,.06);box-shadow:var(--shadow-soft);text-align:center;display:grid;gap:.85rem}.org-metric dt{font-family:var(--font-display);font-size:clamp(3rem,5vw,4.5rem);line-height:var(--line-tight);color:var(--color-caramel)}.org-metric dd{margin:0;font-size:1.05rem;line-height:var(--line-relaxed);color:#2f2219cc}.org-testimonials{display:grid;gap:clamp(32px,5vw,48px)}.org-testimonials header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(24px,4vw,40px)}.org-testimonial{padding:clamp(28px,4vw,40px)}.org-testimonial blockquote{margin:0;display:grid;gap:1.4rem}.org-testimonial p{margin:0;font-size:1.1rem;line-height:var(--line-relaxed);color:#2f2219d9;font-style:italic}.org-testimonial cite{font-style:normal;display:grid;gap:.35rem}.org-testimonial cite strong{font-weight:600;color:var(--color-espresso)}.org-testimonial cite span{font-size:.9rem;color:#2f2219a6}.org-integrations{display:grid;gap:clamp(32px,5vw,48px)}.org-integrations header{display:grid;gap:1rem;text-align:center}.org-integrations header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-integrations header p{font-size:1.05rem;color:#2f2219bf;max-width:600px;margin:0 auto}.org-integrations-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(16px,3vw,32px);padding:clamp(20px,4vw,40px) 0}.org-integration-logo{padding:1.2rem 2rem;min-width:160px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.05rem;color:#2f2219b3;transition:transform .16s ease,box-shadow .16s ease}.org-integration-logo:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.org-integrations-strip{padding:clamp(32px,5vw,48px) var(--content-padding-inline);background:var(--color-crema);border-top:1px solid rgba(180,123,85,.1)}.org-integrations-strip .container{display:flex;flex-direction:column;align-items:center;gap:1rem}.org-integrations-strip-text{margin:0;font-size:.9rem;font-weight:600;color:#2f221999;text-transform:uppercase;letter-spacing:.08em}.org-integrations-logos-simple{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(16px,3vw,32px)}.org-integration-logo-simple{font-size:.95rem;font-weight:500;color:#2f2219b3;padding:.5rem 1rem;border-radius:var(--radius-sm);background:#ffffff80;transition:background .16s ease,color .16s ease}.org-integration-logo-simple:hover{background:#fff;color:var(--color-espresso)}.org-cta-banner{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:linear-gradient(135deg,#b47b5514,#8abf8a0f);position:relative}.org-cta-banner__inner{position:relative;padding:clamp(48px,6vw,80px) clamp(32px,5vw,64px);display:grid;gap:clamp(28px,4vw,40px);overflow:hidden;z-index:1}.org-cta-content{display:grid;gap:1rem;text-align:center}.org-cta-content h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);margin:0;color:var(--color-espresso)}.org-cta-content p{margin:0;font-size:clamp(1rem,2vw,1.2rem);color:#2f2219bf}.org-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.org-cta-rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.3}.expanding-ring{position:absolute;width:100px;height:100px;border:2px solid var(--color-caramel);border-radius:50%;animation:expand-ring 4s ease-out infinite}.expanding-ring--1{animation-delay:0s}.expanding-ring--2{animation-delay:2s}@keyframes expand-ring{0%{transform:scale(1);opacity:.8}to{transform:scale(6);opacity:0}}.org-footer{padding:clamp(40px,6vw,64px) var(--content-padding-inline);display:grid;gap:2rem}.org-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(24px,4vw,40px);font-size:.95rem}.org-footer-nav a{color:#2f2219b3;font-weight:500;transition:color .16s ease}.org-footer-nav a:hover,.org-footer-nav a.active{color:var(--color-caramel);text-decoration:none}.org-footer-divider{position:relative;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(180,123,85,.2) 50%,transparent 100%);overflow:hidden}.footer-ripple{position:absolute;inset:-20px 0;background:radial-gradient(circle,rgba(180,123,85,.3) 0%,transparent 70%);animation:ripple-slide 4s ease-in-out infinite}@keyframes ripple-slide{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.eyebrow{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-caramel);margin-bottom:.5rem}.org-benefits{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:linear-gradient(180deg,#fff,#fdfbf8 60%,#fff)}.org-benefits-content{display:grid;gap:clamp(32px,5vw,48px)}.org-benefits-content header{text-align:center;max-width:900px;margin:0 auto}.org-benefits-content header h2{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.5rem);margin:.6rem 0 0;line-height:var(--line-tight)}.org-benefits-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#2f2219b3;margin:.75rem 0 0;line-height:var(--line-relaxed)}.org-benefits-grid{display:grid;gap:clamp(24px,4vw,40px)}.org-benefit-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,40px);padding:clamp(28px,4vw,40px);align-items:center;transition:transform .25s ease,box-shadow .25s ease;background:#fffffff2;border:1px solid rgba(47,34,25,.06);box-shadow:var(--shadow-soft)}.org-benefit-feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.org-benefit-feature:nth-child(2n){grid-template-columns:1fr 1fr}.org-benefit-feature:nth-child(2n) .org-benefit-feature__content{order:2}.org-benefit-feature:nth-child(2n) .org-benefit-feature__visual{order:1}.org-benefit-feature__content{display:grid;gap:clamp(16px,2.5vw,24px)}.org-benefit-feature__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:linear-gradient(135deg,#8abf8a26,#b47b551a);color:var(--color-pistachio)}.org-benefit-feature__icon svg{width:32px;height:32px}.org-benefit-feature h3{margin:0;font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,1.8rem);line-height:var(--line-tight);color:var(--color-espresso)}.org-benefit-feature p{margin:0;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:var(--line-relaxed);color:#2f2219bf}.org-benefit-feature__visual{display:flex;align-items:center;justify-content:center}.org-network-graph-container{padding:clamp(20px,3vw,32px);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;width:100%;max-width:600px}.org-network-graph{width:100%;height:auto;min-height:300px}.org-benefit-stat-card{padding:clamp(32px,4vw,48px);text-align:center;display:grid;gap:clamp(8px,1.5vw,12px);justify-items:center;background:linear-gradient(135deg,#b47b5514,#8abf8a0d);border-left:4px solid var(--color-caramel)}.org-benefit-stat{font-family:var(--font-display);font-size:clamp(3.5rem,7vw,5rem);line-height:1;color:var(--color-caramel);font-weight:700}.org-benefit-stat-label{font-size:clamp(1rem,1.8vw,1.2rem);font-weight:600;color:var(--color-espresso)}.org-benefit-stat-sublabel{font-size:clamp(.85rem,1.3vw,.95rem);color:#2f221999}.org-benefit-stat-impact{margin-top:clamp(12px,2vw,16px);padding-top:clamp(12px,2vw,16px);border-top:1px solid rgba(180,123,85,.2);font-size:clamp(.95rem,1.6vw,1.1rem);color:var(--color-pistachio);font-weight:600}.org-integrations-showcase{display:grid;gap:clamp(20px,3vw,28px);width:100%}.org-integrations-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(12px,2vw,16px)}.org-integration-badge{padding:clamp(16px,2.5vw,20px);display:flex;flex-direction:column;align-items:center;gap:clamp(8px,1.5vw,12px);text-align:center;transition:transform .2s ease,box-shadow .2s ease}.org-integration-badge:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.org-integration-badge__icon{font-size:clamp(1.8rem,3vw,2.5rem)}.org-integration-badge span{font-size:clamp(.85rem,1.2vw,.95rem);font-weight:500;color:#2f2219cc}.org-integrations-tag{display:flex;align-items:center;gap:.5rem;justify-content:center;padding:clamp(12px,2vw,16px);background:#8abf8a1a;border-radius:var(--radius-md);font-size:clamp(.85rem,1.2vw,.95rem);color:var(--color-pistachio);font-weight:600}.org-integrations-tag svg{opacity:.6}.org-employee-benefits{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:var(--color-foam)}.org-employee-benefits-content{display:grid;gap:clamp(32px,5vw,48px)}.org-employee-benefits header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-employee-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(20px,3vw,28px)}.org-employee-benefit{padding:clamp(24px,3vw,32px);display:grid;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.org-employee-benefit:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.benefit-icon{font-size:2.5rem;line-height:1}.org-employee-benefit h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--color-espresso)}.org-employee-benefit p{margin:0;font-size:.98rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-gratitude-feed-container{padding:clamp(24px,3vw,32px);background:linear-gradient(135deg,#8abf8a14,#b47b550f);border-radius:var(--radius-lg);width:100%;position:relative}.org-gratitude-feed-container:after{content:"";position:absolute;right:0;bottom:clamp(24px,3vw,32px);top:clamp(24px,3vw,32px);width:clamp(80px,12vw,120px);background:linear-gradient(to left,rgba(138,191,138,.08) 0%,rgba(138,191,138,.08) 30%,transparent 100%);pointer-events:none;border-radius:0 var(--radius-lg) var(--radius-lg) 0;z-index:1}.org-gratitude-feed-title{font-family:var(--font-display);font-size:clamp(1.2rem,2vw,1.5rem);margin:0 0 .5rem;color:var(--color-espresso)}.org-gratitude-feed-subtitle{margin:0 0 1.25rem;font-size:clamp(.85rem,1.2vw,.95rem);color:#2f2219b3}.org-gratitude-feed{display:flex;gap:clamp(16px,2.5vw,24px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(138,191,138,.3) transparent;padding-bottom:8px;padding-right:clamp(24px,3vw,32px)}.org-gratitude-feed::-webkit-scrollbar{height:6px}.org-gratitude-feed::-webkit-scrollbar-track{background:#8abf8a0d;border-radius:3px}.org-gratitude-feed::-webkit-scrollbar-thumb{background:#8abf8a4d;border-radius:3px}.org-gratitude-feed::-webkit-scrollbar-thumb:hover{background:#8abf8a80}.org-gratitude-card{padding:clamp(16px,2.5vw,20px);display:grid;gap:clamp(10px,1.5vw,14px);flex:0 0 calc(100% - 60px);scroll-snap-align:start;width:calc(100% - 60px)}.org-gratitude-header{display:grid;gap:clamp(6px,1vw,8px)}.org-gratitude-avatars{display:flex;align-items:center;gap:.5rem}.org-gratitude-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.org-gratitude-avatar svg{width:100%;height:100%;display:block}.org-gratitude-arrow{color:var(--color-caramel);font-size:1rem}.org-gratitude-names{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;font-size:clamp(.75rem,1.1vw,.85rem)}.org-gratitude-from{font-weight:600;color:var(--color-espresso)}.org-gratitude-to{color:#2f2219a6}.org-gratitude-names:after{content:"→";color:var(--color-caramel);margin:0 .25rem}.org-gratitude-to:before{content:"";display:none}.org-gratitude-message{margin:0;font-size:clamp(.85rem,1.2vw,.95rem);line-height:var(--line-relaxed);color:#2f2219d9;font-style:italic;border-left:2px solid var(--color-pistachio);padding-left:.75rem}.org-gratitude-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.org-gratitude-tag{display:inline-flex;padding:.25rem .65rem;background:#8abf8a26;color:var(--color-pistachio);border-radius:var(--radius-pill);font-size:clamp(.7rem,1vw,.8rem);font-weight:600}.org-gratitude-date{font-size:clamp(.7rem,1vw,.8rem);color:#2f221980}.org-communities-unified{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:#fff;position:relative}.org-communities-unified:before{content:"";position:absolute;inset:0;background:#fff;z-index:0}.org-communities-unified .container{position:relative;z-index:1;display:grid;gap:clamp(32px,5vw,48px)}.org-communities-unified header{text-align:center;max-width:800px;margin:0 auto}.org-communities-unified header h2{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.2rem);margin:.6rem 0 0;line-height:var(--line-tight)}.org-communities-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#2f2219b3;margin:1rem 0 0;line-height:var(--line-relaxed)}.org-communities-grid-enhanced{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(24px,4vw,32px)}.org-community-enhanced{padding:clamp(32px,4vw,40px);display:grid;gap:clamp(16px,2.5vw,20px);transition:transform .25s ease,box-shadow .25s ease;border-top:3px solid transparent}.org-community-enhanced:nth-child(1){border-top-color:#63b3ed}.org-community-enhanced:nth-child(2){border-top-color:#ed8936}.org-community-enhanced:nth-child(3){border-top-color:#9f7aea}.org-community-enhanced:nth-child(4){border-top-color:#48bb78}.org-community-enhanced:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.org-community-enhanced__header{display:flex;align-items:center;gap:clamp(12px,2vw,16px)}.org-community-enhanced__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:linear-gradient(135deg,#8abf8a26,#b47b551a);color:var(--color-pistachio);flex-shrink:0}.org-community-enhanced__icon svg{width:24px;height:24px}.org-community-enhanced h3{margin:0;font-family:var(--font-display);font-size:clamp(1.3rem,2vw,1.6rem);line-height:var(--line-tight);color:var(--color-espresso)}.org-community-enhanced__description{margin:0;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:var(--line-relaxed);color:#2f2219bf}.org-community-enhanced__use-cases{display:flex;flex-wrap:wrap;gap:clamp(8px,1.5vw,12px);margin-top:clamp(8px,1.5vw,12px)}.org-use-case-tag{padding:clamp(6px,1vw,8px) clamp(12px,2vw,16px);background:#8abf8a1f;color:var(--color-pistachio);border-radius:var(--radius-pill);font-size:clamp(.8rem,1.2vw,.9rem);font-weight:500;border:1px solid rgba(138,191,138,.2)}.org-community-enhanced__logos{display:flex;gap:clamp(12px,2vw,16px);flex-wrap:wrap;align-items:center;padding-top:clamp(12px,2vw,16px);margin-top:clamp(12px,2vw,16px);border-top:1px solid rgba(138,191,138,.15)}.org-community-enhanced__logos img{height:clamp(28px,4vw,36px);width:auto;max-width:clamp(80px,12vw,120px);object-fit:contain;opacity:.85;transition:opacity .2s ease}.org-community-enhanced__logos img:hover{opacity:1}.org-use-cases-visual-section{padding:clamp(40px,6vw,64px) var(--content-padding-inline);background:transparent}.org-use-cases-visual-section .container{display:flex;justify-content:center}.org-competitive{padding:clamp(48px,8vw,80px) var(--content-padding-inline);background:#fff}.org-competitive-content{display:grid;gap:clamp(32px,5vw,48px)}.org-competitive header h2{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);margin:.6rem 0 0}.org-competitive-lead{font-size:1.2rem;line-height:var(--line-relaxed);color:#2f2219cc;margin:0;text-align:center}.org-competitive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(24px,4vw,32px);margin-top:1.5rem}.org-competitive-item{padding:clamp(24px,3vw,32px);display:grid;gap:.75rem}.org-competitive-item h4{margin:0;font-size:1.15rem;font-weight:600;color:var(--color-caramel)}.org-competitive-item p{margin:0;font-size:.98rem;line-height:var(--line-relaxed);color:#2f2219bf}.org-competitive-integrations{margin-top:clamp(32px,5vw,48px);padding-top:clamp(32px,5vw,48px);border-top:1px solid rgba(180,123,85,.1);display:flex;flex-direction:column;align-items:center;gap:1rem}.org-competitive-conclusion{margin:2rem 0 0;text-align:center;font-size:1.2rem;line-height:var(--line-relaxed);color:var(--color-espresso)}@media(max-width:920px){.org-hero-content{grid-template-columns:1fr;gap:clamp(32px,8vw,48px)}.org-hero-visual{height:280px}.org-steps,.org-features-grid{grid-template-columns:1fr}.org-use-cases-layout{grid-template-columns:1fr;gap:clamp(32px,5vw,48px)}.org-use-cases-visual{order:-1}.org-use-cases-grid,.org-impact-metrics{grid-template-columns:1fr}.org-problem-layout{grid-template-columns:1fr;gap:clamp(32px,5vw,48px)}.org-problem-visual{order:-1}.org-why-matters-layout{grid-template-columns:1fr;gap:clamp(24px,4vw,32px)}.org-benefits-layout{grid-template-columns:1fr;gap:clamp(32px,5vw,48px)}.org-employee-benefits-grid{grid-template-columns:1fr}.org-gratitude-card{flex:0 0 calc(100% - 40px);width:calc(100% - 40px)}.org-competitive-grid,.org-categories-grid,.org-benefit-feature{grid-template-columns:1fr}.org-benefit-feature:nth-child(2n) .org-benefit-feature__content{order:1}.org-benefit-feature:nth-child(2n) .org-benefit-feature__visual{order:2}.org-communities-grid-enhanced{grid-template-columns:1fr}}@media(max-width:768px){.org-integrations-grid-compact{grid-template-columns:1fr}}@media(max-width:640px){.org-hero-actions,.org-cta-actions{flex-direction:column;width:100%}.org-hero-actions button,.org-cta-actions button{width:100%}.org-testimonials-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.coffee-ring,.ripple-ring,.expanding-ring,.footer-ripple{animation:none}}.schools-landing{width:100%;overflow-x:hidden;display:flex;flex-direction:column;gap:0;background:var(--color-foam)}.schools-hero{position:relative;padding:clamp(80px,12vw,160px) 0 var(--section-padding);background:linear-gradient(180deg,#fffaf2,#f0fff7)}.schools-hero__overlay{position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(255,180,143,.18),transparent 40%),radial-gradient(circle at 80% 60%,rgba(138,191,138,.18),transparent 45%);pointer-events:none}.schools-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(32px,8vw,64px);align-items:center}.schools-hero__copy h1{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.5rem);line-height:var(--line-tight);margin:0 0 1.5rem}.schools-hero__subtitle{margin:0 0 2rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:var(--line-relaxed);color:#2f2219bf}.schools-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.schools-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.schools-hero__stat-card{background:#fffc;border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-soft)}.schools-hero__stat-card span{display:block;font-size:1.6rem;font-weight:700;color:var(--color-caramel)}.schools-hero__stat-card p{margin:.25rem 0 0;font-size:.95rem;color:#2f2219b3}.schools-hero__visual{position:relative;height:100%}.schools-hero__scene{background:#fff;border-radius:var(--radius-xl);padding:clamp(24px,4vw,40px);box-shadow:var(--shadow-medium);display:flex;flex-direction:column;gap:1.5rem}.schools-hero__scene-card{background:var(--color-foam);border-radius:var(--radius-lg);padding:1rem 1.25rem;border:1px dashed rgba(180,123,85,.25);font-size:.95rem}.schools-hero__scene-card strong{display:block;margin-top:.35rem;color:var(--color-espresso)}.schools-section{padding:var(--section-padding) var(--content-padding-inline);background:#fff}.schools-section--need{background:linear-gradient(180deg,#fff7ef,#fff)}.schools-section--cream{background:var(--color-foam)}.schools-section--pistachio{background:linear-gradient(180deg,#8abf8a1f,#fff0)}.schools-section--metrics{background:linear-gradient(180deg,#f2fff7,#fff)}.schools-section__header{text-align:left;margin-bottom:2.5rem}.schools-section__header h2{margin:.5rem 0 0;font-size:clamp(2rem,4vw,3rem)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600;color:#2f221999}.schools-grid{display:grid;gap:clamp(16px,3vw,32px)}.schools-grid--three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.schools-grid--four{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.schools-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid rgba(47,34,25,.05)}.schools-card--border{border:1px dashed rgba(47,34,25,.15)}.schools-card h3{margin:0 0 .75rem;font-size:1.2rem}.schools-card p{margin:0;color:#2f2219bf;line-height:var(--line-relaxed)}.schools-process{display:grid;gap:clamp(24px,5vw,48px)}.schools-process__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(16px,3vw,32px)}.schools-process__step{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid rgba(180,123,85,.2);box-shadow:var(--shadow-soft)}.step-number{display:inline-flex;width:42px;height:42px;border-radius:50%;background:var(--color-foam);align-items:center;justify-content:center;font-weight:600;margin-bottom:.75rem;color:var(--color-caramel)}.schools-process__step h3{margin:0 0 .5rem}.schools-process__intro p{max-width:720px;line-height:var(--line-relaxed)}.schools-section--pistachio .schools-card{background:#ffffffe6}.schools-section--metrics .schools-card{background:#fffffff2}.schools-cta{padding:var(--section-padding) var(--content-padding-inline);background:linear-gradient(135deg,#b47b551f,#8abf8a1f)}.schools-cta__content{background:#fff;border-radius:var(--radius-xl);padding:clamp(32px,6vw,48px);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:center;box-shadow:var(--shadow-medium)}.schools-cta__content h2{margin:.5rem 0}@media(max-width:960px){.schools-hero__content{grid-template-columns:1fr}.schools-hero__scene{margin-top:2rem}}.markdown-page{background:var(--color-foam)}.markdown-page__content{padding:clamp(32px,6vw,72px) var(--content-padding-inline) var(--section-padding)}.markdown-page__content-inner{max-width:min(840px,100%);margin:0 auto}.markdown-page__actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.markdown-body{background:#fff;border-radius:var(--radius-xl);padding:clamp(24px,4vw,48px);box-shadow:var(--shadow-soft);color:var(--color-espresso);line-height:var(--line-relaxed)}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-family:var(--font-display);line-height:var(--line-tight);margin-top:2.5rem}.markdown-body h1:first-child,.markdown-body h2:first-child,.markdown-body h3:first-child{margin-top:0}.markdown-body p{margin:1rem 0}.markdown-body ul,.markdown-body ol{margin:1.25rem 0 1.25rem 1.25rem;padding-left:1.25rem}.markdown-body li+li{margin-top:.5rem}.markdown-body strong{color:var(--color-espresso)}.markdown-body em{color:var(--color-caramel)}.markdown-body a{color:var(--color-caramel);text-decoration:underline;text-decoration-thickness:2px}.markdown-body code{background:#2f221914;padding:.1rem .35rem;border-radius:var(--radius-sm);font-size:.95rem}.search-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .3rem .2rem .4rem;border-radius:10px;font-size:.75rem;font-weight:600;transition:all .15s ease}.search-tag--community{background:#b47b5526;color:#8c5a3c;border:1px solid rgba(180,123,85,.3)}.search-tag--community:hover{background:#b47b5533;border-color:#b47b5566}.search-tag--person{background:#8abf8a26;color:#3f7a5e;border:1px solid rgba(138,191,138,.3)}.search-tag--person:hover{background:#8abf8a33;border-color:#8abf8a66}.search-tag--search-context{background:#2f2219e6;color:#fff;border:1px solid rgba(47,34,25,1)}.search-tag--search-context:hover{background:#2f2219;border-color:#2f2219}.search-tag--search-context .search-tag__remove{background:#fff3;color:#fff}.search-tag--search-context .search-tag__remove:hover{background:#ffffff4d}.search-tag__label{line-height:1}.search-tag__remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin:0;background:#0000001a;border:none;border-radius:50%;font-size:1rem;line-height:1;color:currentColor;cursor:pointer;transition:all .12s ease}.search-tag__remove:hover{background:#0003;transform:scale(1.1)}.search-tag__remove:active{transform:scale(.95)}.search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:15;max-width:600px;max-height:70vh;overflow-y:auto;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(47,34,25,.12);border-radius:12px;box-shadow:0 4px 6px #2f22190d,0 10px 20px #2f221914}.search-dropdown__empty{padding:1.5rem}.search-dropdown__empty h4{font-size:.875rem;font-weight:600;color:#2f221999;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.search-dropdown__no-results{margin-bottom:1.5rem;padding:1rem;background:#e48a3c0d;border:1px solid rgba(228,138,60,.15);border-radius:8px;text-align:center}.search-dropdown__no-results-title{font-size:.9375rem;font-weight:600;color:var(--color-espresso);margin:0 0 .5rem}.search-dropdown__no-results-subtitle{font-size:.875rem;color:#2f2219b3;margin:0}.search-dropdown__quick-actions{display:flex;flex-direction:column;gap:.5rem}.search-dropdown__quick-action{display:block;width:100%;padding:.75rem 1rem;text-align:left;font-size:.9375rem;font-weight:500;color:var(--color-espresso);background:#8abf8a14;border:1px solid rgba(138,191,138,.2);border-radius:8px;cursor:pointer;transition:all .15s ease}.search-dropdown__quick-action:hover{background:#8abf8a26;border-color:#8abf8a59;transform:translateY(-1px)}.search-dropdown__quick-action--primary{background:#8abf8a1f;border:2px solid rgba(138,191,138,.5);color:var(--color-espresso);font-weight:600}.search-dropdown__quick-action--primary:hover{background:#8abf8a33;border-color:#8abf8ab3;transform:translateY(-2px)}.search-dropdown__results{padding:.75rem 0}.search-dropdown__category{padding:0 0 .75rem;border-bottom:1px solid rgba(47,34,25,.08)}.search-dropdown__category:last-child{border-bottom:none;padding-bottom:0}.search-dropdown__category-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem .5rem}.search-dropdown__category-header h4{font-size:.8125rem;font-weight:600;color:#2f221980;text-transform:uppercase;letter-spacing:.05em;margin:0}.search-dropdown__see-all{font-size:.8125rem;font-weight:600;color:#8abf8ae6;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .15s ease}.search-dropdown__see-all:hover{color:#6fa86f;background:#8abf8a1a}.search-dropdown__items{display:flex;flex-direction:column}.search-dropdown__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.875rem 1.25rem;text-align:left;background:none;border:none;border-left:3px solid transparent;cursor:pointer;transition:all .12s ease}.search-dropdown__item:hover{background:#8abf8a0f}.search-dropdown__item:focus-visible{outline:2px solid rgba(138,191,138,.5);outline-offset:-2px}.search-dropdown__item--person:hover{border-left-color:#8abf8ab3}.search-dropdown__item--community:hover{border-left-color:#b47b55b3}.search-dropdown__item--event:hover{border-left-color:#e48a3cb3}.search-dropdown__item--post:hover{border-left-color:#c4415ab3}.search-dropdown__item-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;background:linear-gradient(135deg,#8abf8acc,#8abf8a99);flex-shrink:0;text-transform:uppercase;overflow:hidden}.search-dropdown__item-avatar img{width:100%;height:100%;object-fit:cover}.search-dropdown__item-avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.search-dropdown__item-avatar--community{background:linear-gradient(135deg,#b47b55cc,#b47b5599)}.search-dropdown__item-main{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.search-dropdown__item-main strong{font-size:.9375rem;font-weight:600;color:var(--color-espresso);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-dropdown__item-subtitle{font-size:.8125rem;color:#2f221999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-dropdown__item-meta{font-size:.75rem;font-weight:500;color:#8abf8ae6;background:#8abf8a1a;padding:.25rem .625rem;border-radius:12px;white-space:nowrap;flex-shrink:0}.search-dropdown::-webkit-scrollbar{width:8px}.search-dropdown::-webkit-scrollbar-track{background:#2f22190a;border-radius:0 12px 12px 0}.search-dropdown::-webkit-scrollbar-thumb{background:#2f221926;border-radius:4px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#2f221940}@media(max-width:768px){.search-dropdown{max-width:100%;border-radius:0 0 12px 12px;left:-1rem;right:-1rem}}.search-bar{position:relative;flex:1;max-width:480px}.search-bar__input-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffffd9;border:1px solid rgba(47,34,25,.15);border-radius:24px;transition:all .2s ease}.search-bar__input-wrapper:focus-within{background:#fffffffa;border-color:#8abf8a80;box-shadow:0 2px 8px #8abf8a26}.search-bar__input{flex:1;min-width:0;font-size:.9375rem;color:var(--color-espresso);background:transparent;border:none;outline:none}.search-bar__input::placeholder{color:#2f221966}.search-bar__clear-button{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:1.25rem;font-weight:400;line-height:1;color:#2f221980;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;margin:0}.search-bar__clear-button:hover{color:var(--color-espresso);background:#2f221914}.search-bar__clear-button:active{transform:scale(.95)}.search-bar__shortcut{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#2f221966;background:#2f22190f;border:1px solid rgba(47,34,25,.1);border-radius:4px;line-height:1}@media(max-width:900px){.search-bar{max-width:100%}.search-bar__shortcut{display:none}}.ask-question-modal__backdrop{position:fixed;inset:0;background:#2f221966;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;animation:fadeIn .2s ease forwards}.ask-question-modal{position:fixed;top:50%;left:50%;translate:-50% -50%;width:90%;max-width:600px;max-height:90vh;background:linear-gradient(135deg,#fffbf5,#fff8f0);border-radius:var(--radius-lg);box-shadow:0 20px 60px #2f22194d;z-index:10000;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out both}.ask-question-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid rgba(168,120,195,.15)}.ask-question-modal__header-content{display:flex;align-items:center;gap:.75rem}.ask-question-modal__icon{font-size:1.5rem}.ask-question-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-espresso)}.ask-question-modal__close{width:36px;height:36px;border:none;background:#a878c31a;border-radius:50%;font-size:1.5rem;color:#a878c3;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.ask-question-modal__close:hover{background:#a878c333;transform:scale(1.1)}.ask-question-modal__body{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.ask-question-modal__subtitle{margin:0;font-size:.95rem;color:#2f2219b3;line-height:1.5}.ask-question-modal__field{display:flex;flex-direction:column;gap:.75rem}.ask-question-modal__field label{font-weight:600;font-size:.9rem;color:var(--color-espresso)}.ask-question-modal__textarea{width:100%;padding:1rem;border:2px solid rgba(168,120,195,.2);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;line-height:1.6;color:var(--color-espresso);background:#fff;resize:vertical;transition:border-color .2s ease}.ask-question-modal__textarea:focus{outline:none;border-color:#a878c380}.ask-question-modal__char-count{text-align:right;font-size:.8rem;color:#2f221980}.ask-question-modal__char-count .is-warning{color:#f29258;font-weight:600}.ask-question-modal__tags{display:flex;flex-wrap:wrap;gap:.5rem}.ask-question-modal__tag{padding:.5rem 1rem;border:2px solid rgba(168,120,195,.25);border-radius:var(--radius-pill);background:#fff;color:#a878c3;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ask-question-modal__tag:hover:not(:disabled){border-color:#a878c380;background:#a878c30d}.ask-question-modal__tag.is-selected{background:#a878c3;color:#fff;border-color:#a878c3}.ask-question-modal__tag:disabled{opacity:.4;cursor:not-allowed}.ask-question-modal__custom-tag{display:flex;gap:.5rem;margin-top:.5rem}.ask-question-modal__custom-tag-input{flex:1;padding:.5rem .75rem;border:2px solid rgba(168,120,195,.2);border-radius:var(--radius-md);font-family:inherit;font-size:.9rem;color:var(--color-espresso);background:#fff}.ask-question-modal__custom-tag-input:focus{outline:none;border-color:#a878c380}.ask-question-modal__selected-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#a878c30d;border-radius:var(--radius-md)}.ask-question-modal__selected-tag{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:#a878c3;color:#fff;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500}.ask-question-modal__selected-tag button{border:none;background:none;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.ask-question-modal__selected-tag button:hover{background:#fff3}.ask-question-modal__select{width:100%;padding:.75rem 1rem;border:2px solid rgba(168,120,195,.2);border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;color:var(--color-espresso);background:#fff;cursor:pointer;transition:border-color .2s ease}.ask-question-modal__select:focus{outline:none;border-color:#a878c380}.ask-question-modal__note{display:flex;gap:.75rem;padding:1rem;background:#a878c314;border-radius:var(--radius-md);border-left:3px solid rgba(168,120,195,.5)}.ask-question-modal__note svg{flex-shrink:0;width:20px;height:20px;color:#a878c3;margin-top:2px}.ask-question-modal__note p{margin:0;font-size:.85rem;line-height:1.5;color:#2f2219bf}.ask-question-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:2px solid rgba(168,120,195,.15)}@media(max-width:600px){.ask-question-modal{width:95%;max-height:95vh}.ask-question-modal__header{padding:1.25rem 1.5rem}.ask-question-modal__body{padding:1.5rem}.ask-question-modal__footer{padding:1.25rem 1.5rem;flex-direction:column-reverse}.ask-question-modal__footer button{width:100%}}.post-gratitude-modal__backdrop{position:fixed;inset:0;background:#2f221966;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;animation:postGratitudeFadeIn .2s ease forwards}.post-gratitude-modal{position:fixed;top:50%;left:50%;translate:-50% -50%;width:90%;max-width:580px;max-height:90vh;background:linear-gradient(135deg,#fffbf5,#fff8f0);border-radius:var(--radius-lg);box-shadow:0 20px 60px #2f22194d;z-index:10000;display:flex;flex-direction:column;overflow:hidden;animation:postGratitudeSlideUp .3s ease-out both}@keyframes postGratitudeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes postGratitudeSlideUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.post-gratitude-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid rgba(138,191,138,.15)}.post-gratitude-modal__header-content{display:flex;align-items:center;gap:.75rem}.post-gratitude-modal__icon{font-size:1.5rem}.post-gratitude-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-espresso)}.post-gratitude-modal__close{width:36px;height:36px;border:none;background:#8abf8a1a;border-radius:50%;font-size:1.5rem;color:#8abf8a;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.post-gratitude-modal__close:hover{background:#8abf8a33;transform:scale(1.1)}.post-gratitude-modal__body{padding:1.5rem 2rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1.25rem}.post-gratitude-modal__subtitle{margin:0;font-size:.95rem;color:#2f2219a6;line-height:1.5}.post-gratitude-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;border-top:1px solid rgba(47,34,25,.08);background:#8abf8a0d}.gratitude-modal__person-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #2f22191a;flex-shrink:0}.gratitude-modal__person-name{font-size:1rem;font-weight:600;color:var(--color-espresso);margin-bottom:.15rem}.gratitude-modal__person-headline{font-size:.85rem;color:#2f2219a6;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gratitude-modal__person{position:relative;display:flex;align-items:center;gap:1rem;padding:1rem;background:#8abf8a14;border-radius:var(--radius-md);border:1px solid rgba(138,191,138,.15)}.gratitude-modal__change-person{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#8abf8ae6;font-size:.8rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:all .2s ease}.gratitude-modal__input-wrapper{display:flex;flex-direction:column;gap:.5rem}.gratitude-modal__label{font-size:.85rem;font-weight:600;color:#2f2219b3;text-transform:uppercase;letter-spacing:.03em}.gratitude-modal__textarea{width:100%;padding:1rem;border:2px solid rgba(47,34,25,.12);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;line-height:1.5;color:var(--color-espresso);background:#fff;resize:vertical;min-height:120px;transition:all .2s ease}.gratitude-modal__textarea:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 4px #8abf8a1a}.gratitude-modal__counter{text-align:right;font-size:.8rem;color:#2f221980}.gratitude-modal__info{display:flex;gap:.75rem;padding:.875rem 1rem;background:#8abf8a0f;border-left:3px solid rgba(138,191,138,.3);border-radius:var(--radius-sm)}.gratitude-modal__info-icon{font-size:1.1rem;line-height:1;flex-shrink:0}.gratitude-modal__info p{margin:0;font-size:.85rem;line-height:1.5;color:#2f2219b3}@media(max-width:640px){.post-gratitude-modal{width:95%;max-height:95vh}.post-gratitude-modal__header,.post-gratitude-modal__body,.post-gratitude-modal__footer{padding-left:1.5rem;padding-right:1.5rem}.post-gratitude-modal__footer{flex-direction:column}.post-gratitude-modal__footer button{width:100%}}.toast{position:fixed;top:2rem;left:50%;transform:translate(-50%) translateY(-20px);background:#fff;padding:1rem 1.5rem;border-radius:var(--radius-lg);box-shadow:0 8px 30px #2f221933;display:flex;align-items:center;gap:.75rem;z-index:10000;opacity:0;transition:all .3s ease;overflow:visible;max-width:calc(100vw - 2rem);white-space:nowrap}.toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.toast--leaving{opacity:0;transform:translate(-50%) translateY(-20px)}.toast__icon{font-size:1.5rem}.toast__message{font-size:.95rem;font-weight:600;color:#2f2219e6}.toast__confetti{position:absolute;width:8px;height:8px;background:var(--confetti-color);top:50%;left:50%;border-radius:2px;pointer-events:none;animation:confetti-burst .8s ease-out var(--confetti-delay) forwards;opacity:0}@keyframes confetti-burst{0%{transform:translate(0) rotate(0) scale(0);opacity:1}20%{opacity:1;transform:translate(calc(var(--confetti-x) * .3),calc(var(--confetti-y) * .3)) rotate(calc(var(--confetti-rotation) * .3)) scale(1)}to{transform:translate(var(--confetti-x),calc(var(--confetti-y) + 50px)) rotate(var(--confetti-rotation)) scale(.5);opacity:0}}#toast-container{position:fixed;top:2rem;left:0;right:0;pointer-events:none;z-index:10000;display:flex;flex-direction:column;align-items:center;gap:.5rem}#toast-container .toast{position:relative;left:auto;transform:translateY(-20px);pointer-events:auto}#toast-container .toast--visible{transform:translateY(0)}#toast-container .toast--leaving{transform:translateY(-20px)}.sidebar{display:flex;flex-direction:column;height:100%;flex:1}.sidebar__content{flex:1;overflow-y:auto;padding:1.5rem 0 1.5rem .5rem;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sidebar__section{display:flex;flex-direction:column;gap:.75rem;padding:0!important}.sidebar__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f22198c;padding:0 .65rem;margin:0}.sidebar__list{list-style:none;margin:0;padding:0 0 0 .35rem;display:flex;flex-direction:column;gap:.35rem}.sidebar__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;border:none;background:none;text-align:left;font-size:.9rem;color:var(--color-espresso);cursor:pointer;transition:background .15s ease;border-radius:0}.sidebar__item:hover{background:#8abf8a14}.sidebar__item--meeting{border-left:3px solid var(--color-pistachio);padding-left:calc(.75rem - 3px)}.sidebar__item--action{color:var(--color-pistachio);font-weight:600}.sidebar__item--action:hover{background:#8abf8a1f}.sidebar__item-icon{flex-shrink:0;font-size:.85rem;opacity:.7}.sidebar__item-content{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.sidebar__item-label{font-weight:500;color:var(--color-espresso);flex:1 1 auto}.sidebar__item-sublabel{font-size:.8125rem;color:#2f221999}.sidebar__item-count{font-size:.8125rem;font-weight:600;color:#2f221980;padding:.125rem .5rem;background:#2f22190f;border-radius:10px;flex-shrink:0}.sidebar__item-wrapper{position:relative;display:flex;align-items:center}.sidebar__item-wrapper .sidebar__item{flex:1}.sidebar__gratitude-btn{position:absolute;right:.5rem;padding:.35rem;background:#8abf8a26;border:none;border-radius:50%;color:var(--color-pistachio);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.sidebar__gratitude-btn:hover{background:#8abf8a4d;transform:scale(1.1)}.sidebar__empty{font-size:.8125rem;color:#2f221966;font-style:italic;padding:.35rem 1rem;margin:0}.sidebar__content-wrapper{padding:0 1rem}.conversations-sidebar__thread-item{padding-left:1.25rem!important;padding-right:1rem!important}.sidebar__footer{margin-top:auto;padding:1rem 1rem 0;border-top:1px solid rgba(47,34,25,.08);display:flex;justify-content:center;gap:2rem;flex-shrink:0}.sidebar__footer-icon{border:none;background:none;text-align:center;padding:.4rem 0;font-family:inherit;font-size:.85rem;color:#2f221999;cursor:pointer;transition:color .15s ease;display:flex;flex-direction:column;align-items:center;gap:.35rem}.sidebar__footer-icon:hover{color:var(--color-espresso)}.sidebar__footer-icon svg{width:1.125rem;height:1.125rem}.sidebar__footer-icon span{font-size:.625rem;font-weight:600}.experience-shell{display:grid;grid-template-columns:minmax(0,1fr);min-height:100vh;background:#fdfaf6;color:var(--color-espresso);position:relative}.experience-shell__meeting-reminder{background:linear-gradient(135deg,#8abf8a26,#e8f5e980);border-bottom:2px solid rgba(138,191,138,.3);padding:1rem 2rem;display:flex;justify-content:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.experience-shell__meeting-reminder-content{display:flex;align-items:center;gap:1.5rem;max-width:1200px;width:100%}.experience-shell__meeting-reminder-icon{font-size:2rem;line-height:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.experience-shell__meeting-reminder-text{flex:1;font-size:1rem;color:#2f2219d9;line-height:1.5}.experience-shell__meeting-reminder-text strong{color:var(--color-espresso);font-weight:600}.experience-shell__topnav{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:auto auto minmax(200px,525px) auto;align-items:center;gap:1.5rem;padding:.61rem 2rem;background:#fff;border-bottom:1px solid rgba(47,34,25,.08)}.experience-shell__brand-group{display:inline-flex;align-items:center;gap:.75rem}.experience-shell__logo{width:36px;height:36px;border-radius:50%;object-fit:cover}.experience-shell__brand{font-family:var(--font-display);font-size:1.5rem;background:none;border:none;color:var(--color-espresso);cursor:pointer}.experience-shell__nav-list{display:inline-flex;flex-wrap:wrap;gap:.4rem}.topnav-link{padding:.45rem .9rem;border-radius:var(--radius-pill);text-decoration:none;font-weight:600;color:#2f221999}.topnav-link.is-active{background:#8abf8a33;color:var(--color-espresso)}.experience-shell__search{width:100%}.experience-shell__search-input{width:100%;padding:.5rem 1rem;border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.12);background:#ffffffb3;font-size:.95rem;font-family:inherit;color:var(--color-espresso);transition:all .2s ease}.experience-shell__search-input:focus{outline:none;border-color:#8abf8a80;background:#fffffff2;box-shadow:0 4px 12px #8abf8a26}.experience-shell__search-input::placeholder{color:#2f221966}.experience-shell__actions{display:inline-flex;align-items:center;gap:1rem}.experience-shell__icon-btn{border:none;background:#fff7f0e6;border-radius:var(--radius-pill);padding:.35rem .8rem;cursor:pointer;font-size:1.1rem;box-shadow:0 6px 16px #2f221926}.experience-shell__account{position:relative}.experience-shell__avatar-button{border:none;background:#fff7f0d9;border-radius:var(--radius-pill);padding:.25rem .75rem .25rem .25rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.experience-shell__avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#8abf8a40;font-weight:600}.experience-shell__avatar-name{font-weight:600;color:var(--color-espresso)}.experience-shell__account-menu{position:absolute;right:0;top:calc(100% + .5rem);background:#fffffffa;border-radius:var(--radius-lg);box-shadow:0 12px 30px #2f221926;padding:.5rem;display:none;min-width:190px;z-index:10}.experience-shell__account-menu button{border:none;background:none;text-align:left;padding:.55rem .75rem;border-radius:var(--radius-md);width:100%;cursor:pointer;font:inherit;color:var(--color-espresso)}.experience-shell__account-menu button:hover{background:#8abf8a1f}.experience-shell__account.is-open .experience-shell__account-menu{display:grid;gap:.25rem}.experience-shell__main{display:grid;grid-template-columns:240px minmax(0,1fr);position:relative;z-index:1}.experience-shell__left-sidebar{position:sticky;top:65px;height:calc(100vh - 65px);overflow:hidden;border-right:1px solid rgba(47,34,25,.08);background:#fffcf899;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column}.experience-shell__left-sidebar--wide{grid-column:span 1}.experience-shell__main:has(.experience-shell__left-sidebar--wide){grid-template-columns:320px minmax(0,1fr)}.experience-shell__content{--content-inline-padding: clamp(1.5rem, 6vw, 4rem);padding:0 var(--content-inline-padding) 3rem;min-height:calc(100vh - 65px);position:relative}.experience-shell__content:not(:has(.feed-hero)){padding-top:1.8rem}.left-sidebar{padding:1.5rem 0 1.5rem 1rem;margin:0;display:flex;flex-direction:column;gap:1.5rem;height:100%}.left-sidebar__section{display:flex;flex-direction:column;gap:.5rem;padding:0!important}.left-sidebar__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f221980;padding:0 1rem;margin:0}.left-sidebar__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.left-sidebar__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;font-family:inherit;font-size:.9rem;color:var(--color-espresso);cursor:pointer;transition:background .15s ease;border-radius:0}.left-sidebar__item:hover{background:#8abf8a14}.left-sidebar__item-icon{flex-shrink:0;font-size:.85rem;opacity:.7}.left-sidebar__item-label{flex:1 1 auto;font-weight:500}.left-sidebar__item-count{flex-shrink:0;font-size:.8rem;color:#2f221980;font-weight:600}.left-sidebar__item--action{color:#8abf8ad9;font-weight:600}.left-sidebar__item--action:hover{background:#8abf8a1f;color:#8abf8a}.left-sidebar__footer{margin-top:auto;padding:1rem 1rem 0;border-top:1px solid rgba(47,34,25,.08);display:flex;flex-direction:column;gap:.25rem}.left-sidebar__footer-link{border:none;background:none;text-align:left;padding:.4rem 0;font-family:inherit;font-size:.85rem;color:#2f221999;cursor:pointer;transition:color .15s ease}.left-sidebar__footer-link:hover{color:var(--color-espresso)}.experience-grid{display:grid;grid-template-columns:minmax(230px,290px) minmax(0,1fr);gap:clamp(18px,3vw,40px);align-items:flex-start;width:100%}.experience-grid__rail{display:flex;flex-direction:column;gap:1.1rem;position:sticky;top:88px}.experience-grid__main{display:grid;gap:1.25rem}.experience-toolbar{position:sticky;top:70px;display:block;padding:.35rem 0;z-index:3}.rail-card{background:#ffffffe6;border-radius:var(--radius-xl);box-shadow:0 24px 40px #bcaa9226;padding:clamp(18px,2vw,24px);display:grid;gap:.8rem}.rail-card h3{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#2f2219a6}.toolbar-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem;flex:0 0 auto}.toolbar-search{margin-left:auto;flex:1 1 50%;display:flex;justify-content:flex-end}.toolbar-search>*{width:min(420px,100%)}@media(max-width:1024px){.experience-grid{grid-template-columns:1fr}.experience-grid__rail{position:static}.experience-toolbar{top:64px}}.experience-shell__drawer{position:fixed;top:0;right:0;bottom:0;width:clamp(450px,40vw,640px);border-left:1px solid rgba(47,34,25,.08);background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:0;z-index:10;box-shadow:-8px 0 32px #2f22191f;overflow-y:auto;animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.drawer{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0}.drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(47,34,25,.06);background:linear-gradient(180deg,#fff7f080,#fff0);position:sticky;top:0;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drawer__header-info{flex:1;min-width:0}.drawer__header h2{margin:.35rem 0 0;font-family:var(--font-display);font-size:1.75rem;line-height:1.2;color:var(--color-espresso);display:flex;align-items:baseline;gap:.75rem}.drawer__header-action{flex-shrink:0}.drawer__header-action button{font-size:.75rem;padding:.35rem .75rem;font-weight:500;opacity:.7;transition:opacity .2s ease}.drawer__header-action button:hover{opacity:1}.drawer__eyebrow{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#8abf8ad9}.drawer__close{border:none;background:#2f22190f;border-radius:var(--radius-pill);padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:#2f2219bf;flex-shrink:0}.drawer__close:hover{background:#2f22191f;color:var(--color-espresso)}.drawer__body{overflow-y:auto;display:grid;gap:0;padding:0;padding-bottom:.5rem}.drawer__footer{border-top:1px solid rgba(47,34,25,.08);padding:1rem 1.5rem;background:#fff7f04d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;bottom:0;z-index:1}.onboarding-nudge{position:fixed;right:20px;bottom:20px;display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center;padding:.35rem;border:1px solid rgba(47,34,25,.12);border-radius:var(--radius-lg);min-width:260px;text-align:left;box-shadow:var(--shadow-soft);z-index:20;background:#fff7f0f2}.onboarding-nudge__body{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;border:none;background:transparent;text-align:left;padding:.65rem .75rem;border-radius:var(--radius-md);cursor:pointer;color:inherit}.onboarding-nudge__body:hover{background:#2f22190a}.onboarding-nudge__dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--color-caramel),var(--color-pistachio));box-shadow:0 0 0 6px #b47b551f}.onboarding-nudge__close{border:none;background:transparent;font-size:1.1rem;cursor:pointer;padding:.5rem;color:#2f221999}.onboarding-nudge__close:hover{color:var(--color-espresso)}.onboarding-nudge__title{margin:0;font-weight:700}.onboarding-nudge__text{margin:.2rem 0 0;color:#2f2219b3;font-size:.95rem}@media(max-width:1100px){.experience-shell__drawer{width:clamp(420px,50vw,600px)}.experience-shell__topnav{grid-template-columns:1fr;justify-items:center;text-align:center}.experience-shell__actions{flex-wrap:wrap;justify-content:center}}@media(max-width:720px){.experience-shell__topnav{padding:1rem}.experience-shell__content{--content-inline-padding: 1.5rem;padding:1.5rem}.experience-shell__drawer{width:100%;left:0}.drawer__header{padding:1.25rem 1rem 1rem}.drawer__body{padding:0}.drawer__footer{padding:.75rem 1rem}.onboarding-nudge{left:16px;right:16px;bottom:16px;grid-template-columns:1fr auto}}.introduction-modal__backdrop{position:fixed;inset:0;background:#2f221966;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;animation:fadeIn .2s ease forwards}.introduction-modal{position:fixed;top:50%;left:50%;translate:-50% -50%;width:90%;max-width:650px;height:85vh;max-height:700px;background:linear-gradient(135deg,#fffbf5,#fff8f0);border-radius:var(--radius-lg);box-shadow:0 20px 60px #2f22194d;z-index:10000;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out both}@keyframes slideUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.introduction-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid rgba(138,191,138,.15)}.introduction-modal__header-content{display:flex;align-items:center;gap:.75rem}.introduction-modal__icon{font-size:1.5rem}.introduction-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-espresso)}.introduction-modal__close{width:36px;height:36px;border:none;background:#8abf8a1a;border-radius:50%;font-size:1.5rem;color:#8abf8a;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.introduction-modal__close:hover{background:#8abf8a33;transform:scale(1.1)}.introduction-modal__body{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.introduction-modal__subtitle{margin:0;font-size:.95rem;color:#2f2219b3;line-height:1.5}.introduction-modal__subtitle strong{color:var(--color-espresso);font-weight:600}.introduction-modal__known-person{display:flex;flex-direction:column;gap:.75rem}.introduction-modal__question-context{display:flex;gap:.75rem;padding:1rem;background:#a878c314;border-radius:var(--radius-md);border-left:3px solid rgba(168,120,195,.5);align-items:flex-start}.introduction-modal__question-context svg{flex-shrink:0;width:20px;height:20px;color:#a878c3;margin-top:2px}.introduction-modal__question-context span{font-size:.9rem;line-height:1.5;color:#2f2219bf}.introduction-modal__search{position:relative}.introduction-modal__search-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(138,191,138,.2);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;color:var(--color-espresso);background:#fff;transition:border-color .2s ease}.introduction-modal__search-input:focus{outline:none;border-color:#8abf8a80}.introduction-modal__section{display:flex;flex-direction:column;gap:.75rem}.introduction-modal__section-title{margin:0;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#2f221999}.introduction-modal__user-list{display:flex;flex-direction:column;gap:.5rem}.introduction-modal__user-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border:2px solid rgba(138,191,138,.15);border-radius:var(--radius-md);background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.introduction-modal__user-item:hover{border-color:#8abf8a4d;background:#8abf8a0d}.introduction-modal__user-item.is-selected{border-color:#8abf8a;background:#8abf8a1a}.introduction-modal__user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.introduction-modal__user-info{flex:1;min-width:0}.introduction-modal__user-name{font-weight:600;font-size:.95rem;color:var(--color-espresso);margin-bottom:.25rem}.introduction-modal__user-headline{font-size:.85rem;color:#2f2219a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.introduction-modal__user-selected{width:28px;height:28px;border-radius:50%;background:#8abf8a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.introduction-modal__empty{padding:2rem;text-align:center;color:#2f221980;font-size:.9rem}.introduction-modal__context-section{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(138,191,138,.15)}.introduction-modal__context-section label{font-weight:600;font-size:.9rem;color:var(--color-espresso)}.introduction-modal__required{color:#dc5a5a;font-weight:700}.introduction-modal__context-textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(138,191,138,.2);border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;line-height:1.6;color:var(--color-espresso);background:#fff;resize:vertical;transition:border-color .2s ease}.introduction-modal__context-textarea:focus{outline:none;border-color:#8abf8a80}.introduction-modal__context-hint{font-size:.8rem;color:#2f221980;margin:0}.introduction-modal__preview{padding:1.25rem;background:#8abf8a14;border-radius:var(--radius-md);border:1px solid rgba(138,191,138,.2)}.introduction-modal__preview h4{margin:0 0 1rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#2f221999}.introduction-modal__preview-content{display:flex;flex-direction:column;gap:1rem}.introduction-modal__preview-people{display:flex;align-items:center;justify-content:center;gap:1rem}.introduction-modal__preview-person{display:flex;flex-direction:column;align-items:center;gap:.5rem}.introduction-modal__preview-person img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #2f221926}.introduction-modal__preview-person span{font-size:.85rem;font-weight:600;color:var(--color-espresso)}.introduction-modal__preview-arrow{font-size:1.5rem;color:#8abf8a;font-weight:700}.introduction-modal__preview-content>p{margin:0;font-size:.9rem;line-height:1.6;color:#2f2219bf;text-align:center}.introduction-modal__preview-content em{display:block;margin-top:.5rem;font-style:italic;color:#2f2219a6}.introduction-modal__back-button{border:none;background:none;color:#8abf8a;font:inherit;font-size:.9rem;font-weight:600;padding:.5rem 0;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;transition:all .2s ease}.introduction-modal__back-button:hover{color:#8abf8ab3;transform:translate(-2px)}.introduction-modal__selected-view{display:flex;flex-direction:column}.introduction-modal__selected-person{margin-bottom:1.5rem}.introduction-modal__selected-person-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#8abf8a14;border-radius:var(--radius-lg);border:1px solid rgba(138,191,138,.2)}.introduction-modal__selected-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #2f221926;flex-shrink:0}.introduction-modal__selected-person-header h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:var(--color-espresso)}.introduction-modal__selected-person-header p{margin:0;font-size:.9rem;color:#2f2219b3}.introduction-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:2px solid rgba(138,191,138,.15)}@media(max-width:600px){.introduction-modal{width:95%;height:95vh;max-height:95vh}.introduction-modal__header{padding:1.25rem 1.5rem}.introduction-modal__body{padding:1.5rem}.introduction-modal__footer{padding:1.25rem 1.5rem;flex-direction:column-reverse}.introduction-modal__footer button{width:100%}.introduction-modal__preview-people{flex-direction:column}.introduction-modal__preview-arrow{transform:rotate(90deg)}}.help-offer-drawer{display:grid;gap:1.75rem;padding:1rem 0 .5rem}.help-offer-drawer section{display:grid;gap:.75rem}.help-offer-drawer h3{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f221999}.help-offer-drawer__question-content{display:flex;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#fffbf5e6,#fff8f0e6);border-radius:var(--radius-md);border-left:3px solid rgba(242,196,90,.6);align-items:flex-start}.help-offer-drawer__question-content svg{flex-shrink:0;width:20px;height:20px;color:#f2c45a;margin-top:2px}.help-offer-drawer__question-content p{margin:0;font-size:.9rem;line-height:1.5;color:#2f2219d9;font-weight:500}.help-offer-drawer__person-card{padding:.85rem 1rem;background:#fff7f099;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.08)}.help-offer-drawer__person-card strong{display:block;font-size:1rem;margin-bottom:.25rem;color:var(--color-espresso)}.help-offer-drawer__person-card p{margin:0;font-size:.85rem;color:#2f2219b3}.help-offer-drawer__section{padding-top:.5rem;border-top:1px solid rgba(242,196,90,.15)}.help-offer-drawer__section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.help-offer-drawer__hint{margin:0;font-size:.85rem;color:#2f221999;font-style:italic}.help-offer-drawer__select-all{border:1.5px solid rgba(242,196,90,.4);background:#fffbf5cc;color:#2f2219d9;padding:.5rem .85rem;border-radius:var(--radius-pill);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.help-offer-drawer__select-all:hover{background:#f2c45a33;border-color:#f2c45a99;transform:translateY(-1px)}.help-offer-drawer__times{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;max-height:220px;overflow-y:auto;padding:.25rem}.help-time-slot{position:relative;background:#ffffffe6;border:1.5px solid rgba(242,196,90,.2);border-radius:var(--radius-md);padding:.65rem .75rem;cursor:pointer;transition:all .2s ease;text-align:left;display:grid;gap:.25rem}.help-time-slot:hover{background:#fffbf5;border-color:#f2c45a80;transform:translateY(-1px);box-shadow:0 2px 8px #f2c45a26}.help-time-slot.is-selected{background:linear-gradient(135deg,#fffbf5,#fff8f0);border-color:#f2c45acc;box-shadow:0 0 0 2px #f2c45a33}.help-time-slot__date{font-size:.8rem;font-weight:600;color:#2f2219e6}.help-time-slot__time{font-size:.85rem;color:#2f2219b3}.help-time-slot__badge{position:absolute;top:.35rem;right:.35rem;background:#f2c45ae6;color:#2f2219f2;font-size:.6rem;font-weight:700;padding:.2rem .4rem;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em}.help-time-slot__check{position:absolute;bottom:.35rem;right:.35rem;width:20px;height:20px;border-radius:50%;background:#f2c45a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.help-offer-drawer__message{width:100%;min-height:80px;border-radius:var(--radius-lg);border:1.5px solid rgba(242,196,90,.25);padding:.85rem;font:inherit;font-size:.9rem;line-height:1.5;resize:vertical;background:#fffffff2;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;color:#2f2219d9}.help-offer-drawer__message::placeholder{color:#2f221973;font-style:italic}.help-offer-drawer__message:focus{outline:none;border-color:#f2c45a99;box-shadow:0 0 0 3px #f2c45a1a}.help-offer-drawer__actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(242,196,90,.15)}.help-offer-confirmation{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.help-offer-confirmation__content{text-align:center;max-width:280px}.help-offer-confirmation__icon{margin-bottom:1.5rem;color:#f2c45a}.help-offer-confirmation__icon svg{animation:confirmPulse 2s ease-in-out infinite}@keyframes confirmPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.help-offer-confirmation h3{margin:0 0 .75rem;font-size:1.25rem;color:var(--color-espresso)}.help-offer-confirmation p{margin:0;font-size:.9rem;color:#2f2219b3;line-height:1.5}@media(max-width:600px){.help-offer-drawer__times{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.help-offer-drawer__actions{flex-direction:column-reverse}.help-offer-drawer__actions button{width:100%}}.feed-post-card{--portrait-width: clamp(150px, 26%, 220px);background:#ffffffe6;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 2px 8px #2f221914;border:1px solid rgba(47,34,25,.06);transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.feed-post-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2f22191f;border-color:#2f22191a}.feed-post-card--new{animation:newGratitude 2s ease-out}@keyframes newGratitude{0%{transform:scale(.95) translateY(-10px);opacity:0;box-shadow:0 0 #f2925866}20%{transform:scale(1.02);opacity:1;box-shadow:0 0 30px 10px #f292584d}40%{transform:scale(1);box-shadow:0 0 20px 5px #f2925833}to{transform:scale(1) translateY(0);box-shadow:0 2px 8px #2f221914}}.feed-post-card:hover .feed-post-card__hover-action{opacity:1;pointer-events:auto}.feed-post-card__hover-action{position:absolute;top:1rem;right:1rem;opacity:0;pointer-events:none;transition:all .2s ease;z-index:10}.feed-post-card__hover-button{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border:none;border-radius:var(--radius-pill);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.feed-post-card__hover-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.feed-post-card__hover-button svg{width:18px;height:18px;stroke-width:2}.feed-post-card__hover-button--chat{background:linear-gradient(135deg,var(--color-pistachio),#7ab07a);color:#fff}.feed-post-card__hover-button--join{background:linear-gradient(135deg,#a878c3f2,#a878c3d9);color:#fff}.feed-post-card__hover-button--like{background:linear-gradient(135deg,#f29258f2,#f29258d9);color:#fff}.feed-post-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:currentColor;opacity:.6}.feed-post-card--person{color:#8abf8a}.feed-post-card--gratitude{color:#f29258}.feed-post-card--reconnection{color:#f5b549}.feed-post-card--new-member{color:#6ea6ce}.feed-post-card--group-coffee{color:#64b4aa}.feed-post-card--achievement{color:#e87888}.feed-post-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.feed-post-card__header-left{display:flex;align-items:center;gap:.5rem}.feed-post-card__action-tag-banner{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .85rem;background:var(--banner-bg);border:1px solid var(--banner-border);border-radius:var(--radius-md);font-size:.8rem;margin-bottom:1rem}.feed-post-card__action-tag-banner strong{color:var(--banner-color);font-weight:700;flex-shrink:0}.feed-post-card__action-tag-banner span{color:#2f2219b3;font-weight:500}.feed-post-card__banner-match-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.feed-post-card__banner-match-list li{color:#2f2219b3;font-weight:500;padding-left:.75rem;position:relative}.feed-post-card__banner-match-list li:before{content:"•";position:absolute;left:0;color:var(--banner-color)}.feed-post-card__metadata-tags{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.feed-post-card__metadata-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:var(--radius-md);font-size:.75rem;font-weight:600}.feed-post-card__metadata-tag--rating{color:#e87888;background:#e878881f}.feed-post-card__metadata-tag--rating svg{color:#e87888}.feed-post-card__metadata-tag--close-circle{color:#8abf8a;background:#8abf8a1f}.feed-post-card__metadata-tag--close-circle svg{color:#8abf8a}.feed-post-card__category-badge{font-size:.75rem;font-weight:600;color:#2f2219a6;padding:.35rem .65rem;background:#2f22190f;border-radius:var(--radius-md)}.feed-post-card__tag-badge{font-size:.75rem;font-weight:700;color:#fff;padding:.35rem .75rem;background:var(--badge-color, rgba(138, 191, 138, 1));border-radius:var(--radius-md);letter-spacing:.02em}.feed-post-card__type-icon{width:16px;height:16px;flex-shrink:0;color:currentColor;opacity:.8}.feed-post-card__type-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:currentColor;opacity:.75}.feed-post-card__content{display:flex;flex-direction:column;gap:.75rem}.feed-post-card__person-layout{display:flex;gap:1.5rem;align-items:flex-start}.feed-post-card__content--person{gap:.7rem;flex:1 1 auto;padding-top:.5rem}.feed-post-card__title-area{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.feed-post-card__title-row{display:flex;align-items:center;gap:.5rem}.feed-post-card__title{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-espresso);line-height:1.3}.feed-post-card__metadata-badges{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.feed-post-card__metadata-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;white-space:nowrap}.feed-post-card__metadata-badge--rating{color:#e87888;background:#e878881f}.feed-post-card__metadata-badge--rating svg{color:#e87888}.feed-post-card__metadata-badge--close-circle{color:#a878c3;background:#a878c31f}.feed-post-card__metadata-badge--close-circle svg{color:#a878c3}.feed-post-card__rating-inline{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;color:#e87888}.feed-post-card__rating-inline svg{color:#e87888;flex-shrink:0}.feed-post-card__subtitle{margin:0;font-size:.9rem;color:#2f2219b3;line-height:1.4}.feed-post-card__meta-badges{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.feed-post-card__rating{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#e87888}.feed-post-card__rating svg{color:#e87888}.feed-post-card__close-circle{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:#2f221999;padding:.2rem .5rem;background:#8abf8a1f;border-radius:var(--radius-sm)}.feed-post-card__close-circle svg{color:#8abf8a}.feed-post-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.85rem;color:#2f221999}.feed-post-card__meta--person{justify-content:flex-start;gap:.6rem;color:#2f2219bf;font-weight:500}.feed-post-card__bio-container{position:relative}.feed-post-card__bio{margin:0;font-size:.92rem;color:#2f2219c7;line-height:1.5;transition:all .3s ease}.feed-post-card__bio-toggle{display:inline-flex;align-items:center;gap:.25rem;margin-top:.35rem;padding:.25rem .5rem;font-size:.8rem;font-weight:600;color:#8abf8ae6;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;left:-.5rem}.feed-post-card__bio-toggle:hover{color:#8abf8a;background:#8abf8a14}.feed-post-card__bio-toggle:active{transform:scale(.97)}.feed-post-card__quote{margin:0;font-size:.95rem;color:#2f2219d9;font-style:italic}.feed-post-card__portrait{position:relative;margin:0;flex:0 0 var(--portrait-width);border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:3 / 4}.feed-post-card__portrait img{width:100%;height:100%;object-fit:cover;display:block}.feed-post-card__portrait-badge{position:absolute;top:.85rem;left:.85rem;padding:.35rem .7rem;border-radius:var(--radius-pill);background:#ffffffeb;color:var(--color-espresso);font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.feed-post-card__section{display:flex;flex-direction:column;gap:.4rem}.feed-post-card__section-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#2f221980;font-weight:700}.feed-post-card__reason-group{display:flex;flex-direction:column;gap:.4rem}.feed-post-card__reason-group--expanded{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(47,34,25,.1)}.feed-post-card__reason-tags{display:flex;flex-wrap:wrap;gap:.4rem}.feed-post-card__reason-tag{padding:.3rem .85rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;border:1px solid transparent}.feed-post-card__reason-tag--context{background:#8abf8a2e;color:#171815d9}.feed-post-card__reason-tag--topic{background:#fff7f0e6;color:#543922e6;border-color:#b47b5540}.feed-post-card__reason-tag--community{background:#6ea6ce2e;color:#1a2f40e6}.feed-post-card__reason-tag--language{background:#8abf8a1a;color:#2f2219bf;border-color:#8abf8a66}.feed-post-card__reason-tag--tag{background:#f2e4d8b3;color:#643f12d9}.feed-post-card__reason-tag--affiliation{background:#607d8b26;color:#21313fd9}.feed-post-card__reason-tag--reminder{background:#f5b5492e;color:#6c4410d9}.feed-post-card__action-tag-pill{display:inline-block;font-size:.75rem;font-weight:700;color:#fff;padding:.4rem .85rem;background:var(--pill-color, rgba(138, 191, 138, 1));border-radius:var(--radius-lg);letter-spacing:.02em;width:fit-content}.feed-post-card__cta-banner{display:flex;flex-direction:column;gap:.25rem;background:#8abf8a1f;padding:.85rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(138,191,138,.25)}.feed-post-card__cta-banner-action{font-size:.95rem;font-weight:600;color:#2f2219f2}.feed-post-card__cta-banner-reason{font-size:.85rem;color:#2f2219a6;line-height:1.4}.feed-post-card__footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(47,34,25,.08)}.feed-post-card__action{border:none;background:currentColor;color:#fff;padding:.5rem 1rem;border-radius:var(--radius-pill);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;opacity:.85}.feed-post-card__action:hover{opacity:1;transform:translateY(-1px)}.feed-post-card__action--secondary{background:none;color:currentColor;border:1.5px solid currentColor;opacity:.7}.feed-post-card__action--secondary:hover{opacity:1;background:#00000008}.feed-post-card__timestamp{font-size:.8rem;color:#2f221980;font-weight:500}.feed-post-card__footer-slots-wrapper{display:grid;grid-template-columns:max-content 1fr;column-gap:1rem;row-gap:.25rem;flex:1 1 auto;width:100%;align-items:flex-start}.feed-post-card__footer--slots{align-items:flex-start}.feed-post-card__footer-slots-wrapper>.feed-post-card__section-label{grid-column:1;align-self:flex-start;padding-top:.2rem;margin-left:calc(-1 * (var(--portrait-width) + 1.5rem));padding-left:calc(1.5rem + var(--portrait-width));position:relative}.feed-post-card__footer-slots{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem .75rem;grid-column:2}.feed-post-card__footer-slot{display:flex;justify-content:space-between;gap:.65rem;padding:.55rem .85rem;border-radius:var(--radius-md);background:#8abf8a1f;font-size:.8rem;color:#2f2219bf;transition:all .2s ease;border:1.5px solid transparent}.feed-post-card__footer-slot:hover{background:linear-gradient(135deg,#8abf8a38,#8abf8a26);border-color:#8abf8a66;transform:translate(4px);box-shadow:0 2px 10px #8abf8a33}.feed-post-card__footer-slot strong{font-size:.85rem;color:var(--color-espresso);transition:color .2s ease}.feed-post-card__footer-slot:hover strong{color:#588d58;font-weight:700}.feed-post-card__no-sessions{margin:0;padding:.75rem 1rem;font-size:.85rem;color:#2f221980;font-style:italic;grid-column:2}@media(max-width:600px){.feed-post-card__footer-slots-wrapper{grid-template-columns:1fr}.feed-post-card__footer-slots-wrapper>.feed-post-card__section-label{grid-column:1;margin-left:0;padding-left:0}.feed-post-card__footer-slots{grid-auto-flow:row;grid-template-rows:none;grid-auto-columns:unset;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-column:1}}@media(max-width:700px){.feed-post-card__person-layout{flex-direction:column}.feed-post-card__portrait{width:100%;flex-basis:auto;aspect-ratio:4 / 3}}.feed-post-card--question{color:#a878c3;background:linear-gradient(135deg,#fffbebf2,#fff8dce6);border:1px solid rgba(168,120,195,.15)}.feed-post-card--question:hover{background:linear-gradient(135deg,#fffbeb,#fff8dcf2);border-color:#a878c340}.feed-post-card__question-layout{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.feed-post-card__question-asker{display:flex;align-items:center;gap:.75rem}.feed-post-card__question-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;cursor:pointer;transition:transform .2s ease}.feed-post-card__question-avatar:hover{transform:scale(1.05)}.feed-post-card__question-asker-info{display:flex;flex-direction:column;gap:.25rem}.feed-post-card__question-asker-name{font-weight:600;font-size:.95rem;color:var(--color-espresso);cursor:pointer;transition:color .2s ease}.feed-post-card__question-asker-name:hover{color:#a878c3}.feed-post-card__question-meta{font-size:.8rem;color:#2f221999}.feed-post-card__question-content{display:flex;flex-direction:column;gap:.75rem}.feed-post-card__question-text{font-size:1.05rem;line-height:1.6;color:var(--color-espresso);margin:0}.feed-post-card__question-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feed-post-card__question-tag{font-size:.85rem;padding:.35rem .75rem;border-radius:var(--radius-pill);background:#a878c31f;color:#a878c3;font-weight:500}.feed-post-card__question-status{margin-left:auto;font-size:.75rem;padding:.35rem .75rem;border-radius:var(--radius-pill);font-weight:600;white-space:nowrap}.feed-post-card__question-status--answered{background:#8abf8a26;color:#468246}.feed-post-card__question-status--expiring{background:#f2925826;color:#c06026}.feed-post-card__question-status--expired{background:#2f22191a;color:#2f221980}.feed-post-card__question-activity{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#2f2219a6}.feed-post-card__question-activity-item{display:flex;align-items:center}.feed-post-card__footer--question{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(168,120,195,.15)}.feed-post-card__action--primary{flex:1;background:linear-gradient(135deg,#a878c3f2,#a878c3d9);color:#fff;font-weight:600}.feed-post-card__action--primary:hover{background:linear-gradient(135deg,#a878c3,#a878c3e6);transform:translateY(-1px)}.feed-post-card__action--secondary{flex:1;background:#ffffffb3;color:#a878c3;border:1.5px solid rgba(168,120,195,.3);font-weight:600}.feed-post-card__action--secondary:hover{background:#ffffffe6;border-color:#a878c380;transform:translateY(-1px)}.feed-post-card__match-reasons{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(47,34,25,.08)}.feed-post-card__match-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.feed-post-card__match-item{font-size:.8rem;color:#2f2219b3;padding-left:1rem;position:relative}.feed-post-card__match-item:before{content:"•";position:absolute;left:0;color:#8abf8acc;font-weight:700}.feed-post-card__match-item--community:before{color:#6ea6cecc}.feed-post-card__match-item--interest:before{color:#f29258cc}.feed-post-card__mutual-connections{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(47,34,25,.08)}.feed-post-card__mutual-avatars{display:flex;align-items:center}.feed-post-card__mutual-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid white;margin-left:-8px;box-shadow:0 1px 3px #00000026}.feed-post-card__mutual-avatar:first-child{margin-left:0}.feed-post-card__mutual-text{font-size:.8rem;color:#2f221999;font-weight:500}@media(max-width:600px){.feed-post-card__footer--question{flex-direction:column}.feed-post-card__action--primary,.feed-post-card__action--secondary{width:100%}}.filter-card{background:#fffffff2;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 2px 8px #2f221914;border:1px solid rgba(47,34,25,.06)}.filter-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(47,34,25,.08)}.filter-card__title{margin:0;font-size:1rem;font-weight:700;color:var(--color-espresso)}.filter-card__toggle-all{background:none;border:none;color:#2f221999;font-size:.8rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:all .2s ease}.filter-card__toggle-all:hover{background:#2f22190d;color:#2f2219d9}.filter-card__stats{font-size:.85rem;color:#2f2219b3;margin-bottom:1rem;padding:.75rem;background:#2f221908;border-radius:var(--radius-md);text-align:center}.filter-card__stats strong{color:#2f2219e6;font-weight:700}.filter-card__options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;position:relative}.filter-option:hover{background:#2f221908}.filter-option__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-option__indicator{width:18px;height:18px;border:2px solid rgba(47,34,25,.2);border-radius:4px;transition:all .2s ease;flex-shrink:0;position:relative;background:#fff}.filter-option__checkbox:checked~.filter-option__indicator{background:var(--filter-color);border-color:var(--filter-color)}.filter-option__checkbox:checked~.filter-option__indicator:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-option__label{font-size:.9rem;font-weight:500;color:#2f2219d9;-webkit-user-select:none;user-select:none}.filter-option__checkbox:checked~.filter-option__label{font-weight:600;color:#2f2219f2}.filter-option__subitems{margin-top:.35rem;margin-left:2.5rem;padding-left:.5rem;border-left:2px solid rgba(47,34,25,.08);display:flex;flex-direction:column;gap:.35rem}.filter-option__subitem{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;position:relative}.filter-option__subitem:hover{background:#2f221908}.filter-option__subitem .filter-option__indicator{width:14px;height:14px;border-width:1.5px}.filter-option__subitem .filter-option__checkbox:checked~.filter-option__indicator:after{left:3.5px;top:1.5px;width:3px;height:6px;border-width:0 1.5px 1.5px 0}.filter-option__subitem .filter-option__label{font-size:.85rem;font-weight:500}.filter-card__hint{margin-top:1rem;padding:.75rem;background:#8abf8a14;border-radius:var(--radius-md);font-size:.8rem;color:#2f2219b3;text-align:center;line-height:1.4}.recent-card{background:#fffffff2;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 2px 8px #2f221914;border:1px solid rgba(47,34,25,.06);display:flex;flex-direction:column;gap:1rem}.recent-card__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.recent-card__header h3{margin:0;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2f2219b3}.recent-card__clear{padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#2f221999;background:none;border:1px solid rgba(47,34,25,.15);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.recent-card__clear:hover{color:#2f2219d9;border-color:#2f221940;background:#2f221908}.recent-card__list{display:flex;flex-direction:column;gap:.5rem}.recent-card__item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff7f080;border:1px solid rgba(47,34,25,.08);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.recent-card__item:hover{background:#fff7f0d9;border-color:#8abf8a4d;transform:translate(2px)}.recent-card__icon{font-size:1rem;flex-shrink:0}.recent-card__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 2px 4px #2f22191a}.recent-card__text{font-size:.875rem;font-weight:500;color:#2f2219d9;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-card__scope{font-weight:400;color:#2f221999}.recent-card__item--view{gap:.75rem}.recent-card__view-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.recent-card__view-info .recent-card__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-card__entity-type{font-size:.75rem;font-weight:500;color:#2f221980;text-transform:capitalize}.hero-overlay{position:fixed;inset:0;z-index:1000;overflow:hidden;animation:fadeIn .3s ease-out}.hero-overlay__media{position:absolute;top:-80px;left:0;width:100%;height:calc(100% + 160px);background-image:url(/cozy_blurry_cafe.jpeg);background-size:cover;background-position:center;z-index:1}.hero-overlay__cards{position:absolute;top:50%;transform:translateY(-50%);left:clamp(20px,6vw,72px);right:clamp(20px,6vw,72px);z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1rem,3vw,1.5rem);max-width:1200px;margin:0 auto}.hero-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:0 8px 32px #2f221926,0 1px #ffffffe6 inset;border:1px solid rgba(255,255,255,.7);display:flex;flex-direction:column;gap:.85rem;transition:transform .3s ease,box-shadow .3s ease;animation:floatIn .6s ease-out backwards}.hero-card:nth-child(1){animation-delay:.1s}.hero-card:nth-child(2){animation-delay:.2s}.hero-card:nth-child(3){animation-delay:.3s}@keyframes floatIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2f22192e,0 1px #ffffffe6 inset}.hero-card--subtle{background:#fff9;-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%)}.hero-card__header{display:flex;align-items:center;gap:.75rem}.hero-card__icon{width:20px;height:20px;flex-shrink:0;color:#8abf8ad9;stroke-width:2}.hero-card__header h3{margin:0;font-size:1rem;font-weight:700;color:var(--color-espresso)}.hero-card__content{margin:0;color:#2f2219cc;font-size:.95rem;line-height:1.5}.hero-card__action{border:none;background:linear-gradient(135deg,#8abf8ad9,#8abf8ab3);color:#fff;padding:.65rem 1.25rem;border-radius:var(--radius-pill);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;align-self:flex-start}.hero-card__action:hover{background:linear-gradient(135deg,#8abf8af2,#8abf8acc);transform:translateY(-1px)}.hero-overlay__dismiss{position:absolute;bottom:3rem;left:50%;translate:-50% 0;z-index:3;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);color:var(--color-espresso);padding:.85rem 2rem;border-radius:var(--radius-pill);font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 8px 32px #2f221926;transition:all .2s ease;animation:floatIn .6s ease-out .4s backwards}.hero-overlay__dismiss:hover{transform:translateY(-2px);box-shadow:0 12px 40px #2f221933}.hero-overlay__close{position:absolute;top:5rem;right:2rem;z-index:3;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);color:var(--color-espresso);width:40px;height:40px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;animation:fadeIn .3s ease-out .5s backwards}.hero-overlay__close:hover{background:#fffffff2;transform:scale(1.05)}@media(max-width:768px){.hero-overlay__cards{grid-template-columns:1fr;gap:1rem;top:40%}.hero-overlay__dismiss{bottom:2rem}.hero-overlay__close{top:1rem;right:1rem}}.experience-shell__content:has(.feed-test){padding-top:0}.feed-test{width:100%;--feed-test-navbar-height: 65px;--feed-test-max-width: 1400px;--feed-test-sidebar-width: 320px;--feed-test-grid-gap: 2rem;position:relative}.feed-test__sticky-container{position:sticky;top:var(--feed-test-navbar-height);z-index:4;width:calc(100% + (var(--content-inline-padding, 0px) * 2));margin-left:calc(var(--content-inline-padding, 0px) * -1);margin-right:calc(var(--content-inline-padding, 0px) * -1);background:#fffcf8fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(47,34,25,.06);padding:.35rem var(--content-inline-padding, 0px);margin-bottom:1rem}.feed-test__controls-wrapper{max-width:var(--feed-test-max-width);margin:0 auto}.feed-test__controls{display:flex;align-items:center;gap:1.5rem;padding:0;flex-wrap:wrap;min-width:0}.feed-test__layout{max-width:var(--feed-test-max-width);margin:0 auto;display:grid;grid-template-columns:1fr var(--feed-test-sidebar-width);gap:var(--feed-test-grid-gap);align-items:start;padding-bottom:2rem}.feed-test__feed{min-width:0;position:relative}.feed-test__breadcrumb{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.feed-test__scope-tag{font-size:.9rem;font-weight:600;color:#2f2219bf;padding:.25rem .75rem;background:#8abf8a1f;border-radius:var(--radius-md);white-space:nowrap}.feed-test__separator{color:#2f221966;font-size:.9rem}.feed-test__query{font-size:.9rem;font-weight:600;color:#2f2219d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-test__clear-search{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:#2f22191a;color:#2f221999;border-radius:50%;cursor:pointer;font-size:.75rem;flex-shrink:0;transition:all .2s ease}.feed-test__clear-search:hover{background:#2f221926;color:#2f2219d9}.feed-test__sort{display:flex;align-items:center;gap:.75rem}.feed-test__sort-label{font-size:.9rem;font-weight:600;color:#2f2219bf}.feed-test__sort-select{padding:.5rem 2rem .5rem .75rem;border:1.5px solid rgba(47,34,25,.15);border-radius:var(--radius-md);background:#fff;font-size:.9rem;font-weight:500;color:#2f2219d9;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232f2219' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.feed-test__sort-select:hover{border-color:#2f221940}.feed-test__sort-select:focus{outline:none;border-color:#8abf8a99;box-shadow:0 0 0 3px #8abf8a26}.feed-test__separator-line{width:1px;height:32px;background:#2f22191f;align-self:center}.feed-test__checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#2f2219bf;transition:all .2s ease;-webkit-user-select:none;user-select:none;padding:.5rem .85rem;border-radius:var(--radius-md);background:#ffffff80;border:1px solid rgba(47,34,25,.08)}.feed-test__checkbox:hover{background:#fffc;border-color:#2f22191f;color:#2f2219e6}.feed-test__checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0;accent-color:rgba(138,191,138,1)}.feed-test__checkbox input[type=checkbox]:checked~span{color:#2f2219f2;font-weight:600}.feed-test__checkbox svg{flex-shrink:0}.feed-test__availability-filter{display:inline-flex;gap:.35rem;background:#f2e4d859;padding:.3rem;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.06)}.feed-test__radio{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.feed-test__radio input[type=radio]{position:absolute;opacity:0;width:0;height:0}.feed-test__radio span{padding:.45rem .9rem;border-radius:var(--radius-md);background:transparent;font-size:.85rem;font-weight:500;color:#2f2219b3;transition:all .2s ease;white-space:nowrap}.feed-test__radio:hover span{background:#ffffff80;color:#2f2219d9}.feed-test__radio input[type=radio]:checked~span{background:#fff;color:var(--color-espresso);font-weight:600;box-shadow:0 1px 3px #2f221914}.feed-test__gratitude-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:#8abf8a1f;border:1px solid rgba(138,191,138,.25);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:#8abf8af2;cursor:pointer;transition:all .2s ease;white-space:nowrap}.feed-test__gratitude-button:hover{background:#8abf8a33;border-color:#8abf8a66;color:var(--color-pistachio)}.feed-test__gratitude-button svg{flex-shrink:0}.feed-test__scope{display:flex;gap:1.5rem;margin-left:auto}.feed-test__scope-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;color:#2f2219b3;transition:color .2s ease}.feed-test__scope-option:hover{color:#2f2219f2}.feed-test__scope-option input[type=radio]{width:16px;height:16px;cursor:pointer;accent-color:rgba(138,191,138,.85)}.feed-test__scope-option input[type=radio]:checked~span{color:#2f2219f2;font-weight:600}.feed-test__posts{display:flex;flex-direction:column;gap:1.25rem;isolation:isolate}.feed-test__empty{text-align:center;padding:3rem 2rem;background:#fff7f099;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 2px 8px #2f22190a}.feed-test__empty-icon{font-size:3rem;margin-bottom:.5rem;opacity:.7}.feed-test__empty-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--color-espresso)}.feed-test__empty-text{margin:0;font-size:.95rem;color:#2f2219b3;max-width:400px;line-height:1.5}.feed-test__empty-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem}.feed-test__empty-link{background:none;border:none;color:#2f221999;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease;text-decoration:none}.feed-test__empty-link:hover{color:#2f2219d9;text-decoration:underline}.feed-test__empty-hint{margin:.25rem 0 0;font-size:.8rem;color:#2f221980;font-style:italic}.feed-test__sidebar{min-width:0;position:sticky;top:calc(var(--feed-test-navbar-height) + 3.5rem);max-height:calc(100vh - var(--feed-test-navbar-height) - 4rem);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1.5rem;padding-right:.5rem}.feed-test__sidebar::-webkit-scrollbar{width:6px}.feed-test__sidebar::-webkit-scrollbar-track{background:#2f22190d;border-radius:3px}.feed-test__sidebar::-webkit-scrollbar-thumb{background:#2f221933;border-radius:3px}.feed-test__sidebar::-webkit-scrollbar-thumb:hover{background:#2f22194d}.feed-test__sidebar>*{flex-shrink:0}@media(max-width:1100px){.feed-test__layout{grid-template-columns:1fr}.feed-test__sidebar{position:static;max-height:none}}@media(max-width:768px){.feed-test__controls{gap:1rem}.feed-test__breadcrumb{flex-wrap:wrap}}.feed-hero{position:relative;width:calc(100% + (var(--content-inline-padding, 0px) * 2));margin-left:calc(var(--content-inline-padding, 0px) * -1);margin-right:calc(var(--content-inline-padding, 0px) * -1);margin-bottom:clamp(1.5rem,4vw,2.75rem);max-width:none;min-height:clamp(320px,45vw,520px);height:clamp(320px,45vw,520px);overflow:visible;border-radius:0;z-index:0}.feed-hero__media{position:absolute;top:-80px;left:0;width:100%;height:calc(100% + 160px);background-image:url(/cozy_blurry_cafe.jpeg);background-size:cover;background-position:center;will-change:transform;transform:translateY(calc(var(--scroll-y, 0) * .25px))}.feed-hero__floating-cards{position:absolute;top:50%;transform:translateY(-50%);left:clamp(20px,6vw,72px);right:clamp(20px,6vw,72px);z-index:2;pointer-events:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1rem,3vw,1.5rem);align-items:stretch}.floating-action-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:0 8px 32px #2f221926,0 1px #ffffffe6 inset;border:1px solid rgba(255,255,255,.7);flex:1 1 240px;width:100%;min-width:0;display:flex;flex-direction:column;gap:.85rem;transition:all .3s ease;animation:floatIn .6s ease-out backwards}.floating-action-card:nth-child(1){animation-delay:.1s}.floating-action-card:nth-child(2){animation-delay:.2s}.floating-action-card:nth-child(3){animation-delay:.3s}.floating-action-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2f22192e,0 1px #ffffffe6 inset}.floating-action-card--subtle{background:#fff9;-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%)}.floating-action-card__header{display:flex;align-items:center;gap:.75rem}.floating-action-card__icon{width:20px;height:20px;flex-shrink:0;color:#8abf8ad9;stroke-width:2}.floating-action-card__header h3{margin:0;font-size:1rem;font-weight:700;color:var(--color-espresso)}.floating-action-card__content{margin:0;color:#2f2219cc;font-size:.95rem;line-height:1.5}.floating-action-card__action{border:none;background:linear-gradient(135deg,#8abf8ad9,#8abf8ab3);color:#fff;padding:.65rem 1.25rem;border-radius:var(--radius-pill);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;align-self:flex-start}.floating-action-card__action:hover{background:linear-gradient(135deg,#8abf8af2,#8abf8acc);transform:translateY(-1px);box-shadow:0 4px 12px #8abf8a4d}@keyframes floatIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.discovery-stream{display:flex;flex-direction:column;gap:2rem;margin-top:0;padding-bottom:3rem}.feed-section{background:#ffffffd9;border-radius:var(--radius-xxl);padding:clamp(20px,3vw,32px);box-shadow:var(--shadow-soft)}.feed-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.feed-section__header h3{margin:0;font-size:1.3rem;font-weight:700;color:var(--color-espresso)}.feed-section__count{font-size:.9rem;color:#2f22198c;font-weight:600}.feed-grid--compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.new-members-list{display:flex;flex-direction:column;gap:1rem}.new-member-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff7f080;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease}.new-member-item:hover{background:#fff7f0d9;transform:translate(4px)}.new-member-item__photo{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.new-member-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.new-member-item__info strong{font-size:1rem;color:var(--color-espresso)}.new-member-item__info>span{font-size:.9rem;color:#2f2219b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-member-item__context{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.context-badge{background:#8abf8a26;color:#2f2219bf;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600}.new-member-item__action{border:none;background:#8abf8ad9;color:#fff;padding:.5rem 1rem;border-radius:var(--radius-pill);font-weight:600;font-size:.85rem;cursor:pointer;flex-shrink:0;transition:all .2s ease}.new-member-item__action:hover{background:#8abf8a;transform:translateY(-1px)}.reconnection-list{display:flex;flex-direction:column;gap:1rem}.reconnection-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f2e4d866;border-radius:var(--radius-lg);border-left:4px solid rgba(138,191,138,.5)}.reconnection-item__photo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.reconnection-item__info{flex:1;min-width:0}.reconnection-item__info strong{font-size:1.05rem;color:var(--color-espresso);display:block;margin-bottom:.25rem}.reconnection-item__info p{margin:0;color:#2f2219bf;font-size:.95rem}.reconnection-item__action{border:none;background:#8abf8ad9;color:#fff;padding:.55rem 1.1rem;border-radius:var(--radius-pill);font-weight:600;font-size:.9rem;cursor:pointer;flex-shrink:0;transition:all .2s ease}.reconnection-item__action:hover{background:#8abf8a;transform:translateY(-1px)}.discovery-stream__footer{text-align:center;padding:2rem 0;color:#2f221980;font-style:italic}.discovery-stream__footer p{margin:0}.feed__layout{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 var(--content-inline-padding, 2rem)}.feed__main{width:100%}.feed__metric-label{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#2f221999}.feed-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.feed-stats-grid>div{border-radius:var(--radius-lg);background:#ffffffe6;padding:.85rem 1rem;display:grid;gap:.2rem;box-shadow:inset 0 0 0 1px #2f221914}.feed__rail,.feed__main{display:grid;gap:clamp(16px,2vw,24px)}.feed__toolbar{width:100%}.feed-rail-card h2{margin:0;font-size:1rem;letter-spacing:.04em;text-transform:uppercase;color:#2f2219a6}.feed-card{background:#fff7f0f2;border-radius:var(--radius-lg);padding:clamp(18px,2.5vw,24px);box-shadow:var(--shadow-soft);display:grid;gap:.75rem}.feed-card ul{margin:0;padding-left:1.1rem;display:grid;gap:.6rem;color:#2f2219bf;line-height:var(--line-relaxed)}.week-progress{display:grid;gap:.5rem}.week-progress__bar{width:100%;height:8px;border-radius:var(--radius-pill);background:#2f22191f;overflow:hidden}.week-progress__bar span{display:block;height:100%;background:linear-gradient(135deg,#8abf8a,#b47b55)}.week-next{margin:0;font-size:.85rem;color:#2f2219bf}.week-highlights{display:flex;gap:1.2rem}.week-highlights div{display:grid;gap:.15rem}.feed-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.85rem;color:#2f221999}.feed-card__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#2f22198c}.feed-card--gratitude{background:#fffffff2}.feed-card--gratitude .feed-card__header h2{margin:.15rem 0 0}.gratitude-spotlight{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.gratitude-spotlight li{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fff7f0d9;border-radius:var(--radius-lg);padding:.9rem 1rem;box-shadow:inset 0 0 0 1px #2f22190f}.gratitude-spotlight__person{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.gratitude-spotlight__person img{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #2f221926}.gratitude-spotlight__person div{display:grid;gap:.1rem}.gratitude-spotlight__person span{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#2f221980}.gratitude-spotlight__person strong{font-size:.9rem;color:var(--color-espresso)}.gratitude-spotlight__message{flex:1;min-width:0;display:grid;gap:.35rem}.gratitude-spotlight__message p{margin:0;color:#2f2219bf;line-height:var(--line-relaxed);font-size:.9rem}.gratitude-spotlight__message time{font-size:.75rem;color:#2f221980}.gratitude-spotlight strong{display:block;margin-bottom:.35rem}.gratitude-spotlight p{margin:0;color:#2f2219bf;line-height:var(--line-relaxed)}.gratitude-spotlight time{font-size:.85rem;color:#2f221999}.feed__search-row{display:grid;gap:.3rem}.feed__search-row input{border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.15);padding:.85rem 1.2rem;font:inherit;background:#ffffffe6;box-shadow:inset 0 1px 2px #2f22190a}.feed__search-row input:focus{outline:3px solid rgba(138,191,138,.35)}.feed__search-hint{font-size:.85rem;color:#2f221999}.feed__filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.filter-chip-group{display:grid;gap:.45rem}.filter-chip-group--toggle{align-content:start}.filter-chip-label{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#2f22198c}.filter-chip-tray{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip-group button{border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.16);background:#fffc;padding:.4rem .85rem;font:inherit;color:#2f2219bf;cursor:pointer;transition:all .2s ease}.filter-chip-group button.is-selected{background:linear-gradient(135deg,#8abf8a73,#f2e4d8d9);border-color:transparent;color:var(--color-espresso);box-shadow:0 6px 16px #8abf8a3d}.feed__active-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:.65rem 1rem;border-radius:var(--radius-pill);background:#fff7f0d9;box-shadow:var(--shadow-soft)}.feed__active-chips{display:flex;flex-wrap:wrap;gap:.5rem}.feed__active-chips button,.feed__clear-filters{border:none;border-radius:var(--radius-pill);padding:.3rem .75rem;font:inherit;background:#ffffffd9;color:#2f2219bf;cursor:pointer;box-shadow:inset 0 0 0 1px #2f22191f}.feed__clear-filters{margin-left:auto}.feed-tabs{display:inline-flex;gap:.75rem;padding:.4rem;border-radius:var(--radius-pill);background:#fff7f0b3;box-shadow:var(--shadow-soft)}.feed-tabs button{border:none;background:none;padding:.4rem 1rem;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;color:#2f2219b3}.feed-tabs button.is-active{background:linear-gradient(135deg,#8abf8a,#f2e4d8);color:var(--color-espresso)}.feed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(18px,3vw,28px)}.feed-empty{background:#fff7f0d9;border-radius:var(--radius-lg);padding:clamp(24px,3vw,32px);box-shadow:var(--shadow-soft);display:grid;gap:.9rem;text-align:center}.feed-card--upcoming ul,.upcoming-list{margin:0;padding-left:0;list-style:none;display:grid;gap:.7rem}.upcoming-list li{display:grid;gap:.2rem;background:#ffffffd9;padding:.6rem .85rem;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px #2f221914}.upcoming-list li strong{font-size:.9rem}@media(max-width:1100px){.feed__layout{grid-template-columns:1fr}.feed__left{position:static;max-height:none;overflow:visible;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:700px){.feed-hero__floating-cards{left:clamp(16px,5vw,24px);right:clamp(16px,5vw,24px);top:55%;transform:translateY(-55%)}.feed__layout{padding-left:clamp(16px,5vw,24px);padding-right:clamp(16px,5vw,24px)}.feed__active-filters{flex-direction:column;align-items:flex-start}.feed__clear-filters{margin-left:0}}.feed-drawer{display:grid;gap:2rem}.feed-drawer section{display:grid;gap:.85rem}.feed-drawer h3{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f2219b3}.feed-drawer ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.feed-drawer li{background:#f2e4d866;border:1px solid rgba(47,34,25,.1);padding:.5rem .85rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;color:#2f2219d9;display:flex;align-items:center;gap:.4rem}.feed-drawer li:before{content:"◆";color:#8abf8acc;font-size:.7rem}.feed-drawer p{margin:0;font-size:.95rem;line-height:1.6;color:#2f2219cc}.feed-drawer__topics{display:flex;flex-wrap:wrap;gap:.5rem}.feed-drawer__topics span{border-radius:var(--radius-pill);background:#fff7f0e6;border:1px solid rgba(47,34,25,.08);padding:.5rem .9rem;font-size:.85rem;font-weight:500}.feed-drawer__availability{padding:1rem 1.25rem;background:#8abf8a1a;border-left:3px solid rgba(138,191,138,.6);border-radius:var(--radius-md);font-weight:600;color:#2f2219d9}.feed-drawer__actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:600px){.feed-tabs{flex-wrap:wrap}.feed__stats{width:100%;justify-content:center}}.people,.people__layout,.people__rail{width:100%}.people-rail-stats{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.people-rail-stats div{background:#fff7f0bf;padding:.65rem;border-radius:var(--radius-lg);text-align:center}.people-rail-stats dt{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#2f22198c}.people-rail-stats dd{margin:0;font-size:1.35rem;font-weight:700;color:var(--color-espresso)}.people-rail__button{width:100%}.people-rail-card--filters{background:radial-gradient(circle at top right,#f6efe9f2,#ffffffe6);border:1px solid rgba(47,34,25,.05);box-shadow:0 20px 35px #2f221914;display:flex;flex-direction:column;gap:1.1rem;padding:1.5rem}.people-filters__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.people-filters__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;color:#2f2219a6}.people-filters__copy{margin:.25rem 0 0;font-size:.85rem;color:#2f2219b3}.people-filters__reset{border:none;background:#ffffffbf;color:var(--color-espresso);font-weight:600;padding:.4rem .85rem;border-radius:var(--radius-pill);cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;box-shadow:inset 0 0 0 1px #2f221914}.people-filters__reset[disabled]{opacity:.5;cursor:not-allowed}.people-filters__reset span{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;border-radius:999px;background:#8abf8a33;font-size:.75rem}.people-filter-group{display:grid;gap:.5rem}.people-filter-group__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#2f221999}.people-filter-chips{display:grid;gap:.6rem}.people-filter-chip{border:1px solid rgba(47,34,25,.12);border-radius:var(--radius-xl);padding:.85rem 1rem;background:#ffffffd9;text-align:left;font:inherit;color:var(--color-espresso);display:grid;gap:.15rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.people-filter-chip small{font-size:.75rem;color:#2f221999}.people-filter-chip.is-active{border-color:#8abf8a99;background:linear-gradient(135deg,#8abf8a3d,#fff7f0f2);box-shadow:0 12px 30px #8abf8a33;transform:translateY(-2px)}.people-filter-chip--pill{border-radius:var(--radius-pill);padding:.55rem .9rem;display:inline-flex;align-items:center;justify-content:center;gap:.2rem}.people-filter-select{display:grid;gap:.35rem}.people-filter-select label{font-size:.8rem;color:#2f2219a6}.people-filter-select__control{border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.12);background:#ffffffe6;padding:.2rem .75rem;box-shadow:inset 0 1px 3px #2f221914}.people-filter-select select{width:100%;border:none;background:transparent;font:inherit;padding:.5rem 0;color:var(--color-espresso);appearance:none}.people-filter-select select:focus{outline:none}@media(min-width:960px){.people-filter-chips{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.people-rail-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.people-rail-list li{display:flex;justify-content:space-between;align-items:center;gap:.65rem}.people-rail-list strong{display:block;font-size:.95rem}.people-rail-list span{font-size:.8rem;color:#2f2219a6}.people-rail__pill{padding:.2rem .8rem;border-radius:var(--radius-pill)}.people-rail-empty{text-align:center;font-size:.9rem;color:#2f221999}.people__main{width:100%}.people__bar{padding-inline:0}.people__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.people__tabs{display:inline-flex;padding:.35rem;border-radius:var(--radius-pill);background:#fff7f0d9;box-shadow:var(--shadow-soft);gap:.5rem;flex-wrap:wrap}.people__tabs button{border:none;background:none;padding:.45rem 1rem;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;color:#2f2219a6}.people__tabs button.is-active{background:linear-gradient(135deg,#8abf8a59,#f2e4d8f2);color:var(--color-espresso)}.people__count{font-size:.9rem;color:#2f221999}.people__search{display:grid;gap:.35rem}.people__search input{border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.15);padding:.85rem 1.2rem;font:inherit;background:#fff7f0e6;box-shadow:inset 0 1px 2px #2f22190d}.people__search input:focus{outline:3px solid rgba(138,191,138,.35)}.people__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px)}@media(max-width:1200px){.people__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.people__list{grid-template-columns:1fr}}.people-card{background:#ffffffeb;border-radius:var(--radius-xxl);box-shadow:0 24px 45px #8abf8a2e;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;position:relative}.people-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px #8abf8a40}.people-card:hover .people-card__actions{opacity:1;pointer-events:auto}.people-card__media{margin:0;position:relative;width:100%;height:200px;flex-shrink:0}.people-card__media img{width:100%;height:100%;object-fit:cover;display:block}.people-card__media figcaption{position:absolute;inset:auto 0 0;padding:.55rem 1rem;background:linear-gradient(180deg,#0a080600,#0a0806bf);color:#fff;font-size:.8rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-card__connection-badge{position:absolute;top:0;right:0;padding:.45rem .75rem;border-radius:0 var(--radius-xxl) 0 var(--radius-lg);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000026;z-index:2;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-card__connection-badge--mutual{background:#8abf8af2;color:#fff}.people-card__connection-badge--community{background:#f2e4d8f2;color:var(--color-espresso);border:1px solid rgba(47,34,25,.15)}.people-card__connection-badge--interest{background:#fff7f0f2;color:var(--color-espresso);border:1px solid rgba(47,34,25,.1)}.people-card__body{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.15rem 1.15rem;flex:1;min-height:0}.people-card__body header{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.people-card__body header>div{flex:1;min-width:0}.people-card__body h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-card__body header p{margin:0;color:#2f221999;font-size:.85rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-card__badge{padding:.3rem .7rem;border-radius:var(--radius-pill);background:#fff7f0e6;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;white-space:nowrap;flex-shrink:0;align-self:flex-start}.people-card__lesson{font-size:.875rem;color:#2f2219b3;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}.people-card__topics{display:flex;flex-wrap:wrap;gap:.4rem;min-height:1.5rem;align-items:flex-start}.people-card__topics span{background:#fff7f0cc;border-radius:var(--radius-pill);padding:.3rem .7rem;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2;color:#2f2219bf}.people-card__topics-empty{color:#2f221973;font-style:italic;font-size:.75rem}.people-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.75rem;padding-top:.75rem;margin-top:auto;border-top:1px solid rgba(47,34,25,.08)}.people-card__meta div{display:flex;flex-direction:column;gap:.25rem;min-width:0}.people-card__meta span{font-size:.7rem;color:#2f221980;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.people-card__meta strong{font-size:.85rem;font-weight:600;color:var(--color-espresso);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-card__actions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:.6rem;padding:.75rem 1.15rem;background:linear-gradient(to top,#fffffffa 60%,#fff0);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.people-card__button{flex:1}.offer-form{display:grid;gap:1.5rem;padding:.5rem 0}.offer-form__section{display:grid;gap:.75rem;padding:0 3.5rem}.offer-form__section label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2f221999}.offer-form__bio{margin:0;font-size:.9rem;line-height:1.5;color:#2f2219cc}.offer-form__compact{display:grid;gap:1rem}.offer-form__compact-row{display:grid;gap:.5rem}.offer-form__section textarea{min-height:140px;width:100%;border-radius:var(--radius-lg);border:1.5px solid rgba(47,34,25,.12);padding:1.25rem;font:inherit;font-size:.95rem;line-height:1.6;resize:vertical;background:#fffffff2;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.offer-form__section textarea:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 3px #8abf8a1a}.offer-form__times{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.offer-time-slot{position:relative;cursor:pointer;display:block}.offer-time-slot input[type=radio]{position:absolute;opacity:0;width:0;height:0}.offer-time-slot__content{position:relative;background:#ffffffe6;border:1.5px solid rgba(47,34,25,.12);border-radius:var(--radius-md);padding:.65rem .75rem;transition:all .2s ease;display:grid;gap:.25rem}.offer-time-slot:hover .offer-time-slot__content{background:#8abf8a14;border-color:#8abf8a4d;transform:translateY(-1px)}.offer-time-slot input[type=radio]:checked+.offer-time-slot__content{background:#8abf8a26;border-color:#8abf8a99;box-shadow:0 0 0 2px #8abf8a1a}.offer-time-slot__date{font-size:.8rem;font-weight:600;color:#2f2219e6}.offer-time-slot__time{font-size:.85rem;color:#2f2219b3}.offer-time-slot__badge{position:absolute;top:.35rem;right:.35rem;background:#8abf8ae6;color:#fff;font-size:.6rem;font-weight:700;padding:.15rem .35rem;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em}.offer-form__shared-context{padding:.5rem;background:#f2e4d826;border-radius:var(--radius-md);border:1px solid rgba(47,34,25,.06)}.offer-form__shared-context ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.offer-form__shared-context li{background:#ffffffe6;border:1px solid rgba(138,191,138,.3);padding:.35rem .65rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:500;color:#2f2219d9;display:flex;align-items:center;gap:.3rem}.offer-form__shared-context li:before{content:"◆";color:#8abf8acc;font-size:.6rem}.offer-form__profile{align-items:flex-start;grid-template-columns:1fr auto;padding:.75rem;background:#f2e4d840;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.06)}.offer-form__profile strong{display:block;font-size:1.05rem;margin-bottom:.25rem}.offer-form__profile p{margin:0;font-size:.9rem;color:#2f2219b3}.offer-form__actions{display:flex;justify-content:flex-end;gap:.75rem}.people-drawer{display:grid;gap:1.5rem;padding:.5rem 0}.people-drawer section{display:grid;gap:.75rem}.people-drawer section:first-child{margin-top:.75rem}.people-drawer h3{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2f221999}.people-drawer ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.people-drawer li{background:#f2e4d866;border:1px solid rgba(47,34,25,.1);padding:.35rem .65rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:500;color:#2f2219d9;display:flex;align-items:center;gap:.3rem}.people-drawer li:before{content:"◆";color:#8abf8acc;font-size:.6rem}.people-drawer p{margin:0;font-size:.9rem;line-height:1.5;color:#2f2219cc}.people-drawer__compact{display:grid;gap:1rem}.people-drawer__compact-row{display:grid;gap:.5rem}.people-drawer__message{width:100%;min-height:100px;border-radius:var(--radius-lg);border:1.5px solid rgba(47,34,25,.12);padding:.85rem;font:inherit;font-size:.9rem;line-height:1.5;resize:vertical;background:#fffffff2;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.people-drawer__message:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 3px #8abf8a1a}.people-drawer__times{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.time-slot{position:relative;background:#ffffffe6;border:1.5px solid rgba(47,34,25,.12);border-radius:var(--radius-md);padding:.65rem .75rem;cursor:pointer;transition:all .2s ease;text-align:left;display:grid;gap:.25rem}.time-slot:hover{background:#8abf8a1a;border-color:#8abf8a66;transform:translateY(-1px)}.time-slot.is-selected{background:linear-gradient(135deg,#8abf8a2e,#8abf8a14);border-color:#8abf8a99;box-shadow:0 0 0 2px #8abf8a26}.time-slot__date{font-size:.8rem;font-weight:600;color:#2f2219e6}.time-slot__time{font-size:.85rem;color:#2f2219b3}.time-slot__badge{position:absolute;top:.35rem;right:.35rem;background:#8abf8ae6;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em}.time-slot__check{position:absolute;bottom:.35rem;right:.35rem;width:20px;height:20px;border-radius:50%;background:#8abf8a;color:#fff;display:flex;align-items:center;justify-content:center;animation:checkPop .3s cubic-bezier(.68,-.55,.265,1.55)}@keyframes checkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.people-drawer__tags{display:flex;flex-wrap:wrap;gap:.5rem}.people-drawer__tags span{border-radius:var(--radius-pill);background:#fff7f0e6;border:1px solid rgba(47,34,25,.08);padding:.5rem .9rem;font-size:.85rem;font-weight:500}.people-drawer__availability{padding:1.25rem;background:#8abf8a14;border-left:3px solid rgba(138,191,138,.5);border-radius:var(--radius-md);margin-top:.5rem}.people-drawer__actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:1024px){.people__layout{grid-template-columns:1fr}.people__rail{position:static}}@media(max-width:600px){.people-card__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.people-card__actions{flex-direction:column}.people-card__button{width:100%}}.connection-drawer-confirmation{display:flex;align-items:center;justify-content:center;min-height:400px;padding:3rem 2rem;animation:fadeIn .4s ease-out}.connection-drawer-confirmation__content{text-align:center;max-width:360px;animation:slideUpFade .5s cubic-bezier(.34,1.56,.64,1)}.connection-drawer-confirmation__avatars{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;animation:slideUpFade .6s cubic-bezier(.34,1.56,.64,1) .1s both}.connection-drawer-confirmation__avatar{width:110px;height:110px;border-radius:50%;overflow:hidden;border:3px solid white;box-shadow:0 4px 12px #2f221926}.connection-drawer-confirmation__avatar img{width:100%;height:100%;object-fit:cover}.connection-drawer-confirmation__avatar--left{transform:rotate(-8deg);animation:avatarPopLeft .5s cubic-bezier(.68,-.55,.265,1.55) .3s both}.connection-drawer-confirmation__avatar--right{transform:rotate(8deg);animation:avatarPopRight .5s cubic-bezier(.68,-.55,.265,1.55) .4s both}.connection-drawer-confirmation__icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#8abf8a26,#8abf8a0d);border:2px solid rgba(138,191,138,.3);animation:iconPop .6s cubic-bezier(.68,-.55,.265,1.55) .2s both;position:relative}.connection-drawer-confirmation__icon:before,.connection-drawer-confirmation__icon:after{content:"";position:absolute;top:12px;width:3px;height:8px;background:linear-gradient(to top,transparent,rgba(138,191,138,.4));border-radius:50%;animation:steam 2s ease-in-out infinite;opacity:0}.connection-drawer-confirmation__icon:before{left:32px;animation-delay:.3s}.connection-drawer-confirmation__icon:after{right:32px;animation-delay:.7s}.connection-drawer-confirmation__icon svg{color:#8abf8a;animation:coffeeBounce .6s cubic-bezier(.68,-.55,.265,1.55) .4s both}.connection-drawer-confirmation h3{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:var(--color-espresso);animation:slideUpFade .5s ease-out .3s both}.connection-drawer-confirmation p{margin:0;font-size:1rem;line-height:1.6;color:#2f2219bf;animation:slideUpFade .5s ease-out .4s both}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes iconPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes coffeeBounce{0%{transform:scale(0) rotate(-10deg);opacity:0}50%{transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes steam{0%{opacity:0;transform:translateY(0) scaleX(1)}50%{opacity:.6}to{opacity:0;transform:translateY(-20px) scaleX(1.5)}}@keyframes avatarPopLeft{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.1) rotate(-5deg)}to{transform:scale(1) rotate(-8deg);opacity:1}}@keyframes avatarPopRight{0%{transform:scale(0) rotate(45deg);opacity:0}50%{transform:scale(1.1) rotate(10deg)}to{transform:scale(1) rotate(8deg);opacity:1}}.tooltip-wrapper{position:relative;display:inline-flex}.tooltip{position:fixed;background:var(--color-text-primary, #1a1a1a);color:#fff;padding:.5rem .75rem;border-radius:var(--radius-xs, 6px);font-size:.75rem;font-weight:500;white-space:nowrap;z-index:10000;pointer-events:none;box-shadow:0 4px 12px #00000026}.tooltip--top:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--color-text-primary, #1a1a1a)}.tooltip--bottom:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:var(--color-text-primary, #1a1a1a)}.tooltip--left:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:4px solid transparent;border-left-color:var(--color-text-primary, #1a1a1a)}.tooltip--right:after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:4px solid transparent;border-right-color:var(--color-text-primary, #1a1a1a)}.office-hours-calendar{background:transparent;border-radius:0;padding:0}.office-hours-calendar__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}.office-hours-calendar__header h2{font-size:1.5rem;font-weight:600;margin:0 0 .25rem;color:var(--color-text-primary, #1a1a1a)}.office-hours-calendar__subtitle{font-size:.875rem;color:var(--color-text-secondary, #666);margin:0}.office-hours-summary{display:flex;gap:1.5rem;padding:.875rem 1rem;background:#fff7f066;border:1px solid rgba(180,123,85,.1);border-radius:8px;margin-bottom:1.25rem}.summary-stat{display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary, #666)}.summary-stat svg{color:var(--color-text-tertiary, #999)}.summary-stat__label{font-size:.875rem;font-weight:500}.summary-stat__count{font-size:1rem;font-weight:600;color:var(--color-text-primary, #1a1a1a);min-width:1.5rem;text-align:center}.week-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.week-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--color-border, #e0e0e0);border-radius:6px;background:#fff;color:var(--color-text-secondary, #666);cursor:pointer;transition:all .2s}.week-nav__btn:hover{background:var(--color-bg-hover, #fafafa);border-color:var(--color-primary, #8B4513)}.week-nav__label{font-size:.9375rem;font-weight:600;color:var(--color-text-primary, #1a1a1a)}.calendar-grid-container{display:flex;flex-direction:column}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;min-height:280px}.calendar-day{border:1px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.calendar-day.is-today{border-color:var(--color-caramel);box-shadow:0 0 0 1px var(--color-caramel)}.calendar-day.is-empty{background:var(--color-bg-secondary, #fafafa)}.calendar-day__header{display:flex;flex-direction:column;align-items:center;padding:.5rem .375rem;background:#fff7f04d;border-bottom:1px solid rgba(180,123,85,.12)}.calendar-day.is-today .calendar-day__header{background:var(--color-caramel);color:#fff}.calendar-day__name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #666)}.calendar-day.is-today .calendar-day__name{color:#ffffffe6}.calendar-day__date{font-size:.6875rem;color:var(--color-text-tertiary, #999)}.calendar-day.is-today .calendar-day__date{color:#fffc}.calendar-day__slots{flex:1;padding:.5rem .375rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.time-slot{padding:.625rem;border:1px solid var(--color-border, #e0e0e0);border-radius:6px;background:#fff;display:flex;flex-direction:column;gap:.375rem;transition:all .2s}.time-slot:hover{border-color:var(--color-primary, #8B4513);box-shadow:0 2px 4px #00000014}.time-slot.is-booked{background:var(--color-bg-secondary, #f9f9f9);opacity:.7}.time-slot.is-past{opacity:.5;background:var(--color-bg-secondary, #f9f9f9);pointer-events:none}.time-slot.is-past .time-slot__time,.time-slot.is-past .time-slot__title{text-decoration:line-through;color:var(--color-text-tertiary, #999)}.time-slot.session-one-on-one,.time-slot.session-private-group{border-left:3px solid var(--color-purple, #7b1fa2);background:#7b1fa205}.time-slot.session-public-group{border-left:3px solid var(--color-blue, #1976d2);background:#1976d205}.time-slot__header{display:flex;justify-content:space-between;align-items:center;gap:.25rem}.time-slot__time{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--color-text-primary, #1a1a1a)}.time-slot__time svg{color:var(--color-text-tertiary, #999)}.time-slot__controls{display:flex;align-items:center;gap:.25rem}.session-type-indicator{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#8abf8a1a;color:var(--color-text-primary, #1a1a1a);transition:all .2s}.time-slot.session-one-on-one .session-type-indicator,.time-slot.session-private-group .session-type-indicator{color:var(--color-purple, #7b1fa2);background:#7b1fa21a}.time-slot.session-public-group .session-type-indicator{color:var(--color-blue, #1976d2);background:#1976d21a}.time-slot__title{font-size:.6875rem;font-weight:600;color:var(--color-text-primary, #1a1a1a);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.time-slot__group-info{display:flex;align-items:center;gap:.25rem;font-size:.625rem;color:var(--color-text-secondary, #666)}.time-slot__group-info svg{color:var(--color-blue, #1976d2)}.time-slot__actions{display:flex;justify-content:flex-end;gap:.25rem;margin-top:.125rem}.time-slot__delete{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--color-text-secondary, #666);transition:all .2s}.time-slot__delete:hover{background:var(--color-red-light, #ffebee);color:var(--color-red, #c62828)}.empty-state__message{font-size:1rem;margin:0 0 1.5rem}@media(max-width:1200px){.calendar-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.calendar-grid{grid-template-columns:repeat(3,1fr)}.office-hours-calendar__header{flex-direction:column;align-items:stretch}}@media(max-width:480px){.calendar-grid{grid-template-columns:repeat(2,1fr)}}.close-circle-manager{background:var(--color-bg-secondary, #fff);border-radius:12px;padding:2rem}.close-circle-manager__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.close-circle-manager__title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.close-circle-manager__header h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;margin:0;color:var(--color-text-primary, #1a1a1a)}.close-circle-manager__subtitle{font-size:.875rem;color:var(--color-text-secondary, #666);margin:0;max-width:500px}.close-circle-stats{display:flex;gap:1.5rem;padding:.75rem 1rem;background:var(--color-purple-light, #f3e5f5);border-radius:8px;margin-bottom:1.5rem}.close-circle-stats .stat{font-size:.875rem;color:var(--color-text-primary, #1a1a1a)}.close-circle-stats .stat strong{font-weight:600;color:var(--color-purple, #7b1fa2)}.close-circle-stats .stat--secondary{color:var(--color-text-secondary, #666)}.close-circle-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.close-circle-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.25rem 1rem;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;transition:all .2s;position:relative}.close-circle-card:hover{border-color:var(--color-purple, #7b1fa2);box-shadow:0 2px 8px #7b1fa21a}.close-circle-card__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--color-crema, #f5f5f5)}.close-circle-card__avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--color-purple-light, #f3e5f5);color:var(--color-purple, #7b1fa2);font-weight:600;font-size:.875rem}.close-circle-card__info{width:100%}.close-circle-card__info h3{font-size:.9375rem;font-weight:600;margin:0 0 .25rem;color:var(--color-text-primary, #1a1a1a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-circle-card__info p{font-size:.8125rem;color:var(--color-text-secondary, #666);margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;min-height:2.8em}.close-circle-card__remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:#fff;border-radius:50%;cursor:pointer;color:var(--color-text-secondary, #666);transition:all .2s;box-shadow:0 1px 3px #0000001a}.close-circle-card__remove:hover{background:var(--color-red-light, #ffebee);color:var(--color-red, #c62828);box-shadow:0 2px 6px #c6282833}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border, #e0e0e0)}.modal-header h2{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-text-primary, #1a1a1a)}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--color-text-secondary, #666);transition:all .2s}.modal-close:hover{background:var(--color-bg-hover, #fafafa);color:var(--color-text-primary, #1a1a1a)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;margin-bottom:1rem;transition:all .2s}.search-box:focus-within{border-color:var(--color-purple, #7b1fa2);box-shadow:0 0 0 3px #7b1fa21a}.search-box input{flex:1;border:none;outline:none;font-size:1rem;color:var(--color-text-primary, #1a1a1a)}.search-box input::placeholder{color:var(--color-text-tertiary, #999)}.modal-stats{padding:.5rem 0;margin-bottom:1rem;font-size:.875rem;color:var(--color-text-secondary, #666)}.add-people-list{display:grid;gap:.75rem;max-height:400px;overflow-y:auto}.add-person-card{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;transition:all .2s}.add-person-card:hover{border-color:var(--color-purple, #7b1fa2);background:var(--color-bg-hover, #fafafa)}.add-person-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--color-crema, #f5f5f5)}.add-person-card__avatar img{width:100%;height:100%;object-fit:cover}.add-person-card__info{flex:1;min-width:0}.add-person-card__info h3{font-size:.875rem;font-weight:600;margin:0 0 .125rem;color:var(--color-text-primary, #1a1a1a)}.add-person-card__info p{font-size:.8125rem;color:var(--color-text-secondary, #666);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.close-circle-manager{padding:1.5rem}.close-circle-manager__header{flex-direction:column;align-items:stretch}.close-circle-stats{flex-direction:column;gap:.5rem}.modal-content{max-height:90vh}}.future-cafecitos-manager{background:var(--color-bg-secondary, #fff);border-radius:12px;padding:2rem}.future-cafecitos-manager__header{margin-bottom:1.5rem}.future-cafecitos-manager__title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.future-cafecitos-manager__header h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;margin:0;color:var(--color-text-primary, #1a1a1a)}.privacy-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:16px;font-size:.8125rem;font-weight:500;background:var(--color-gray-light, #f5f5f5);color:var(--color-text-secondary, #666);border:1px solid var(--color-border, #e0e0e0);white-space:nowrap}.future-cafecitos-manager__subtitle{font-size:.875rem;color:var(--color-text-secondary, #666);margin:0}.future-cafecitos-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.future-cafecito-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;transition:all .2s}.future-cafecito-card:hover{border-color:var(--color-primary, #8B4513);box-shadow:0 2px 8px #8b45131a}.future-cafecito-card__header{display:flex;align-items:center;gap:.75rem}.future-cafecito-card__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--color-crema, #f5f5f5)}.future-cafecito-card__avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--color-brown-light, #f5f5f0);color:var(--color-primary, #8B4513);font-weight:600;font-size:1rem}.future-cafecito-card__info{flex:1;min-width:0}.future-cafecito-card__info h3{font-size:.9375rem;font-weight:600;margin:0 0 .125rem;color:var(--color-text-primary, #1a1a1a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.future-cafecito-card__info p{font-size:.8125rem;color:var(--color-text-secondary, #666);margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.future-cafecito-card__tags{display:flex;flex-wrap:wrap;gap:.375rem}.future-cafecito-card__tags .tag{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;background:var(--color-bg-hover, #fafafa);color:var(--color-text-secondary, #666);border:1px solid var(--color-border, #e0e0e0)}.future-cafecito-card__actions{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-top:.25rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--color-text-secondary, #666);transition:all .2s}.icon-btn--ghost:hover{background:var(--color-bg-hover, #fafafa);color:var(--color-text-primary, #1a1a1a)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--color-text-secondary, #666)}.empty-state svg{margin-bottom:1rem;color:var(--color-text-tertiary, #999)}.empty-state__message{font-size:1rem;font-weight:500;margin:0 0 .5rem;color:var(--color-text-primary, #1a1a1a)}.empty-state__hint{font-size:.875rem;margin:0 0 1.5rem;color:var(--color-text-secondary, #666);max-width:400px}@media(max-width:768px){.future-cafecitos-manager{padding:1.5rem}.future-cafecito-card{flex-direction:column}.future-cafecito-card__actions{width:100%;justify-content:space-between}}.add-cafecito-time-modal-overlay{position:fixed;inset:0;background:#2f221980;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto}.add-cafecito-time-modal{background:var(--color-foam);border-radius:32px;box-shadow:0 20px 60px #2f22194d;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;animation:modalSlideUp .3s ease-out;margin:auto;z-index:10001;overflow:hidden}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.add-cafecito-time-modal__close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#2f221980;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:1}.add-cafecito-time-modal__close:hover{color:var(--color-espresso)}.add-cafecito-time-modal__header{padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(47,34,25,.08)}.add-cafecito-time-modal__header h2{margin:0 0 .5rem;font-size:1.5rem;color:var(--color-espresso);font-weight:700}.add-cafecito-time-modal__subtitle{margin:0;font-size:.9375rem;color:#2f221999}.add-cafecito-time-modal__body{flex:1;overflow-y:auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.privacy-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.5rem;background:#2f22190a;border-radius:var(--radius-lg)}.privacy-option{padding:.75rem 1rem;border:none;background:transparent;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:#2f221999;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.privacy-option:hover{background:#8abf8a14;color:var(--color-espresso)}.privacy-option.is-active{background:#fff;color:var(--color-pistachio);box-shadow:0 2px 8px #2f221914}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;background:#2f221905;border-radius:var(--radius-md);transition:all .2s ease}.toggle-label:hover{background:#2f22190a}.toggle-checkbox{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--color-pistachio)}.toggle-text{font-size:.875rem;font-weight:500;color:var(--color-espresso)}.pricing-info-compact{margin-top:.75rem;padding:.75rem;background:#8abf8a0f;border-radius:var(--radius-md);border:1px solid rgba(138,191,138,.15);font-size:.8125rem}.pricing-info-compact__label{font-weight:600;color:#2f2219b3;margin-bottom:.25rem}.pricing-info-compact__tiers{color:#2f221999;line-height:1.6}.pricing-tier-compact{display:inline}.pricing-tier{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#fff;border-radius:var(--radius-md);font-size:.875rem}.pricing-tier__range{color:#2f2219b3}.pricing-tier__price{font-weight:700;color:var(--color-pistachio)}.recurrence-toggle{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.recurrence-option{padding:.75rem;border:2px solid rgba(47,34,25,.1);background:#fff;border-radius:var(--radius-lg);font-size:.8125rem;font-weight:600;color:#2f221999;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.recurrence-option:hover{border-color:#8abf8a4d;color:var(--color-espresso)}.recurrence-option.is-active{border-color:var(--color-pistachio);background:#8abf8a14;color:var(--color-pistachio)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:var(--color-espresso);display:flex;align-items:center;gap:.5rem}.form-label svg{color:#2f221966}.optional-label{font-weight:400;color:#2f221980;font-size:.8125rem}.form-help{margin:-.25rem 0 0;font-size:.8125rem;color:#2f221980}.form-input,.form-textarea{padding:.75rem;border:1px solid rgba(47,34,25,.15);border-radius:var(--radius-lg);font-size:.9375rem;background:#fff;color:var(--color-espresso);transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-pistachio);box-shadow:0 0 0 3px #8abf8a1a}.form-textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label-with-action{display:flex;justify-content:space-between;align-items:center}.days-selector{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.day-button{padding:.75rem .5rem;border:2px solid rgba(47,34,25,.1);background:#fff;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;color:#2f221999;cursor:pointer;transition:all .2s ease}.day-button:hover{border-color:#8abf8a4d;color:var(--color-espresso)}.day-button.is-selected{border-color:var(--color-pistachio);background:var(--color-pistachio);color:#fff}.duration-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.duration-option{padding:.75rem;border:2px solid rgba(47,34,25,.1);background:#fff;border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;color:#2f221999;cursor:pointer;transition:all .2s ease}.duration-option:hover{border-color:#8abf8a4d;color:var(--color-espresso)}.duration-option.is-active{border-color:var(--color-pistachio);background:#8abf8a14;color:var(--color-pistachio)}.visual-calendar{background:#fff;border:1px solid rgba(47,34,25,.1);border-radius:var(--radius-lg);overflow:auto;margin-top:.5rem;position:relative}.visual-calendar__grid{display:flex;min-width:fit-content}.visual-calendar__time-column{flex-shrink:0;width:70px;background:#2f221905;border-right:1px solid rgba(47,34,25,.1);display:flex;flex-direction:column}.visual-calendar__time-header{height:60px;border-bottom:1px solid rgba(47,34,25,.1);position:sticky;top:0;background:#2f221905;z-index:2;flex-shrink:0}.visual-calendar__time-label{height:80px;padding:.5rem;font-size:.75rem;color:#2f221980;display:flex;align-items:flex-start;border-bottom:1px solid rgba(47,34,25,.05);flex-shrink:0}.visual-calendar__day-column{flex:1;min-width:80px;max-width:120px;display:flex;flex-direction:column}.visual-calendar__day-header{height:60px;padding:.5rem .25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--color-espresso);border-bottom:1px solid rgba(47,34,25,.1);background:#2f221905;position:sticky;top:0;z-index:1;flex-shrink:0}.visual-calendar__slot{height:40px;min-height:40px;max-height:40px;width:100%;border:none;border-bottom:1px solid rgba(47,34,25,.05);border-right:1px solid rgba(47,34,25,.05);background:#fff;cursor:pointer;transition:all .15s ease;position:relative;padding:0;flex-shrink:0}.visual-calendar__slot:hover{background:#8abf8a1a}.visual-calendar__slot.is-selected{background:var(--color-pistachio);animation:slotSelect .2s ease-out}.visual-calendar__slot.is-selected:hover{background:#8abf8ad9}.visual-calendar__slot.is-dragging{cursor:grabbing}@keyframes slotSelect{0%{transform:scale(.95);background:#8abf8a4d}50%{transform:scale(1.05)}to{transform:scale(1);background:var(--color-pistachio)}}.visual-calendar__slot-time{position:absolute;top:2px;left:4px;font-size:.625rem;color:#2f221966;pointer-events:none}.clear-slots-button{padding:.375rem .75rem;border:none;background:#ff57571a;color:#d32f2f;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-slots-button:hover{background:#ff575726}.selected-slots-summary{margin-top:1rem;padding:1rem;background:#8abf8a0d;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem}.slots-summary-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid rgba(138,191,138,.15);margin-bottom:.25rem}.slots-summary-count{font-size:.9375rem;font-weight:700;color:var(--color-pistachio)}.slots-summary-recurrence{font-size:.8125rem;font-weight:600;color:#2f221999;font-style:italic}.slots-day-group{display:flex;align-items:flex-start;gap:.75rem}.slots-day-label{font-size:.8125rem;font-weight:700;color:#2f221999;min-width:40px;padding-top:.25rem}.slots-day-list{flex:1;display:flex;flex-wrap:wrap;gap:.5rem}.slot-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:#fff;border:1px solid rgba(138,191,138,.3);border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;color:var(--color-pistachio)}.slot-chip__remove{padding:.125rem;border:none;background:#ff57571a;color:#d32f2f;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.slot-chip__remove:hover{background:#ff575733}.questions-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.question-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid rgba(47,34,25,.1);border-radius:var(--radius-lg);border-left:3px solid var(--color-pistachio)}.question-item--note{border-left-color:var(--color-caramel);background:#b47b5508}.question-number{font-size:.8125rem;font-weight:700;color:#2f221966}.question-text{flex:1;font-size:.875rem;color:var(--color-espresso)}.remove-question-button{padding:.25rem;border:none;background:#ff57571a;color:#d32f2f;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-question-button:hover{background:#ff575726}.add-question-row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.add-question-button{padding:.75rem;border:none;background:var(--color-pistachio);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.add-question-button:hover:not(:disabled){background:#8abf8ae6}.add-question-button:disabled{opacity:.4;cursor:not-allowed}.add-note-button{width:100%;padding:.75rem 1rem;border:2px dashed rgba(47,34,25,.2);background:#b47b5508;color:var(--color-caramel);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.add-note-button:hover{border-color:var(--color-caramel);background:#b47b5514}.add-cafecito-time-modal__footer{padding:1.5rem 2rem;border-top:1px solid rgba(47,34,25,.08);display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:640px){.add-cafecito-time-modal{max-height:100vh;border-radius:0}.add-cafecito-time-modal__header,.add-cafecito-time-modal__body,.add-cafecito-time-modal__footer{padding-left:1.25rem;padding-right:1.25rem}.privacy-selector{grid-template-columns:1fr}.recurrence-toggle{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.days-selector{grid-template-columns:repeat(4,1fr)}.duration-selector{grid-template-columns:repeat(2,1fr)}.visual-calendar__day-column{min-width:60px}.slots-day-group{flex-direction:column;gap:.5rem}.slots-day-label{padding-top:0}}.life-timeline{display:flex;flex-direction:column;gap:0;position:relative}.timeline-event{position:relative;display:grid;grid-template-columns:40px 1fr;gap:1.25rem;padding-bottom:2rem}.timeline-event:last-child{padding-bottom:0}.timeline-event__marker{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--color-crema);border:2px solid var(--color-foam);box-shadow:0 2px 8px #2f22191a;position:relative;z-index:2;color:var(--color-cocoa);transition:all .2s ease}.timeline-event--work .timeline-event__marker{background:linear-gradient(135deg,#b47b5526,#f2e4d8cc);color:var(--color-caramel)}.timeline-event--education .timeline-event__marker{background:linear-gradient(135deg,#8abf8a26,#f2e4d8cc);color:var(--color-pistachio)}.timeline-event--life .timeline-event__marker{background:linear-gradient(135deg,#c4415a1f,#f2e4d8cc);color:#c4415a}.timeline-event--achievement .timeline-event__marker{background:linear-gradient(135deg,#e48a3c26,#f2e4d8cc);color:#e48a3c}.timeline-event:hover .timeline-event__marker{transform:scale(1.1);box-shadow:0 4px 12px #2f221926}.timeline-event__line{position:absolute;left:19px;top:40px;bottom:0;width:2px;background:linear-gradient(to bottom,#b47b5533,#b47b550d);z-index:1}.timeline-event__content{display:grid;gap:.75rem;padding-top:.25rem}.timeline-event__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.timeline-event__type{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#2f221980;margin-bottom:.4rem}.timeline-event__title{margin:0;font-size:1.15rem;font-weight:600;color:var(--color-espresso);line-height:1.3}.timeline-event__org{margin:.25rem 0 0;font-size:.95rem;color:#2f2219a6;font-weight:500}.timeline-event__date{flex-shrink:0;font-size:.85rem;color:#2f22198c;font-variant-numeric:tabular-nums;white-space:nowrap}.timeline-event__description{margin:0;font-size:.95rem;line-height:var(--line-relaxed);color:#2f2219b3}@media(max-width:640px){.timeline-event{grid-template-columns:32px 1fr;gap:1rem}.timeline-event__marker{width:32px;height:32px}.timeline-event__marker svg{width:14px;height:14px}.timeline-event__line{left:15px;top:32px}.timeline-event__header{flex-direction:column;gap:.5rem}.timeline-event__date{align-self:flex-start}}.profile-peek{width:100%;margin:0 auto;padding:clamp(24px,4vw,48px) 0 var(--section-padding)}.profile-layout{display:flex;flex-direction:column;gap:clamp(32px,5vw,56px)}.profile-section--full-width{width:100%}.profile-grid--even{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:968px){.profile-grid--even{grid-template-columns:1fr}}.profile-hero{display:flex;flex-direction:column;gap:2rem}.profile-hero__content{display:grid;grid-template-columns:180px 1fr;gap:clamp(24px,4vw,40px);align-items:start}.profile-hero__avatar{position:relative;width:180px;height:180px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);background:var(--color-crema)}.profile-hero__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero__info{display:flex;flex-direction:column;gap:1rem}.profile-hero__info h1{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:var(--line-tight);color:var(--color-espresso)}.profile-hero__headline{margin:0;font-size:clamp(1rem,1.5vw,1.25rem);color:#2f2219bf;font-weight:500}.profile-hero__mutual-connections{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem 1rem;background:#8abf8a14;border:1px solid rgba(138,191,138,.2);border-radius:var(--radius-md);max-width:fit-content}.mutual-connections-avatars{display:flex;align-items:center}.mutual-connection-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid white;margin-left:-8px;position:relative;background:var(--color-crema)}.mutual-connection-avatar:first-child{margin-left:0}.mutual-connection-avatar img{width:100%;height:100%;object-fit:cover}.mutual-connection-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--color-espresso);background:var(--color-pistachio);color:#fff}.mutual-connections-text{font-size:.875rem;color:#2f2219bf;font-weight:500}.profile-hero__meta{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:.25rem}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#2f2219a6}.meta-item svg{color:var(--color-caramel);flex-shrink:0}.profile-hero__bio{margin:.5rem 0 0;font-size:1.05rem;line-height:var(--line-relaxed);color:#2f2219cc;max-width:65ch}.profile-hero__actions{display:flex;gap:.75rem;margin-top:.5rem}.profile-hero__actions button{display:inline-flex;align-items:center;gap:.5rem}.profile-actions-dropdown{position:relative}.profile-actions-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(47,34,25,.12);border-radius:var(--radius-md);box-shadow:0 8px 24px #2f221926;min-width:220px;padding:.5rem;z-index:100}.profile-actions-menu__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;font-size:.9375rem;font-weight:500;color:var(--color-espresso);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease}.profile-actions-menu__item:hover{background:#8abf8a14;color:var(--color-espresso)}.profile-actions-menu__item svg{flex-shrink:0;color:#2f221999}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.stat-card{background:#fff7f099;border:1px solid rgba(180,123,85,.15);border-radius:var(--radius-md);padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease}.stat-card:hover{background:#fff7f0e6;border-color:#b47b5540;transform:translateY(-2px);box-shadow:var(--shadow-soft)}.stat-card--highlight{background:linear-gradient(135deg,#8abf8a1f,#f2e4d8cc);border-color:#8abf8a4d}.stat-card--highlight:hover{background:linear-gradient(135deg,#8abf8a2e,#f2e4d8f2)}.stat-card__value{font-family:var(--font-display);font-size:2.25rem;line-height:1;color:var(--color-espresso);display:flex;align-items:center;gap:.5rem}.stat-card--highlight .stat-card__value{color:var(--color-pistachio)}.stat-card__label{font-size:.9rem;color:#2f221999;font-weight:500}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(24px,4vw,32px);align-items:start}.profile-grid--compact{grid-template-columns:repeat(2,1fr)}.profile-section{background:#fff7f080;border:1px solid rgba(180,123,85,.12);border-radius:var(--radius-lg);padding:clamp(18px,2.5vw,28px);display:flex;flex-direction:column;gap:1.25rem}.profile-section--full{grid-column:1 / -1}.profile-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.profile-section__header h2{margin:0;font-size:1.4rem;font-weight:600;color:var(--color-espresso)}.profile-section__count{font-size:.85rem;color:#2f221980;font-weight:500}.profile-section__subtitle{font-size:.9rem;color:#2f22198c;font-style:italic}.profile-dual-scroll{display:grid;grid-template-columns:45fr 55fr;gap:clamp(20px,3vw,32px);align-items:start}.profile-scroll-section{background:#fff7f080;border:1px solid rgba(180,123,85,.12);border-radius:var(--radius-lg);padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:1.5rem;max-height:700px;overflow-y:auto;position:relative}.profile-scroll-section::-webkit-scrollbar{width:8px}.profile-scroll-section::-webkit-scrollbar-track{background:#b47b550d;border-radius:4px;margin:8px 0}.profile-scroll-section::-webkit-scrollbar-thumb{background:#b47b5540;border-radius:4px;transition:background .2s ease}.profile-scroll-section::-webkit-scrollbar-thumb:hover{background:#b47b5566}.profile-scroll-section{scrollbar-width:thin;scrollbar-color:rgba(180,123,85,.25) rgba(180,123,85,.05)}.profile-scroll-section--gratitude{border-left:3px solid rgba(138,191,138,.3)}.profile-scroll-section--journey{border-left:3px solid rgba(180,123,85,.3)}.journey-content{padding-right:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(32px,5vw,48px) clamp(20px,3vw,32px);gap:.75rem;min-height:200px}.empty-state__message{margin:0;font-size:1.05rem;color:#2f2219b3;font-weight:500}.empty-state__hint{margin:0;font-size:.9rem;color:#2f221980;font-style:italic}.gratitude-wall{display:flex;flex-direction:column;gap:1rem}.gratitude-note{background:var(--color-foam);border:1px solid rgba(180,123,85,.15);border-radius:var(--radius-md);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease;position:relative}.gratitude-note:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,#8abf8a26,#b47b551a);border-radius:inherit;opacity:0;transition:opacity .2s ease;z-index:-1}.gratitude-note:hover:before{opacity:1}.gratitude-note:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:#8abf8a40}.gratitude-note__message{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219d9;font-style:italic}.gratitude-note__footer{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-top:.75rem;border-top:1px solid rgba(180,123,85,.1)}.gratitude-note__author{font-size:.9rem;font-weight:600;color:var(--color-cocoa)}.gratitude-note__date{font-size:.8rem;color:#2f221980;font-variant-numeric:tabular-nums}.affiliation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.affiliation-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--color-foam);border:1px solid rgba(180,123,85,.12);border-radius:var(--radius-sm);transition:all .16s ease}.affiliation-item:hover{background:#ffffffe6;border-color:#b47b5533;transform:translate(4px)}.affiliation-item__icon{font-size:1.5rem;flex-shrink:0}.affiliation-item__content{display:flex;flex-direction:column;gap:.15rem}.affiliation-item__content strong{font-size:.95rem;color:var(--color-espresso);font-weight:600}.affiliation-item__content span{font-size:.85rem;color:#2f221999}.topic-cloud{display:flex;flex-wrap:wrap;gap:.65rem}.topic-tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#b47b5514;border:1px solid rgba(180,123,85,.15);border-radius:var(--radius-pill);font-size:.9rem;font-weight:500;color:var(--color-cocoa);transition:all .16s ease}.topic-tag:hover{background:#b47b5526;border-color:#b47b5540;transform:scale(1.05)}@media(max-width:900px){.profile-hero__content{grid-template-columns:1fr;gap:1.5rem}.profile-hero__avatar{width:140px;height:140px}.profile-grid,.profile-grid--compact,.profile-dual-scroll{grid-template-columns:1fr}.profile-scroll-section{max-height:500px}}@media(max-width:640px){.profile-hero__meta{flex-direction:column;gap:.75rem}.profile-stats{grid-template-columns:1fr}.profile-scroll-section{max-height:400px}}.gratitude-modal-overlay{position:fixed;inset:0;background:#2f221999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .2s ease}.gratitude-modal{position:relative;background:linear-gradient(135deg,#fffffffa,#fff7f0fa);border-radius:var(--radius-xxl);box-shadow:0 24px 48px #2f221926,0 0 0 1px #fffc inset;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gratitude-modal__close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;border:none;background:#2f221914;color:#2f221999;font-size:1.5rem;line-height:1;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.gratitude-modal__close:hover{background:#2f22191f;color:var(--color-espresso);transform:scale(1.1)}.gratitude-modal__header{text-align:center;padding:2.5rem 2rem 1.5rem;border-bottom:1px solid rgba(47,34,25,.08)}.gratitude-modal__icon{font-size:3rem;line-height:1;margin-bottom:1rem;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.gratitude-modal__header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--color-espresso)}.gratitude-modal__subtitle{margin:0;font-size:1rem;color:#2f2219a6;line-height:1.5}.gratitude-modal__body{padding:2rem;display:flex;flex-direction:column;gap:1.75rem}.gratitude-modal__person{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#fff7f0cc,#f2e4d866);border-radius:var(--radius-lg);border:1px solid rgba(138,191,138,.15)}.gratitude-modal__person-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #2f22191f;flex-shrink:0}.gratitude-modal__person-info{flex:1;min-width:0}.gratitude-modal__person-name{font-size:1.1rem;font-weight:600;color:var(--color-espresso);margin-bottom:.25rem}.gratitude-modal__person-headline{font-size:.9rem;color:#2f2219a6;line-height:1.4}.gratitude-modal__input-wrapper{display:flex;flex-direction:column;gap:.75rem}.gratitude-modal__label{font-size:.95rem;font-weight:600;color:#2f2219d9;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem}.gratitude-modal__textarea{width:100%;padding:1rem 1.25rem;border:2px solid rgba(47,34,25,.12);border-radius:var(--radius-lg);font-family:inherit;font-size:1rem;line-height:1.6;color:var(--color-espresso);background:#fff;resize:vertical;min-height:140px;transition:all .2s ease}.gratitude-modal__textarea:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 4px #8abf8a1a;background:#fff}.gratitude-modal__textarea::placeholder{color:#2f221966}.gratitude-modal__counter{text-align:right;font-size:.85rem;color:#2f221980}.gratitude-modal__counter .is-low{color:#b47b55e6;font-weight:600}.gratitude-modal__info{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#8abf8a14;border-left:3px solid rgba(138,191,138,.4);border-radius:var(--radius-md)}.gratitude-modal__info-icon{font-size:1.25rem;line-height:1;flex-shrink:0}.gratitude-modal__info p{margin:0;font-size:.9rem;line-height:1.6;color:#2f2219bf}.gratitude-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid rgba(47,34,25,.08);background:#fff7f066;border-bottom-left-radius:var(--radius-xxl);border-bottom-right-radius:var(--radius-xxl)}.gratitude-modal__selection{display:flex;flex-direction:column;gap:1rem}.gratitude-modal__search-wrapper{position:relative;display:flex;align-items:center}.gratitude-modal__search-icon{position:absolute;left:1rem;color:#2f221966;pointer-events:none}.gratitude-modal__search-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:2px solid rgba(47,34,25,.12);border-radius:var(--radius-lg);font-family:inherit;font-size:1rem;color:var(--color-espresso);background:#fff;transition:all .2s ease}.gratitude-modal__search-input:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 4px #8abf8a1a}.gratitude-modal__search-input::placeholder{color:#2f221966}.gratitude-modal__people-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.gratitude-modal__list-label{font-size:.85rem;font-weight:600;color:#2f221980;text-transform:uppercase;letter-spacing:.03em;margin:0 0 .25rem}.gratitude-modal__person-option{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:transparent;border:1px solid rgba(47,34,25,.08);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.gratitude-modal__person-option:hover{background:#8abf8a14;border-color:#8abf8a33}.gratitude-modal__person-option .gratitude-modal__person-avatar{width:44px;height:44px}.gratitude-modal__person-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#8abf8a33;color:#2f221999;font-weight:600;font-size:1.1rem}.gratitude-modal__empty{text-align:center;color:#2f221980;padding:1.5rem;font-size:.95rem}.gratitude-modal__change-person{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#8abf8ae6;font-size:.85rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:all .2s ease}.gratitude-modal__change-person:hover{background:#8abf8a1a;color:var(--color-pistachio)}.gratitude-modal__person{position:relative}@media(max-width:640px){.gratitude-modal-overlay{padding:1rem}.gratitude-modal{max-height:95vh}.gratitude-modal__header{padding:2rem 1.5rem 1.25rem}.gratitude-modal__header h2{font-size:1.5rem}.gratitude-modal__body{padding:1.5rem;gap:1.5rem}.gratitude-modal__person{padding:1rem}.gratitude-modal__footer{padding:1.25rem 1.5rem;flex-direction:column}.gratitude-modal__footer button{width:100%}}.conversations-inbox{display:grid;grid-template-columns:320px 1fr;gap:0;height:calc(100vh - 80px);max-height:calc(100vh - 80px);overflow:hidden;column-gap:.75rem}.conversations-inbox--no-sidebar{grid-template-columns:1fr;column-gap:0}.conversations-inbox__sidebar{background:#fffffff2;border-right:1px solid rgba(47,34,25,.1);display:flex;flex-direction:column;height:100%;overflow:hidden}.conversations-inbox__sidebar-header{padding:1.5rem 1.25rem 1rem;border-bottom:1px solid rgba(47,34,25,.08);display:flex;justify-content:space-between;align-items:center}.conversations-inbox__sidebar-header h2{margin:0;font-size:1.25rem;color:var(--color-espresso)}.conversations-inbox__sort{padding:.35rem .75rem;border-radius:var(--radius-pill);border:1px solid rgba(47,34,25,.15);background:#fff;font-size:.8rem;font-weight:500;color:#2f2219bf;cursor:pointer;transition:all .2s ease}.conversations-inbox__sort:hover{border-color:#8abf8a80;background:#8abf8a0d}.conversations-inbox__search{padding:.75rem 1.25rem;border-bottom:1px solid rgba(47,34,25,.08)}.conversations-inbox__search-input{width:100%;padding:.65rem .85rem;border:1px solid rgba(47,34,25,.15);border-radius:var(--radius-lg);font-size:.9rem;background:#fff;transition:all .2s ease}.conversations-inbox__search-input:focus{outline:none;border-color:#8abf8a80;background:#fff;box-shadow:0 0 0 3px #8abf8a14}.conversations-inbox__search-input::placeholder{color:#2f221966}.conversations-inbox__people-list{flex:1;overflow-y:auto;padding:.5rem}.conversations-inbox__person-item{display:flex;align-items:center;gap:.85rem;padding:.85rem;border:none;background:transparent;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;width:100%;text-align:left;position:relative}.conversations-inbox__person-item:hover{background:#fff7f099}.conversations-inbox__person-item.is-selected{background:#8abf8a26;box-shadow:inset 3px 0 #8abf8acc}.conversations-inbox__person-avatar{position:relative;flex-shrink:0}.conversations-inbox__person-avatar img,.conversations-inbox__person-avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.conversations-inbox__person-avatar-placeholder{background:linear-gradient(135deg,#8abf8a4d,#f2e4d8cc);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;color:var(--color-espresso)}.conversations-inbox__unread-badge{position:absolute;top:-4px;right:-4px;background:#8abf8af2;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;box-shadow:0 2px 6px #8abf8a66;z-index:2}.conversations-inbox__upcoming-badge{position:absolute;bottom:-4px;right:-4px;background:linear-gradient(135deg,#f2e4d8fa,#ffebcdfa);border:2px solid rgba(138,191,138,.6);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 2px 8px #8abf8a4d;z-index:1}.conversations-inbox__person-info{flex:1;min-width:0}.conversations-inbox__person-name{font-weight:600;font-size:.95rem;color:var(--color-espresso);margin-bottom:.2rem}.conversations-inbox__person-activity{font-size:.8rem;color:#2f221999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversations-inbox__action-badge{background:#ffc107e6;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.conversations-inbox__detail{background:#fcfaf799;overflow-y:auto;height:100%;padding-right:1.5rem}.conversations-inbox__detail::-webkit-scrollbar{width:6px}.conversations-inbox__detail::-webkit-scrollbar-track{background:#2f22190d;border-radius:3px}.conversations-inbox__detail::-webkit-scrollbar-thumb{background:#2f221933;border-radius:3px}.conversations-inbox__detail::-webkit-scrollbar-thumb:hover{background:#2f22194d}.conversations-inbox__overview{padding:2.5rem 0 2.5rem 1rem}.conversations-inbox__overview h1{margin:0 0 .5rem;font-size:2rem;color:var(--color-espresso)}.conversations-inbox__overview-subtitle{margin:0 0 2rem;font-size:1rem;color:#2f221999}.conversations-inbox__action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2.5rem}.conversations-inbox__action-card{padding:1.5rem;border-radius:var(--radius-xl);display:flex;gap:1rem;transition:all .2s ease;cursor:pointer}.conversations-inbox__action-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.conversations-inbox__action-card--gratitude{background:linear-gradient(135deg,#fff5ebf2,#ffedd5f2);border:1px solid rgba(255,193,7,.2)}.conversations-inbox__action-card--upcoming{background:linear-gradient(135deg,#e8f5e9f2,#c8e6c9f2);border:1px solid rgba(138,191,138,.3)}.conversations-inbox__action-card-icon{font-size:2rem;line-height:1}.conversations-inbox__action-card-content{flex:1}.conversations-inbox__action-card-content h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--color-espresso)}.conversations-inbox__action-card-content p{margin:0 0 .75rem;font-size:.9rem;color:#2f2219b3}.conversations-inbox__action-card-people{display:flex;gap:.5rem;flex-wrap:wrap}.conversations-inbox__action-card-person{background:#fff;border:none;border-radius:var(--radius-pill);padding:.35rem .85rem;font-size:.8rem;font-weight:500;color:var(--color-espresso);cursor:pointer;transition:all .2s ease}.conversations-inbox__action-card-person:hover{background:#8abf8a33;transform:scale(1.05)}.conversations-inbox__week-calendar{margin-bottom:2.5rem}.conversations-inbox__week-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.conversations-inbox__week-calendar h2{margin:0;font-size:1.3rem;color:var(--color-espresso)}.conversations-inbox__week-nav{display:flex;gap:.5rem}.conversations-inbox__week-nav button{background:#fff;border:1px solid rgba(47,34,25,.15);border-radius:var(--radius-pill);padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#2f2219bf;cursor:pointer;transition:all .2s ease}.conversations-inbox__week-nav button:hover{border-color:#8abf8a80;background:#8abf8a0d}.conversations-inbox__week-nav button.is-active{background:#8abf8a26;border-color:#8abf8a80;color:var(--color-espresso)}.conversations-inbox__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.conversations-inbox__stat{text-align:center;padding:1.5rem;background:#fff;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.08)}.conversations-inbox__stat-number{font-size:2rem;font-weight:700;color:#8abf8ae6;margin-bottom:.25rem}.conversations-inbox__stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#2f221999}.conversations-inbox__person-detail{padding:1.5rem 0 2rem 1rem}.conversations-inbox__person-header{margin-bottom:1.5rem}.conversations-inbox__back-btn{background:none;border:none;color:#2f2219a6;font-size:.9rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s ease}.conversations-inbox__back-btn:hover{color:var(--color-espresso)}.conversations-inbox__person-header-main{display:flex;justify-content:space-between;align-items:center;gap:2rem}.conversations-inbox__person-header-info{display:flex;align-items:center;gap:1.25rem;flex:1}.conversations-inbox__person-header-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a}.conversations-inbox__person-header-info h1{margin:0 0 .25rem;font-size:1.6rem;color:var(--color-espresso)}.conversations-inbox__person-header-info p{margin:0;font-size:.95rem;color:#2f2219a6}.conversations-inbox__person-header-actions{display:flex;gap:.75rem;flex-shrink:0}.conversations-inbox__tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(47,34,25,.1)}.conversations-inbox__tab{background:none;border:none;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;color:#2f221999;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;margin-bottom:-1px}.conversations-inbox__tab:hover{color:var(--color-espresso)}.conversations-inbox__tab.is-active{color:var(--color-espresso);border-bottom-color:#8abf8acc}.conversations-inbox__alert{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;border:1px solid}.conversations-inbox__alert--upcoming{background:linear-gradient(135deg,#e8f5e9cc,#c8e6c9cc);border-color:#8abf8a66}.conversations-inbox__alert-icon{font-size:2rem;line-height:1}.conversations-inbox__alert-content{flex:1}.conversations-inbox__alert-title{font-weight:600;font-size:1rem;color:var(--color-espresso);margin-bottom:.25rem}.conversations-inbox__alert-text{font-size:.9rem;color:#2f2219bf}.conversations-inbox__flow-section{margin-bottom:2.5rem}.conversations-inbox__flow-section-title{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:var(--color-espresso);display:flex;align-items:center;gap:.75rem}.conversations-inbox__unread-count{background:#8abf8a33;color:#2f2219cc;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600}.conversations-inbox__notes-textarea{width:100%;min-height:120px;padding:1rem;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.15);background:#fff;font-family:inherit;font-size:.95rem;line-height:1.6;resize:vertical;transition:border-color .2s ease}.conversations-inbox__notes-textarea:focus{outline:none;border-color:#8abf8a80;background:#fff}.conversations-inbox__prep-card{background:linear-gradient(135deg,#e8f5e980,#f2e4d84d);border:1px solid rgba(138,191,138,.3);border-radius:var(--radius-xl);padding:1.75rem;box-shadow:0 4px 12px #8abf8a14}.conversations-inbox__prep-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.conversations-inbox__prep-icon{font-size:2.5rem;line-height:1}.conversations-inbox__prep-info{flex:1}.conversations-inbox__prep-date{font-size:1.1rem;font-weight:600;color:var(--color-espresso);margin-bottom:.25rem}.conversations-inbox__prep-time{font-size:.95rem;color:#2f2219b3}.conversations-inbox__details-toggle{background:none;border:none;color:#2f2219b3;font-size:.9rem;font-weight:500;padding:.5rem 0;margin-bottom:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.conversations-inbox__details-toggle:hover{color:var(--color-espresso)}.conversations-inbox__details-toggle span{display:flex;align-items:center;gap:.4rem}.conversations-inbox__meeting-details{background:#fffc;border:1px solid rgba(138,191,138,.2);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.conversations-inbox__meeting-detail-row{display:flex;align-items:flex-start;gap:1rem}.conversations-inbox__meeting-detail-label{font-size:.85rem;font-weight:600;color:#2f2219a6;text-transform:uppercase;letter-spacing:.03em;min-width:100px;flex-shrink:0}.conversations-inbox__meeting-detail-value{font-size:.95rem;color:var(--color-espresso);display:flex;align-items:center;gap:.5rem}.conversations-inbox__meeting-link{font-size:.9rem;color:#8abf8ad9;text-decoration:none;word-break:break-all;transition:all .2s ease;border-bottom:1px solid rgba(138,191,138,.3)}.conversations-inbox__meeting-link:hover{color:#8abf8a;border-bottom-color:#8abf8a99}.conversations-inbox__prep-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.conversations-inbox__prep-actions button{font-size:.9rem;padding:.6rem 1.25rem}.conversations-inbox__prep-context{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(47,34,25,.1)}.conversations-inbox__prep-context h3{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#2f2219b3;text-transform:uppercase;letter-spacing:.03em}.conversations-inbox__prep-context-items{display:flex;flex-wrap:wrap;gap:.5rem}.conversations-inbox__prep-tag{background:#8abf8a26;border:1px solid rgba(138,191,138,.3);border-radius:var(--radius-pill);padding:.4rem .9rem;font-size:.85rem;color:#2f2219cc}.conversations-inbox__prep-notes h3{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#2f2219b3;text-transform:uppercase;letter-spacing:.03em}.conversations-inbox__prep-textarea{width:100%;padding:1rem;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.15);background:#fff;font-family:inherit;font-size:.95rem;line-height:1.6;resize:vertical;transition:border-color .2s ease}.conversations-inbox__notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.conversations-inbox__add-note-btn{padding:.5rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(138,191,138,.3);background:#8abf8a14;color:var(--color-espresso);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.conversations-inbox__add-note-btn:hover{background:#8abf8a26;border-color:#8abf8a80}.conversations-inbox__note-entry{background:#fff;border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;border:1px solid rgba(47,34,25,.08);box-shadow:0 2px 4px #00000005}.conversations-inbox__note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.conversations-inbox__note-timestamp{font-size:.8rem;color:#2f221980;font-weight:500}.conversations-inbox__note-text{font-size:.95rem;line-height:1.6;color:#2f2219d9;white-space:pre-wrap}.conversations-inbox__notes-empty{text-align:center;padding:2rem 1rem;color:#2f221980;font-size:.9rem}.conversations-inbox__messages-flow{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid rgba(47,34,25,.08);margin-bottom:1rem;max-height:500px;overflow-y:auto}.conversations-inbox__messages-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.conversations-inbox__messages-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.conversations-inbox__messages-empty-text{font-size:1.1rem;font-weight:600;color:#2f221999;margin-bottom:.5rem}.conversations-inbox__messages-empty-hint{font-size:.9rem;color:#2f221966}.conversations-inbox__message-flow{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(47,34,25,.06)}.conversations-inbox__message-flow:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.conversations-inbox__message-flow-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.conversations-inbox__message-flow-sender{font-weight:600;font-size:.9rem;color:var(--color-espresso)}.conversations-inbox__message-flow.is-from-me .conversations-inbox__message-flow-sender{color:#8abf8ae6}.conversations-inbox__message-flow-time{font-size:.75rem;color:#2f221980}.conversations-inbox__message-flow-content{font-size:.95rem;line-height:1.6;color:#2f2219d9}.conversations-inbox__message-compose{background:#fff;border-radius:var(--radius-lg);padding:1rem;border:1px solid rgba(47,34,25,.08);display:flex;flex-direction:column;gap:.75rem}.conversations-inbox__message-compose textarea{width:100%;padding:.75rem;border-radius:var(--radius-md);border:1px solid rgba(47,34,25,.15);font-family:inherit;font-size:.9rem;resize:vertical}.conversations-inbox__message-compose textarea:focus{outline:none;border-color:#8abf8a80}.conversations-inbox__message-compose button{align-self:flex-end}.conversations-inbox__past-flow{background:#fff;border-radius:var(--radius-lg);padding:1rem;border:1px solid rgba(47,34,25,.08)}.conversations-inbox__past-flow-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(47,34,25,.06)}.conversations-inbox__past-flow-item:last-child{border-bottom:none}.conversations-inbox__past-flow-date{font-size:.95rem;font-weight:500;color:var(--color-espresso)}.conversations-inbox__show-more{background:none;border:none;width:100%;padding:1rem;color:#2f2219a6;font-size:.9rem;cursor:pointer;transition:color .2s ease;text-align:center}.conversations-inbox__show-more:hover{color:var(--color-espresso);background:#fff7f080}.conversations-inbox__about-bio-flow{margin:0 0 1.25rem;font-size:.95rem;line-height:1.7;color:#2f2219cc}.conversations-inbox__about-tags-flow{display:flex;flex-wrap:wrap;gap:.65rem}.conversations-inbox__tag-flow{background:#8abf8a1f;border:1px solid rgba(138,191,138,.2);border-radius:var(--radius-pill);padding:.5rem 1rem;font-size:.85rem;color:#2f2219bf}.conversations-inbox__section{background:#fff;border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden;border:1px solid rgba(47,34,25,.08);transition:all .3s ease}.conversations-inbox__section.is-expanded{box-shadow:0 4px 16px #0000000f}.conversations-inbox__section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;transition:background .2s ease;text-align:left}.conversations-inbox__section-header:hover{background:#fff7f080}.conversations-inbox__section-title{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:600;color:var(--color-espresso)}.conversations-inbox__section-icon{font-size:1.3rem}.conversations-inbox__section-badge{background:#8abf8a33;color:#2f2219cc;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;margin-left:.5rem}.conversations-inbox__section-meta{font-size:.85rem;color:#2f221999}.conversations-inbox__section-content{padding:0 1.5rem 1.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.conversations-inbox__cafecito-details{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.conversations-inbox__detail-item{display:flex;flex-direction:column;gap:.5rem}.conversations-inbox__detail-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#2f221999;font-weight:600}.conversations-inbox__detail-value{font-size:.95rem;color:var(--color-espresso)}.conversations-inbox__prep-textarea{width:100%;min-height:100px;padding:.85rem;border-radius:var(--radius-md);border:1px solid rgba(47,34,25,.15);font-family:inherit;font-size:.9rem;line-height:1.6;resize:vertical;transition:border-color .2s ease}.conversations-inbox__prep-textarea:focus{outline:none;border-color:#8abf8a80}.conversations-inbox__tags{display:flex;flex-wrap:wrap;gap:.5rem}.conversations-inbox__tag{background:#fff7f0e6;border-radius:var(--radius-pill);padding:.35rem .85rem;font-size:.8rem;color:#2f2219bf}.conversations-inbox__section-actions{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(47,34,25,.08)}.conversations-inbox__messages{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:500px;overflow-y:auto;padding:.5rem}.conversations-inbox__message{display:flex;flex-direction:column;gap:.3rem;max-width:75%}.conversations-inbox__message.is-from-me{align-self:flex-end}.conversations-inbox__message.is-from-me .conversations-inbox__message-content{background:#8abf8a33;border-color:#8abf8a4d}.conversations-inbox__message-sender{font-size:.75rem;font-weight:600;color:#2f221999;margin-bottom:.15rem}.conversations-inbox__message-content{background:#fff;border:1px solid rgba(47,34,25,.1);border-radius:var(--radius-lg);padding:.75rem 1rem;font-size:.9rem;line-height:1.5;color:var(--color-espresso)}.conversations-inbox__message-time{font-size:.7rem;color:#2f221980}.conversations-inbox__message-input{display:flex;gap:.75rem;align-items:flex-end;padding-top:1rem;border-top:1px solid rgba(47,34,25,.08)}.conversations-inbox__message-input textarea{flex:1;min-height:60px;padding:.75rem;border-radius:var(--radius-md);border:1px solid rgba(47,34,25,.15);font-family:inherit;font-size:.9rem;resize:vertical}.conversations-inbox__message-input textarea:focus{outline:none;border-color:#8abf8a80}.conversations-inbox__past-meetings{display:flex;flex-direction:column;gap:.75rem}.conversations-inbox__past-meeting{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:#fff7f080;border-radius:var(--radius-md)}.conversations-inbox__past-meeting-date{font-size:.9rem;font-weight:500;color:var(--color-espresso)}.conversations-inbox__about{background:#fff7f080;border-radius:var(--radius-lg);padding:1.5rem;margin-top:1.5rem}.conversations-inbox__about h3{margin:0 0 .75rem;font-size:1.05rem;color:var(--color-espresso)}.conversations-inbox__about-bio{margin:0 0 1rem;font-size:.9rem;line-height:1.6;color:#2f2219bf}.conversations-inbox__about-tags{display:flex;flex-wrap:wrap;gap:.5rem}.conversations-inbox__quick-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(47,34,25,.08)}@media(max-width:1024px){.conversations-inbox{grid-template-columns:280px 1fr}.conversations-inbox__overview{padding:2rem}.conversations-inbox__person-detail{padding:1.25rem 1.5rem}}@media(max-width:768px){.conversations-inbox{grid-template-columns:1fr}.conversations-inbox__sidebar{display:none}.conversations-inbox__overview{padding:1.5rem}.conversations-inbox__action-cards{grid-template-columns:1fr}.conversations-inbox__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.conversations-inbox__person-detail{padding:1rem}}.chat-window{display:flex;flex-direction:column;height:calc(100vh - 350px);min-height:500px;background:#fff;border-radius:var(--radius-xl);border:1px solid rgba(47,34,25,.08);overflow:hidden;box-shadow:0 2px 8px #0000000a}.chat-window__messages{flex:1;overflow-y:auto;padding:1.5rem;background:linear-gradient(to bottom,#fcfaf766,#fffffff2);display:flex;flex-direction:column;gap:.5rem}.chat-window__messages::-webkit-scrollbar{width:6px}.chat-window__messages::-webkit-scrollbar-track{background:#2f221908}.chat-window__messages::-webkit-scrollbar-thumb{background:#2f221926;border-radius:3px}.chat-window__messages::-webkit-scrollbar-thumb:hover{background:#2f221940}.chat-window__date-separator{display:flex;align-items:center;justify-content:center;margin:1rem 0}.chat-window__date-separator span{background:#2f221914;color:#2f221999;padding:.35rem .85rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.chat-window__message{display:flex;margin-bottom:.35rem}.chat-window__message--mine{justify-content:flex-end}.chat-window__message-bubble{max-width:65%;display:flex;flex-direction:column;gap:.25rem}.chat-window__message-content{background:#fff;border:1px solid rgba(47,34,25,.12);border-radius:1rem;padding:.65rem .9rem;font-size:.9rem;line-height:1.5;color:var(--color-espresso);word-wrap:break-word;box-shadow:0 1px 2px #00000008}.chat-window__message--mine .chat-window__message-content{background:linear-gradient(135deg,#8abf8a26,#8abf8a14);border-color:#8abf8a40}.chat-window__message-time{font-size:.7rem;color:#2f221973;padding:0 .5rem;align-self:flex-start}.chat-window__message--mine .chat-window__message-time{align-self:flex-end}.chat-window__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.chat-window__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.3;color:#2f221980}.chat-window__empty-text{font-size:1.1rem;font-weight:600;color:#2f221980;margin-bottom:.5rem}.chat-window__empty-hint{font-size:.9rem;color:#2f221959}.chat-window__input{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#fffcf8f2;border-top:1px solid rgba(47,34,25,.08);align-items:flex-end}.chat-window__input textarea{flex:1;min-height:80px;max-height:150px;padding:.75rem .9rem;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.15);font-family:inherit;font-size:.9rem;resize:none;background:#fff;transition:all .2s ease;line-height:1.5}.chat-window__input textarea:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 3px #8abf8a14}.chat-window__input button{padding:.65rem 1.5rem;flex-shrink:0}.guidelines-modal-overlay{position:fixed;inset:0;background:#2f221980;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.guidelines-modal{background:#fff;border-radius:var(--radius-xl);max-width:560px;width:100%;box-shadow:0 20px 60px #2f22194d;animation:slideUp .3s ease;max-height:90vh;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.guidelines-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:2rem 2rem 1rem;border-bottom:1px solid rgba(47,34,25,.1)}.guidelines-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-espresso);line-height:1.3}.guidelines-modal__close{background:none;border:none;font-size:2rem;line-height:1;color:#2f221966;cursor:pointer;padding:0;margin:-.25rem -.25rem 0 0;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md)}.guidelines-modal__close:hover{background:#2f22190d;color:#2f2219b3}.guidelines-modal__content{padding:1.5rem 2rem;overflow-y:auto;flex:1}.guidelines-modal__intro{font-size:1rem;line-height:1.6;color:#2f2219cc;margin:0 0 1.5rem}.guidelines-modal__rules{display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0 0 1.5rem}.guidelines-modal__rule{padding:1rem 1.25rem;background:linear-gradient(135deg,#8abf8a0d,#f2e4d81a);border:2px solid rgba(138,191,138,.2);border-radius:var(--radius-md);font-size:.95rem;line-height:1.6;color:#2f2219d9;display:flex;align-items:flex-start;gap:.85rem;cursor:pointer;transition:all .2s ease}.guidelines-modal__rule:hover{background:linear-gradient(135deg,#8abf8a14,#f2e4d826);border-color:#8abf8a59}.guidelines-modal__rule:has(input:checked){background:linear-gradient(135deg,#8abf8a1f,#f2e4d833);border-color:#8abf8a80;border-left-width:4px}.guidelines-modal__checkbox{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;cursor:pointer;accent-color:rgba(138,191,138,.9)}.guidelines-modal__rule-text{flex:1}.guidelines-modal__footer{font-size:.9rem;line-height:1.5;color:#2f2219a6;margin:0;font-style:italic;text-align:center}.guidelines-modal__actions{padding:1.5rem 2rem 2rem;border-top:1px solid rgba(47,34,25,.1);display:flex;justify-content:flex-end;gap:.75rem}.guidelines-modal__btn{padding:.75rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;border:none}.guidelines-modal__btn--secondary{background:transparent;color:#2f2219b3;border:1px solid rgba(47,34,25,.2)}.guidelines-modal__btn--secondary:hover{background:#2f22190d;color:#2f2219d9;border-color:#2f22194d}.guidelines-modal__btn--primary{background:#8abf8ae6;color:#fff;border:1px solid rgba(138,191,138,1)}.guidelines-modal__btn--primary:hover:not(:disabled){background:#8abf8a;transform:translateY(-1px);box-shadow:0 4px 12px #8abf8a4d}.guidelines-modal__btn--primary:active:not(:disabled){transform:translateY(0)}.guidelines-modal__btn--primary:disabled{background:#2f221926;color:#2f221966;border-color:#2f221933;cursor:not-allowed;opacity:.6}@media(max-width:640px){.guidelines-modal{max-height:95vh}.guidelines-modal__header{padding:1.5rem 1.5rem 1rem}.guidelines-modal__header h2{font-size:1.25rem}.guidelines-modal__content{padding:1.25rem 1.5rem}.guidelines-modal__actions{padding:1.25rem 1.5rem 1.5rem}.guidelines-modal__rule{padding:.85rem 1rem;font-size:.9rem}.guidelines-modal__actions{flex-direction:column}.guidelines-modal__btn{width:100%}}.community-view{display:flex;flex-direction:column}.community-banner{background:linear-gradient(135deg,#8abf8a14,#f2e4d826);border-bottom:1px solid rgba(47,34,25,.1);transition:all .3s ease}.community-banner__content{max-width:1400px;margin:0 auto;padding:1.75rem 2rem}.community-banner__main{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.community-banner__text h1{font-size:1.75rem;font-weight:700;color:var(--color-espresso);margin:0 0 .5rem;line-height:1.2}.community-banner__description{font-size:1rem;line-height:1.6;color:#2f2219bf;margin:0 0 .75rem;max-width:650px}.community-banner__meta{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#2f221999;font-weight:500}.community-banner__actions{flex-shrink:0;display:flex;align-items:center;gap:.75rem}.community-banner__membership-btn{padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.community-banner__membership-btn--not-member{background:#8abf8ae6;color:#fff;border:1px solid rgba(138,191,138,1)}.community-banner__membership-btn--not-member:hover:not(:disabled){background:#8abf8a;transform:translateY(-1px);box-shadow:0 4px 12px #8abf8a4d}.community-banner__membership-btn--not-member:disabled{background:#2f221926;color:#2f221980;border:1px solid rgba(47,34,25,.2);cursor:not-allowed}.community-banner__membership-btn--pending{background:#f5b54926;color:#b47b32f2;border:1px solid rgba(245,181,73,.4)}.community-banner__membership-btn--pending:hover{background:#f5b54940}.community-banner__membership-btn--member{background:#8abf8a26;color:#2f2219d9;border:1px solid rgba(138,191,138,.3)}.community-banner__membership-btn--member:hover{background:#dc35451a;color:#dc3545e6;border-color:#dc35454d}.community-banner__membership-btn--member:hover:after{content:" (Leave)";font-weight:500}.community-banner__expand-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:#8abf8ae6;background:#8abf8a1a;border:1px solid rgba(138,191,138,.25);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease}.community-banner__expand-btn:hover{background:#8abf8a26;border-color:#8abf8a66}.community-banner__expanded{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(47,34,25,.1);max-width:750px}.community-banner__full-description{font-size:1rem;line-height:1.7;color:#2f2219cc;margin:0 0 1rem}.community-banner__visibility{font-size:.9rem;color:#2f2219a6}.community-banner__visibility strong{font-weight:600}.community-tabs{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;gap:.5rem;border-bottom:2px solid rgba(47,34,25,.1)}.community-tabs__tab{padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;color:#2f221999;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s ease}.community-tabs__tab:hover{color:var(--color-espresso);background:#8abf8a0d}.community-tabs__tab.is-active{color:var(--color-espresso);border-bottom-color:#8abf8acc}.community-content{width:100%}.community-view__members-container{max-width:1400px;margin:0 auto;padding:2rem}.community-view__members{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.community-view__empty{max-width:1400px;margin:0 auto;padding:4rem 2rem;text-align:center;color:#2f221980}.community-view__error{padding:4rem 2rem;text-align:center}.community-view__error h2{font-size:1.5rem;color:var(--color-espresso);margin:0 0 .5rem}.community-view__error p{color:#2f221999;margin:0}.community-rules-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(47,34,25,.08);margin-bottom:1.5rem}.community-rules-card h3{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:var(--color-espresso)}.community-rules-card__rules{list-style:none;padding:0;margin:0}.community-rules-card__rules li{padding:.65rem 0;border-bottom:1px solid rgba(47,34,25,.06);font-size:.9rem;line-height:1.5;color:#2f2219bf;display:flex;align-items:flex-start;gap:.5rem}.community-rules-card__rules li:before{content:"•";color:#8abf8ab3;font-weight:700;flex-shrink:0}.community-rules-card__rules li:last-child{border-bottom:none;padding-bottom:0}.community-rules-card__moderators{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(47,34,25,.08)}.community-rules-card__moderators h4{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#2f2219b3;text-transform:uppercase;letter-spacing:.03em}.community-rules-card__moderator-list{display:flex;gap:.75rem;flex-wrap:wrap}.community-rules-card__moderator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#8abf8a14;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;color:#2f2219cc}.community-rules-card__moderator img,.community-rules-card__moderator-placeholder{width:24px;height:24px;border-radius:50%;object-fit:cover}.community-rules-card__moderator-placeholder{background:linear-gradient(135deg,#8abf8a4d,#f2e4d8cc);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--color-espresso)}.feed-test__scope-tag--community{background:#8abf8a1f;border:1px solid rgba(138,191,138,.3);color:#2f2219d9;padding:.4rem .75rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.feed-test__scope-remove{background:none;border:none;color:#2f221980;font-size:.85rem;cursor:pointer;padding:0;margin-left:.25rem;transition:color .2s ease}.feed-test__scope-remove:hover{color:#2f2219cc}@media(max-width:1200px){.community-banner__content,.community-tabs,.community-view__members-container{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:768px){.community-banner__content{padding:1.5rem 1rem}.community-banner__main{flex-direction:column;gap:1rem}.community-banner__text h1{font-size:1.5rem}.community-tabs,.community-view__members-container{padding-left:1rem;padding-right:1rem}.community-tabs{overflow-x:auto}.community-tabs__tab{white-space:nowrap}.community-view__members{grid-template-columns:1fr}}.community-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(47,34,25,.1);border-radius:12px;overflow:hidden;transition:all .2s ease}.community-card:hover{border-color:#b47b5540;box-shadow:0 4px 12px #2f221914;transform:translateY(-2px)}.community-card__hero{position:relative;width:100%;height:140px;overflow:hidden;background:linear-gradient(135deg,#b47b5526,#8abf8a26)}.community-card__hero img{width:100%;height:100%;object-fit:cover}.community-card__hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d4a574,#8abf8a);opacity:.3}.community-card__member-badge{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:#fff;background:#8abf8af2;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.community-card__body{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem}.community-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.community-card__header h3{flex:1;font-size:1.125rem;font-weight:700;color:var(--color-espresso);margin:0;line-height:1.3}.community-card__visibility{flex-shrink:0;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:10px}.community-card__visibility--public{color:#8abf8ae6;background:#8abf8a1f;border:1px solid rgba(138,191,138,.25)}.community-card__visibility--private{color:#b47b55e6;background:#b47b551f;border:1px solid rgba(180,123,85,.25)}.community-card__description{font-size:.9375rem;line-height:1.5;color:#2f2219bf;margin:0}.community-card__meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8125rem}.community-card__meta-item{color:#2f221999}.community-card__meta-item--highlight{color:#8abf8ae6;font-weight:600}.community-card__match-reasons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.community-card__match-reason{padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:#b47b55e6;background:#b47b551a;border-radius:10px;border:1px solid rgba(180,123,85,.2)}.community-card__actions{display:flex;gap:.75rem;padding:0 1.25rem 1.25rem;margin-top:auto}.community-card__actions button{flex:1}@media(max-width:768px){.community-card__hero{height:120px}.community-card__body{padding:1rem}.community-card__actions{padding:0 1rem 1rem}}.search-results{display:flex;flex-direction:column;gap:2rem;padding:0 .5rem}.search-results__header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.search-results__header-main h1{font-size:2rem;font-weight:700;color:var(--color-espresso);margin:0 0 .5rem}.search-results__count{font-size:.9375rem;color:#2f221999;margin:0}.search-results__filters{display:flex;gap:1.5rem;align-items:center}.search-results__filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--color-espresso);cursor:pointer;-webkit-user-select:none;user-select:none}.search-results__filter-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--color-pistachio)}.search-results__filter-checkbox span{font-weight:500}.search-results__tabs{display:flex;gap:.5rem;border-bottom:2px solid rgba(47,34,25,.1);overflow-x:auto}.search-results__tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;color:#2f221999;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-results__tab:hover{color:var(--color-espresso);background:#8abf8a0d}.search-results__tab--active{color:var(--color-espresso);border-bottom-color:#8abf8acc}.search-results__tab-count{padding:.125rem .5rem;font-size:.75rem;font-weight:600;color:#2f221999;background:#2f221914;border-radius:10px}.search-results__tab--active .search-results__tab-count{color:#8abf8ae6;background:#8abf8a26}.search-results__content{min-height:400px}.search-results__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.search-results__list{display:flex;flex-direction:column;gap:1rem;max-width:800px}.search-results__event-card{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;background:#fff;border:1px solid rgba(47,34,25,.1);border-left:3px solid rgba(228,138,60,.5);border-radius:12px;transition:all .2s ease}.search-results__event-card:hover{border-color:#e48a3c4d;box-shadow:0 4px 12px #2f221914;transform:translateY(-2px)}.search-results__event-main{flex:1}.search-results__event-main h3{font-size:1.125rem;font-weight:700;color:var(--color-espresso);margin:0 0 .5rem}.search-results__event-host{font-size:.9375rem;color:#2f2219b3;margin:0 0 .75rem}.search-results__event-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#2f221999}.search-results__event-action{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#e48a3ce6;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.search-results__event-action:hover{background:#e48a3c;transform:translateY(-1px)}.search-results__post-card{padding:1.5rem;background:#fff;border:1px solid rgba(47,34,25,.1);border-left:3px solid rgba(196,65,90,.5);border-radius:12px;transition:all .2s ease}.search-results__post-card:hover{border-color:#c4415a4d;box-shadow:0 4px 12px #2f221914}.search-results__post-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.search-results__post-header strong{font-size:.9375rem;font-weight:600;color:var(--color-espresso)}.search-results__post-arrow{color:#2f221966}.search-results__post-type{padding:.125rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;color:#c4415ae6;background:#c4415a1f;border-radius:8px;letter-spacing:.03em}.search-results__post-message{font-size:.9375rem;line-height:1.6;color:#2f2219cc;margin:0 0 .75rem}.search-results__post-date{font-size:.8125rem;color:#2f221980}.search-results__empty{padding:4rem 2rem;text-align:center;color:#2f221980}.search-results__empty p{margin:0;font-size:1rem}@media(max-width:768px){.search-results{padding:0}.search-results__header{flex-direction:column;gap:1rem}.search-results__header-main h1{font-size:1.5rem}.search-results__grid{grid-template-columns:1fr}.search-results__event-card{flex-direction:column;align-items:flex-start;gap:1rem}.search-results__event-action{width:100%}}.meeting-mode{position:fixed;inset:0;background:linear-gradient(135deg,#fffcf8,#fff7f0f2);display:flex;flex-direction:column;z-index:100}.meeting-mode--loading{display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#2f221999}.meeting-mode__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;background:#fff;border-bottom:2px solid rgba(138,191,138,.2);box-shadow:0 2px 8px #2f22190d;flex-shrink:0}.meeting-mode__header-left,.meeting-mode__header-center,.meeting-mode__header-right{flex:1}.meeting-mode__header-center{text-align:center}.meeting-mode__header-right{text-align:right}.meeting-mode__exit{background:none;border:none;color:#2f2219b3;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:var(--radius-md);transition:all .2s ease}.meeting-mode__exit:hover{background:#2f221914;color:var(--color-espresso)}.meeting-mode__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-espresso)}.meeting-mode__timer{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#8abf8ad9;background:#8abf8a1a;padding:.5rem 1rem;border-radius:var(--radius-pill)}.meeting-mode__content{display:grid;grid-template-columns:40% 60%;gap:0;flex:1;overflow:hidden}.meeting-mode__context{background:#f2e4d84d;border-right:2px solid rgba(138,191,138,.15);overflow-y:auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.meeting-mode__context::-webkit-scrollbar{width:6px}.meeting-mode__context::-webkit-scrollbar-track{background:#2f22190d}.meeting-mode__context::-webkit-scrollbar-thumb{background:#2f221933;border-radius:3px}.meeting-mode__context::-webkit-scrollbar-thumb:hover{background:#2f22194d}.meeting-mode__section{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 2px 8px #2f22190f}.meeting-mode__section-title{margin:0;font-size:1rem;font-weight:700;color:var(--color-espresso);display:flex;align-items:center;gap:.5rem}.meeting-mode__prep-notes pre{margin:0;font-family:inherit;font-size:.9rem;line-height:1.7;color:#2f2219cc;white-space:pre-wrap;word-wrap:break-word}.meeting-mode__profile{display:flex;flex-direction:column;gap:1rem}.meeting-mode__profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #2f22191f;align-self:center}.meeting-mode__profile-info{text-align:center}.meeting-mode__profile-name{font-size:1.1rem;font-weight:600;color:var(--color-espresso);margin-bottom:.25rem}.meeting-mode__profile-headline{font-size:.9rem;color:#2f2219a6;line-height:1.4}.meeting-mode__profile-bio{margin:0;font-size:.85rem;line-height:1.6;color:#2f2219bf}.meeting-mode__profile-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.meeting-mode__tag{background:#8abf8a1f;color:#2f2219bf;padding:.3rem .75rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:500}.meeting-mode__past-notes{display:flex;flex-direction:column;gap:1rem}.meeting-mode__past-note{background:#fff7f099;border-radius:var(--radius-md);padding:1rem;border-left:3px solid rgba(138,191,138,.4)}.meeting-mode__past-note-date{font-size:.75rem;font-weight:600;color:#2f221999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.meeting-mode__past-note-preview{margin:0 0 .5rem;font-size:.85rem;line-height:1.6;color:#2f2219bf}.meeting-mode__past-note-text{margin:0 0 .75rem;font-family:inherit;font-size:.85rem;line-height:1.7;color:#2f2219cc;white-space:pre-wrap;word-wrap:break-word}.meeting-mode__past-note-toggle{background:none;border:none;color:#8abf8ad9;font-size:.8rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s ease}.meeting-mode__past-note-toggle:hover{color:#8abf8a;text-decoration:underline}.meeting-mode__notes{display:flex;flex-direction:column;padding:1.5rem 2rem 2rem;background:#fff;overflow:hidden}.meeting-mode__notes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;flex-shrink:0}.meeting-mode__auto-save{font-size:.85rem;color:#8abf8ad9;font-weight:500}.meeting-mode__notes-textarea{flex:1;width:100%;padding:1.5rem;border:2px solid rgba(138,191,138,.2);border-radius:var(--radius-lg);font-family:inherit;font-size:1rem;line-height:1.8;color:var(--color-espresso);background:#fff;resize:none;transition:all .2s ease}.meeting-mode__notes-textarea:focus{outline:none;border-color:#8abf8a80;box-shadow:0 0 0 4px #8abf8a1a}.meeting-mode__notes-textarea::placeholder{color:#2f221959;line-height:1.8}.meeting-mode__footer{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#fff;border-top:2px solid rgba(138,191,138,.2);box-shadow:0 -2px 8px #2f22190d;flex-shrink:0}@media(max-width:1024px){.meeting-mode__content{grid-template-columns:1fr;grid-template-rows:auto 1fr}.meeting-mode__context{border-right:none;border-bottom:2px solid rgba(138,191,138,.15);max-height:300px}}@media(max-width:640px){.meeting-mode__header{flex-direction:column;gap:.75rem;padding:1rem}.meeting-mode__header-left,.meeting-mode__header-center,.meeting-mode__header-right{text-align:center}.meeting-mode__title{font-size:1.25rem}.meeting-mode__content{padding:1rem}.meeting-mode__footer{flex-direction:column;gap:.75rem}.meeting-mode__footer button{width:100%}}.onboarding{display:flex;flex-direction:column;gap:clamp(20px,3vw,32px);padding:clamp(32px,6vw,64px) var(--content-padding-inline) var(--section-padding);min-height:100vh;align-items:center;background:linear-gradient(135deg,#fff7f0cc,#ffffffe6)}.onboarding__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.onboarding__header h1{margin:.15rem 0;font-family:var(--font-display);font-size:clamp(2rem,3vw,2.6rem)}.onboarding__header p{margin:0;color:#2f2219b3}.onboarding__progress{display:grid;gap:.35rem;min-width:140px;text-align:right}.onboarding__progress-bar{height:8px;background:#2f221914;border-radius:var(--radius-pill);overflow:hidden}.onboarding__progress-bar>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-caramel),var(--color-pistachio));transition:width .2s ease}.onboarding__steps{display:none}.onboarding__stack{display:grid;gap:.75rem}.onboarding__lead{margin:.4rem 0 1rem;color:#2f2219bf;line-height:var(--line-relaxed)}.onboarding__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.onboarding__link{border:none;background:none;color:var(--color-caramel);cursor:pointer;font-weight:600}.onboarding__section{display:grid;gap:.75rem;margin-top:.5rem}.onboarding__section-head{display:flex;justify-content:space-between;align-items:center}.onboarding__section h3{margin:0}.onboarding__count{font-size:.9rem;color:#2f2219b3}.typeahead-layout{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}.typeahead-main{display:grid;gap:.5rem;min-width:0}.summary-group__note{margin:.25rem 0 0;color:#2f2219b3;line-height:var(--line-relaxed)}.onboarding__pill-stack{display:flex;flex-wrap:wrap;gap:.4rem}.onboarding__pill-stack--muted .pill{background:#2f22190f;color:var(--color-espresso)}.pill{display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:var(--radius-pill);background:#b47b5533;font-weight:600;font-size:.92rem}.pill--ghost{background:#2f221914}.chip-tray{display:flex;flex-wrap:wrap;gap:.5rem}.popular-picks{display:grid;gap:.5rem;padding:.75rem;background:#2f221905;border:1px solid rgba(47,34,25,.06);border-radius:var(--radius-md);min-width:180px;max-width:220px}.popular-picks__label{margin:0;font-size:.75rem;font-weight:700;color:#2f221980;text-transform:uppercase;letter-spacing:.05em}.popular-picks__grid{display:grid;gap:.35rem}.popular-chip{width:100%;text-align:left;border:1px solid rgba(47,34,25,.12);background:#ffffffe6;border-radius:var(--radius-sm);padding:.4rem .65rem;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .12s ease;color:var(--color-espresso)}.popular-chip:hover{background:#b47b5514;border-color:#b47b5533;transform:translate(2px)}.popular-chip.is-selected{background:linear-gradient(90deg,#b47b5533,#8abf8a33);border-color:#b47b5559;font-weight:600}.onboarding__caption{margin:0;font-size:.9rem;color:#2f221999}.typeahead-wrapper{position:relative}.suggestion-dropdown{position:absolute;top:100%;left:0;right:0;z-index:10;margin-top:.25rem;background:#fff;border:1px solid rgba(47,34,25,.12);border-radius:var(--radius-md);box-shadow:0 4px 12px #2f22191a;max-height:240px;overflow-y:auto;display:grid;gap:2px;padding:.35rem}.suggestion-dropdown--compact{max-height:200px}.suggestion-item{justify-self:start;width:100%;text-align:left;border:1px solid transparent;background:#fffffff2;border-radius:var(--radius-sm);padding:.5rem .75rem;font-weight:500;cursor:pointer;transition:all .12s ease}.suggestion-item:hover{background:#b47b5514}.suggestion-item.is-selected{background:#8abf8a1f;color:#2f221999}.suggestion-dropdown--compact .suggestion-item{padding:.4rem .7rem;font-size:.95rem}.selected-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(47,34,25,.08)}.selected-section__label{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#2f221999;text-transform:uppercase;letter-spacing:.03em}.selected-tray{display:flex;flex-wrap:wrap;gap:.5rem}.chip{border:1px solid rgba(47,34,25,.15);background:#ffffffd9;border-radius:var(--radius-pill);padding:.45rem .9rem;cursor:pointer;font-weight:600;transition:transform .12s ease,box-shadow .12s ease}.chip:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.chip.is-selected{background:linear-gradient(90deg,#b47b553d,#8abf8a3d);border-color:#b47b5566}.chip--ghost{background:#2f22190f;border-style:dashed}.template-tray__chips{display:flex;gap:.5rem;flex-wrap:wrap}.onboarding__note{width:100%;min-height:72px;border-radius:var(--radius-md);border:1px solid rgba(47,34,25,.16);padding:.75rem;font-family:inherit;resize:vertical}.onboarding__note-wrap{display:grid;gap:.4rem}.onboarding__input{width:100%;border:1px solid rgba(47,34,25,.18);border-radius:var(--radius-md);padding:.75rem;font-size:1rem;background:#fffffff2}.onboarding--minimal .onboarding__shell{width:min(720px,92vw);display:grid;gap:1.25rem;position:relative}.onboarding__close{top:-3vh;right:-10vw}.onboarding__meta{display:grid;gap:.35rem}.onboarding__step-label{font-weight:600;color:#2f2219b3;font-size:.95rem}.onboarding__progress-bar{height:6px;background:#2f221914;border-radius:var(--radius-pill);overflow:hidden}.onboarding__progress-bar>div{height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--color-caramel),var(--color-pistachio));transition:width .2s ease}.onboarding__question{padding:clamp(20px,3vw,28px);background:#ffffffe6;border-radius:var(--radius-lg);border:1px solid rgba(47,34,25,.08);box-shadow:var(--shadow-soft)}.onboarding__nav{display:flex;justify-content:space-between;align-items:center}.onboarding__finish{display:grid;gap:.75rem}.onboarding__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.summary-group{padding:.75rem;border-radius:var(--radius-md);background:#2f221908;display:grid;gap:.35rem}.summary-group__title{margin:0;font-weight:700}@media(max-width:720px){.onboarding__header{flex-direction:column}}.welcome-form{display:grid;gap:1rem;margin-top:.5rem}.welcome-form__field{display:grid;gap:.35rem}.welcome-form__field label{font-weight:600;color:var(--color-espresso);font-size:.95rem}.welcome-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.welcome-form__spotify{display:grid;gap:.5rem;margin-top:.5rem;padding-top:1rem;border-top:1px dashed rgba(47,34,25,.12)}.welcome-form__spotify-label{margin:0;font-weight:600;color:var(--color-espresso);font-size:.95rem}.spotify-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fffffff2;color:#1db954;border:1.5px solid #1DB954;border-radius:var(--radius-pill);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;justify-self:start}.spotify-button:hover{background:#1db9540d;border-color:#1ed760;transform:translateY(-1px);box-shadow:0 2px 8px #1db95426}.spotify-button--connected{background:#1db95414;color:#1db954;border:1.5px solid rgba(29,185,84,.4)}.spotify-button--connected:hover{background:#1db9541f;transform:none}@media(max-width:680px){.typeahead-layout{grid-template-columns:1fr}.popular-picks{max-width:100%;padding:.65rem}.popular-picks__grid{display:flex;flex-wrap:wrap}.popular-chip{width:auto;flex:0 0 auto}}@media(max-width:520px){.welcome-form__row{grid-template-columns:1fr}}.connections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.75rem}.connection-card{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:1rem;background:#fffffff2;border:1.5px solid rgba(47,34,25,.12);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.connection-card svg{flex-shrink:0}.connection-card__content{display:grid;gap:.15rem;min-width:0}.connection-card__content h4{margin:0;font-size:1rem;font-weight:700;color:var(--color-espresso)}.connection-card__content p{margin:0;font-size:.85rem;color:#2f2219a6;line-height:1.3}.connection-card:hover{border-color:#b47b554d;transform:translateY(-2px);box-shadow:0 4px 12px #2f221914}.connection-card__action{font-size:.9rem;font-weight:600;color:var(--color-caramel);white-space:nowrap}.connection-card__badge{font-size:.85rem;font-weight:600;color:var(--color-pistachio);white-space:nowrap}.connection-card.is-connected{background:linear-gradient(135deg,#8abf8a14,#b47b5514);border-color:#8abf8a4d}.connection-card.is-connected:hover{transform:translateY(-1px)}.connection-card:nth-child(1) svg{color:#0a66c2}.connection-card:nth-child(2) svg{color:#4a154b}.connection-card:nth-child(3) svg{color:inherit}.connection-card:nth-child(4) svg{color:inherit}@media(max-width:680px){.connections-grid{grid-template-columns:1fr}}.auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:clamp(40px,6vw,72px) var(--content-padding-inline)}.auth-showcase{width:min(1100px,100%);display:grid;grid-template-columns:minmax(450px,500px) minmax(360px,520px);gap:clamp(24px,4vw,48px);align-items:flex-start}.auth-showcase__image{margin:0;padding:clamp(16px,3vw,10px);display:block}.auth-showcase__image img{display:block;width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:inset 0 0 0 1px #2f221914}.auth-card{max-width:640px;width:100%;display:grid;gap:clamp(20px,3vw,32px);padding:clamp(28px,4vw,40px)}.auth-card header h1{margin:.4rem 0 .8rem;font-family:var(--font-display);font-size:clamp(2rem,3vw,2.6rem)}.auth-card header p{margin:0;font-size:1rem;line-height:var(--line-relaxed);color:#2f2219b8}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.5rem;font-size:.95rem;color:#2f2219bf}.auth-form input,.auth-form textarea,.auth-form select{border-radius:var(--radius-sm);border:1px solid rgba(47,34,25,.2);padding:.75rem 1rem;font:inherit;background:#fff7f0f2}.auth-form input:focus,.auth-form textarea:focus,.auth-form select:focus{outline:3px solid rgba(180,123,85,.35);border-color:#2f221966}.form-error{margin:0;color:#b0453b;font-weight:600}.auth-demo{border-top:1px solid rgba(47,34,25,.08);padding-top:1.2rem}.auth-demo h2{margin:0 0 .75rem;font-size:1rem}.auth-demo ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.auth-demo button{border:1px solid rgba(47,34,25,.2);background:#fff7f0d9;border-radius:var(--radius-pill);padding:.6rem 1.2rem;font:inherit;cursor:pointer}.auth-demo button:hover{border-color:#2f221966}.auth-success{display:grid;gap:1rem}.auth-success h2{margin:0;font-size:1.4rem}.auth-success p{margin:0;color:#2f2219b3;line-height:var(--line-relaxed)}@media(max-width:720px){.auth-card{padding:clamp(20px,5vw,32px)}}@media(max-width:960px){.auth-showcase{grid-template-columns:1fr}.auth-showcase__image{order:2}}
