.sw3-cma-v2{display:block;width:100%;padding:2.5rem 0;text-decoration:none;color:inherit;transition:opacity 0.2s ease;user-select:none;-webkit-user-select:none;cursor:default}.sw3-cma-v2:hover{opacity:0.92}.sw3-cma-v2--static:hover{opacity:1}.sw3-cma-v2__stage{--sw3-cma-v2-cycle:9s;display:grid;grid-template-columns:minmax(0,20rem) 1fr;align-items:stretch;gap:2.5rem}.sw3-cma-v2__chat{display:flex;flex-direction:column;justify-content:center;gap:0.85rem;min-width:0}.sw3-cma-v2__bubble{max-width:100%;padding:0.85rem 1.05rem;font-size:0.875rem;line-height:1.55;border-radius:1.125rem;border:1px solid rgba(0,0,0,0.06);opacity:0;transform:translateY(0.5rem);animation-duration:var(--sw3-cma-v2-cycle);animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.sw3-cma-v2__bubble strong{font-weight:var(--sw3-weight-medium);color:var(--sw3-text)}.sw3-cma-v2__bubble--user{align-self:flex-end;color:rgba(0,0,0,0.82);background:rgba(255,255,255,0.85);backdrop-filter:blur(8px);border-bottom-right-radius:0.35rem;box-shadow:var(--sw3-shadow-md)}.sw3-cma-v2__bubble--ai{align-self:flex-start;color:rgba(0,0,0,0.55);background:rgba(255,255,255,0.45);backdrop-filter:blur(6px);border-bottom-left-radius:0.35rem}.sw3-cma-v2__bubble--1{animation-name:sw3-cma-v2-bubble-1}.sw3-cma-v2__bubble--2{animation-name:sw3-cma-v2-bubble-2}.sw3-cma-v2__bubble--3{animation-name:sw3-cma-v2-bubble-3}.sw3-cma-v2__bubble--4{animation-name:sw3-cma-v2-bubble-4}@keyframes sw3-cma-v2-bubble-1{0%{opacity:0;transform:translateY(0.5rem)}4%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-bubble-2{0%,7%{opacity:0;transform:translateY(0.5rem)}11%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-bubble-3{0%,15%{opacity:0;transform:translateY(0.5rem)}19%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-bubble-4{0%,24%{opacity:0;transform:translateY(0.5rem)}28%,100%{opacity:1;transform:translateY(0)}}.sw3-cma-v2__canvas{display:flex;flex-direction:column;gap:1.5rem;min-width:0;opacity:0;animation:sw3-cma-v2-canvas-in var(--sw3-cma-v2-cycle) ease forwards;animation-iteration-count:1}@keyframes sw3-cma-v2-canvas-in{0%,30%{opacity:0;transform:translateY(0.75rem)}35%,100%{opacity:1;transform:translateY(0)}}.sw3-cma-v2__visual{display:grid;grid-template-columns:1fr minmax(9rem,11rem);gap:1.75rem;align-items:stretch}.sw3-cma-v2__map{position:relative;aspect-ratio:21 / 9;min-height:5.5rem;border-radius:var(--sw3-radius-lg);background:linear-gradient(rgba(0,0,0,0.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,0.02) 1px,transparent 1px),linear-gradient(145deg,#f0ebe3 0%,#e5dfd6 100%);background-size:1.25rem 1.25rem,1.25rem 1.25rem,auto;box-shadow:var(--sw3-shadow-md);overflow:hidden}.sw3-cma-v2__dot{position:absolute;width:0.65rem;height:0.65rem;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,0.12);opacity:0;transform:scale(0);animation-duration:var(--sw3-cma-v2-cycle);animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.sw3-cma-v2__dot--subject{top:44%;left:46%;background:var(--sw3-blue);animation-name:sw3-cma-v2-dot-1}.sw3-cma-v2__dot--sold{top:24%;left:66%;background:#9ca3af;animation-name:sw3-cma-v2-dot-2}.sw3-cma-v2__dot--active{top:60%;left:26%;background:var(--sw3-success);animation-name:sw3-cma-v2-dot-3}.sw3-cma-v2__dot--pending{top:70%;left:58%;background:#eab308;animation-name:sw3-cma-v2-dot-4}@keyframes sw3-cma-v2-dot-1{0%,34%{opacity:0;transform:scale(0)}37%,100%{opacity:1;transform:scale(1)}}@keyframes sw3-cma-v2-dot-2{0%,35%{opacity:0;transform:scale(0)}38%,100%{opacity:1;transform:scale(1)}}@keyframes sw3-cma-v2-dot-3{0%,36%{opacity:0;transform:scale(0)}39%,100%{opacity:1;transform:scale(1)}}@keyframes sw3-cma-v2-dot-4{0%,37%{opacity:0;transform:scale(0)}40%,44%{opacity:1;transform:scale(1)}47%,100%{opacity:0.4;transform:scale(0.85)}}.sw3-cma-v2__hero{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0.35rem;padding:0 0.25rem}.sw3-cma-v2__hero-label{font-size:0.6875rem;font-weight:var(--sw3-weight-medium);letter-spacing:0.08em;text-transform:uppercase;color:var(--sw3-eyebrow)}.sw3-cma-v2__hero-price{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:var(--sw3-weight-normal);letter-spacing:-0.03em;line-height:1.05;color:var(--sw3-blue);opacity:0;transform:scale(0.96);animation:sw3-cma-v2-hero-price var(--sw3-cma-v2-cycle) ease-in-out forwards;animation-iteration-count:1}@keyframes sw3-cma-v2-hero-price{0%,50%{opacity:0;transform:scale(0.96)}57%,100%{opacity:1;transform:scale(1)}}.sw3-cma-v2__comps{display:flex;flex-wrap:wrap;gap:0.65rem}.sw3-cma-v2__chip{display:inline-flex;align-items:center;gap:0.5rem;padding:0.45rem 0.85rem;background:var(--sw3-surface);border:1px solid var(--sw3-border);border-radius:var(--sw3-radius-pill);opacity:0;animation-duration:var(--sw3-cma-v2-cycle);animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.sw3-cma-v2__chip:nth-child(1){animation-name:sw3-cma-v2-chip-1}.sw3-cma-v2__chip:nth-child(2){animation-name:sw3-cma-v2-chip-2}.sw3-cma-v2__chip:nth-child(3){animation-name:sw3-cma-v2-chip-3}.sw3-cma-v2__chip--pending{animation-name:sw3-cma-v2-chip-4}@keyframes sw3-cma-v2-chip-1{0%,36%{opacity:0;transform:translateY(0.35rem)}39%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-chip-2{0%,37%{opacity:0;transform:translateY(0.35rem)}40%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-chip-3{0%,38%{opacity:0;transform:translateY(0.35rem)}41%,100%{opacity:1;transform:translateY(0)}}@keyframes sw3-cma-v2-chip-4{0%,39%{opacity:0;transform:translateY(0.35rem);filter:none}42%,45%{opacity:1;transform:translateY(0);filter:none}48%,100%{opacity:0.35;transform:translateY(0);filter:grayscale(0.85)}}.sw3-cma-v2__badge{width:1.125rem;height:1.125rem;flex-shrink:0;border-radius:50%;font-size:0.5625rem;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1}.sw3-cma-v2__badge--active{background:var(--sw3-success)}.sw3-cma-v2__badge--sold{background:#9ca3af}.sw3-cma-v2__badge--subject{background:var(--sw3-blue)}.sw3-cma-v2__badge--pending{background:#eab308}.sw3-cma-v2__chip-price{font-size:0.8125rem;font-weight:var(--sw3-weight-medium);color:var(--sw3-text)}@media (min-width:900px){.sw3-cma-v2{padding:3rem 0}.sw3-cma-v2__stage{gap:3rem}.sw3-cma-v2__chat{gap:1rem}.sw3-cma-v2__bubble{font-size:0.9375rem;padding:0.95rem 1.15rem}.sw3-cma-v2__visual{grid-template-columns:1fr minmax(10rem,13rem);gap:2.25rem}.sw3-cma-v2__map{min-height:6.5rem}.sw3-cma-v2__dot{width:0.75rem;height:0.75rem}.sw3-cma-v2__hero-price{font-size:clamp(2rem,3.5vw,3.25rem)}}@media (max-width:640px){.sw3-cma-v2{padding:1.5rem 0}.sw3-cma-v2__stage{grid-template-columns:1fr;gap:2rem}.sw3-cma-v2__chat{order:1}.sw3-cma-v2__canvas{order:2}.sw3-cma-v2__visual{grid-template-columns:1fr;gap:1.25rem}.sw3-cma-v2__hero{align-items:center;text-align:center;padding:0.5rem 0}.sw3-cma-v2__map{aspect-ratio:16 / 10}.sw3-cma-v2__comps{justify-content:center}}@media (prefers-reduced-motion:reduce){.sw3-cma-v2__bubble,.sw3-cma-v2__canvas,.sw3-cma-v2__dot,.sw3-cma-v2__chip,.sw3-cma-v2__hero-price{animation:none;opacity:1;transform:none;filter:none}.sw3-cma-v2__dot--pending{opacity:0.4;transform:scale(0.85)}.sw3-cma-v2__chip--pending{opacity:0.35;filter:grayscale(0.85)}.sw3-cma-v2:hover{opacity:1}}