@import"https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Patrick+Hand&display=swap";@font-face{font-family:Two Turtle Doves;src:url(/fonts/two-turtle-doves.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--aymm-red: #fe5658;--aymm-purple: #3f214d;--aymm-muted-purple: #6f6575;--aymm-warm-gray: #c8bec5;--aymm-light-border: #e2dae0;--aymm-surface: #f5f3f6;--aymm-canvas: #ede8f0;--aymm-disabled: #f0ecee;--aymm-white: #ffffff;--aymm-blush: #fff8f8;--aymm-blush-border: #ffbcbc;--aymm-blush-surface: #fff5f5;--aymm-phase-purple-surface: #f4f0f7;--aymm-phase-purple-border: #c5bad0;--aymm-phase-violet: #6b3e8a;--aymm-phase-violet-surface: #f8f3fc;--aymm-phase-violet-border: #d5c0e8;--aymm-footer-muted: #8b7fa0;--aymm-facebook: #1877f2;--aymm-error: #fe5658;--aymm-btn-disabled-bg: #e8e4eb;--aymm-btn-disabled-text: #a89bb0;--font-body: "Patrick Hand", cursive;--font-heading: "Kalam", cursive;--font-brand: "Two Turtle Doves", "Patrick Hand", cursive;--radius-button: 8px;--radius-input: 6px;--radius-card: 12px;--radius-chip: 4px;--button-height: 61px;--button-max-width: 345px;--input-height: 54px;--bottom-nav-height: 66px;--status-bar-height: 44px;--shell-width: 393px;--shell-max-mobile: 24.5625rem;--shell-max-public: 28rem;--shell-max-public-wide: 36rem;--shell-max-content: 42rem;--shell-sidebar-width: 18rem;--shell-right-sidebar-width: 20rem;--shell-breakpoint: 48rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 2.5rem;--space-3xl: 3rem;--space-splash-top: 5rem;--space-screen-x: 1.5rem;--space-screen-bottom: 2.5rem;--text-xs: .75rem;--text-sm: .8125rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.625rem;--text-3xl: 1.875rem;--text-display-sm: 1.6875rem;--text-display-md: 3.375rem;--text-hero: 3.25rem;--text-splash-brand: 8.1875rem;color-scheme:light;font-family:var(--font-body);font-size:var(--text-md);line-height:1.5;color:var(--aymm-purple);background:var(--aymm-white)}.aymm-heading{margin:0;font-family:var(--font-heading);font-weight:700;color:var(--aymm-purple)}.aymm-heading--page{font-size:var(--text-3xl)}.aymm-heading--section{font-size:var(--text-2xl)}.aymm-heading--card{font-size:var(--text-lg)}.aymm-body{margin:0;font-family:var(--font-body);color:var(--aymm-purple)}.aymm-muted{color:var(--aymm-muted-purple)}.aymm-brand-wordmark{font-family:var(--font-brand);font-size:var(--text-hero);line-height:1;color:var(--aymm-purple)}.aymm-brand-wordmark--splash{font-size:var(--text-splash)}.aymm-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;width:100%;max-width:var(--button-max-width);min-height:var(--button-height);padding:1.0625rem 1.25rem;border-radius:var(--radius-button);border:.8px solid transparent;font-family:var(--font-body);font-size:1.125rem;line-height:1.5;letter-spacing:.0125rem;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.aymm-button:active:not(:disabled){transform:scale(.99)}.aymm-button:disabled{cursor:not-allowed;opacity:.55}.aymm-button--primary{background:var(--aymm-red);border-color:var(--aymm-red);color:var(--aymm-white)}.aymm-button--primary:active:not(:disabled){background:#e84d4f}.aymm-button--outline{background:var(--aymm-white);border-color:var(--aymm-warm-gray);color:var(--aymm-purple)}.aymm-button--disabled{background:var(--aymm-btn-disabled-bg);border-color:var(--aymm-btn-disabled-bg);color:var(--aymm-btn-disabled-text)}.aymm-button--social{background:var(--aymm-white);border-color:var(--aymm-light-border);color:var(--aymm-purple);justify-content:flex-start;padding-left:1.125rem;padding-right:1.125rem;font-size:1rem}.aymm-button--purple{background:var(--aymm-purple);border-color:var(--aymm-purple);color:var(--aymm-white)}.aymm-button--ghost{background:transparent;border-color:transparent;color:var(--aymm-muted-purple);min-height:auto;width:auto;max-width:none;padding:0}.aymm-field{display:grid;gap:var(--space-xs)}.aymm-label{font-size:var(--text-sm);color:var(--aymm-muted-purple)}.aymm-input,.aymm-textarea,.aymm-select{width:100%;max-width:var(--button-max-width);min-height:var(--input-height);padding:.875rem 1rem;border-radius:var(--radius-input);border:1px solid var(--aymm-warm-gray);background:var(--aymm-white);color:var(--aymm-purple);font-family:var(--font-body);font-size:var(--text-sm)}.aymm-input::placeholder,.aymm-textarea::placeholder{color:var(--aymm-warm-gray)}.aymm-input:focus,.aymm-textarea:focus,.aymm-select:focus{outline:none;border-color:var(--aymm-purple)}.aymm-input:disabled,.aymm-textarea:disabled,.aymm-select:disabled{background:var(--aymm-disabled);color:var(--aymm-muted-purple)}.aymm-input--error,.aymm-textarea--error{border-color:var(--aymm-error)}.aymm-field-error{margin:0;font-size:var(--text-sm);color:var(--aymm-error)}.aymm-panel{background:var(--aymm-white);border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);padding:var(--space-lg)}.aymm-panel--surface{background:var(--aymm-surface)}.aymm-pill-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.625rem 1rem;border-radius:999px;border:.8px solid var(--aymm-purple);background:var(--aymm-white);color:var(--aymm-purple);font-family:var(--font-body);font-size:var(--text-sm)}.aymm-check,.aymm-radio{width:1.125rem;height:1.125rem;accent-color:var(--aymm-red)}.aymm-toggle{position:relative;width:3rem;height:1.75rem;border-radius:999px;border:1px solid var(--aymm-warm-gray);background:var(--aymm-disabled);cursor:pointer}.aymm-toggle[aria-checked=true]{background:var(--aymm-red);border-color:var(--aymm-red)}.aymm-toggle__thumb{position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--aymm-white);transition:transform .12s ease}.aymm-toggle[aria-checked=true] .aymm-toggle__thumb{transform:translate(1.2rem)}.aymm-otp-row{display:flex;gap:.5rem}.aymm-otp-input{width:2.75rem;height:3.125rem;text-align:center;font-size:var(--text-xl)}.tab-bar{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-md)}.tab-bar__tab{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.5rem .875rem;border:1px solid var(--aymm-light-border);border-radius:999px;background:var(--aymm-white);color:var(--aymm-muted-purple);cursor:pointer}.tab-bar__tab--active{border-color:var(--aymm-red);color:var(--aymm-red)}.tab-bar__badge{min-width:1.25rem;padding:0 .35rem;border-radius:999px;background:var(--aymm-red);color:var(--aymm-white);font-size:var(--text-xs);text-align:center}.swipe-rail{display:flex;gap:var(--space-sm);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-sm)}.swipe-rail__item{flex:0 0 min(18rem,85%);scroll-snap-align:start}.swipe-rail--empty{padding:var(--space-lg);border:1px dashed var(--aymm-light-border);border-radius:var(--radius-button);color:var(--aymm-muted-purple)}.profile-card{display:grid;gap:var(--space-sm)}.profile-card__open{display:grid;gap:var(--space-sm);padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.profile-card__photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius-button)}.profile-detail__photo{width:8rem;height:8rem;border-radius:999px;object-fit:cover}.modal-shell,.sheet-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center}.modal-shell__backdrop,.sheet-shell__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#3f214d59;cursor:pointer}.modal-shell__panel{position:relative;width:min(36rem,calc(100vw - 2rem));max-height:calc(100dvh - 2rem);overflow:auto;background:var(--aymm-white);border-radius:var(--radius-button);padding:var(--space-lg)}.sheet-shell{align-items:end}.sheet-shell__panel{position:relative;width:min(var(--shell-max-mobile),100vw);max-height:85dvh;overflow:auto;background:var(--aymm-white);border-radius:var(--radius-button) var(--radius-button) 0 0;padding:var(--space-lg)}.modal-shell__header,.sheet-shell__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-md)}.toast-stack{position:fixed;right:var(--space-md);bottom:calc(var(--bottom-nav-height) + var(--space-md));z-index:60;display:grid;gap:var(--space-xs)}.toast{padding:.75rem 1rem;border-radius:var(--radius-button);background:var(--aymm-purple);color:var(--aymm-white);box-shadow:0 8px 24px #3f214d2e}.toast--success{background:#2f7d4c}.toast--error{background:var(--aymm-red)}.blocked-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:var(--space-lg);background:var(--aymm-surface)}.blocked-overlay__panel{max-width:28rem;padding:var(--space-xl);border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);background:var(--aymm-white);text-align:center}.browse-page,.browse-hero,.browse-empty{display:grid;gap:var(--space-md)}.browse-hero{padding:var(--space-lg);border-radius:var(--radius-button);background:color-mix(in srgb,var(--aymm-rose) 10%,white)}.browse-hero__title{margin:0;font-family:var(--font-brand);font-size:var(--text-3xl);color:var(--aymm-purple)}.browse-hero__subtitle,.home-section-title{margin:0;color:var(--aymm-muted-purple)}.feed-list,.feed-category-group,.conversation-list,.admin-list,.comment-list{display:grid;gap:var(--space-md)}.feed-card,.conversation-card,.connection-card,.table-card,.admin-card,.sidebar-panel{border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);background:var(--aymm-white)}.feed-card{padding:var(--space-md)}.feed-card__header,.post-detail__header,.conversation-card,.connection-card{display:flex;gap:var(--space-sm);align-items:center}.feed-card__avatar,.conversation-card__avatar,.chat-view__avatar,.comment-list__avatar,.connection-list__item img,.sidebar-suggestion img,.profile-page__photo{width:3rem;height:3rem;border-radius:999px;object-fit:cover}.feed-card__meta,.feed-card__time,.conversation-card__preview,.table-card__meta{color:var(--aymm-muted-purple);font-size:var(--text-sm)}.feed-card__content{display:block;width:100%;margin:var(--space-sm) 0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.feed-card__image,.feed-card__image-wrap,.table-card__photo,.table-detail__hero,.post-detail__image{width:100%;border-radius:var(--radius-button);object-fit:cover}.feed-card__image-wrap{display:block;padding:0;border:0;background:transparent;cursor:pointer}.feed-card__image,.post-detail__image{aspect-ratio:1}.feed-card__actions,.feed-card__action,.feed-card__views{display:flex;align-items:center;gap:var(--space-sm)}.feed-card__action{border:0;background:transparent;color:var(--aymm-muted-purple);cursor:pointer}.feed-card__action--active{color:var(--aymm-rose);font-weight:700}.feed-card__action--share,.feed-card__views{margin-left:auto}.feed-card__category{padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--aymm-rose) 12%,white);color:var(--aymm-purple);font-size:var(--text-sm);text-transform:capitalize}.conversation-card,.connection-card{width:100%;padding:var(--space-md);text-align:left}.conversation-card{border:0;cursor:pointer}.conversation-card--static{cursor:default}.conversation-card__body,.connection-card__body{flex:1;min-width:0}.conversation-card__top{display:flex;align-items:center;gap:var(--space-xs)}.conversation-card__name,.feed-card__author,.chat-view__name,.profile-page__name{margin:0;font-weight:700;color:var(--aymm-purple)}.conversation-card__chip,.table-card__chip{padding:.125rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--aymm-rose) 12%,white);font-size:.75rem}.conversation-card__dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--aymm-rose)}.conversation-card__quote{margin:var(--space-xs) 0;padding-left:var(--space-sm);border-left:3px solid var(--aymm-rose)}.connection-card__actions{display:grid;gap:var(--space-xs)}.chat-view{display:grid;grid-template-rows:auto 1fr auto;min-height:calc(100dvh - var(--bottom-nav-height))}.chat-view__header,.chat-view__composer{padding:var(--space-md);border-bottom:1px solid var(--aymm-light-border)}.chat-view__composer{border-bottom:0;border-top:1px solid var(--aymm-light-border)}.chat-view__person{display:flex;gap:var(--space-sm);align-items:center;margin-top:var(--space-sm)}.chat-view__banner{padding:var(--space-sm) var(--space-md);background:color-mix(in srgb,var(--aymm-rose) 12%,white);color:var(--aymm-purple)}.chat-view__thread{display:grid;gap:var(--space-sm);padding:var(--space-md);overflow-y:auto}.chat-bubble{max-width:80%;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-button)}.chat-bubble--mine{margin-left:auto;background:color-mix(in srgb,var(--aymm-rose) 14%,white)}.chat-bubble--theirs{background:var(--aymm-surface)}.chat-bubble__time{display:block;margin-top:.25rem;font-size:.75rem;color:var(--aymm-muted-purple)}.table-filters,.table-detail__facts,.profile-details,.profile-menu{display:grid;gap:var(--space-sm)}.table-banner{padding:var(--space-md);border-radius:var(--radius-button);background:color-mix(in srgb,var(--aymm-purple) 8%,white)}.table-card{display:grid;gap:var(--space-sm);width:100%;padding:var(--space-sm);border:0;text-align:left;cursor:pointer}.table-card__photo{aspect-ratio:16 / 10}.table-card__photo--placeholder{background:var(--aymm-surface)}.table-card__title{margin:0;font-weight:700}.table-detail,.post-detail{display:grid;gap:var(--space-md)}.table-detail__facts{margin:0;padding-left:1.25rem}.profile-page{display:grid;gap:var(--space-md);justify-items:center}.profile-page__photo{width:8rem;height:8rem;border-radius:var(--radius-button)}.profile-page__card,.profile-details,.profile-bio{width:100%;padding:var(--space-md);border-radius:var(--radius-button);border:1px solid var(--aymm-light-border)}.profile-bio--child{background:color-mix(in srgb,var(--aymm-rose) 12%,white)}.profile-bio--parent{background:color-mix(in srgb,var(--aymm-purple) 10%,white)}.profile-bio--family{background:var(--aymm-surface)}.profile-details__label,.sidebar-panel__title{margin:0 0 .25rem;font-size:var(--text-sm);color:var(--aymm-muted-purple)}.profile-menu__item{display:block;width:100%;padding:var(--space-md);border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);background:var(--aymm-white);text-align:left;color:var(--aymm-purple);cursor:pointer}.profile-menu__item--logout{color:var(--aymm-red)}.connection-list,.sidebar-suggestions{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-sm)}.connection-list__item,.sidebar-suggestion{display:flex;align-items:center;gap:var(--space-sm)}.sidebar-suggestion{width:100%;padding:var(--space-sm);border:0;background:transparent;text-align:left;cursor:pointer}.sidebar-panel{padding:var(--space-md)}.admin-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.admin-stat{padding:var(--space-md);border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);background:var(--aymm-white)}.admin-stat strong{display:block;font-size:var(--text-2xl);color:var(--aymm-purple)}.admin-card{display:grid;gap:var(--space-sm);padding:var(--space-md)}.admin-card__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.comment-list__item{display:flex;gap:var(--space-sm)}.comment-list__author{margin:0;font-weight:700}.about-page,.legal-page{display:grid;gap:var(--space-md)}.about-page__logo{justify-self:center}.about-page__copy{display:grid;gap:var(--space-sm);color:var(--aymm-muted-purple);line-height:1.6}.about-page__tagline{text-align:center;font-family:var(--font-heading);color:var(--aymm-rose)}.legal-page__section h2{margin:0 0 .5rem;font-size:var(--text-lg);color:var(--aymm-purple)}.legal-page__section p{margin:0;color:var(--aymm-muted-purple);line-height:1.6}@media(min-width:48rem){.toast-stack{bottom:var(--space-md)}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.mobile-canvas{min-height:100dvh;display:flex;justify-content:center;background:var(--aymm-canvas)}.mobile-screen{width:100%;max-width:var(--shell-width);min-height:100dvh;background:var(--aymm-white);display:flex;flex-direction:column}.mobile-screen__status{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;height:var(--status-bar-height);padding:0 var(--space-screen-x);border-bottom:.8px solid var(--aymm-light-border);flex-shrink:0}.mobile-screen__status-time{font-family:var(--font-heading);font-size:.875rem;font-weight:700;line-height:1.3125rem;color:var(--aymm-purple)}.mobile-screen__status-icons{display:flex;align-items:center;gap:.375rem;color:var(--aymm-purple)}.mobile-screen__body{flex:1;display:flex;flex-direction:column}.screen-pad{flex:1;display:flex;flex-direction:column;padding:var(--space-splash-top) var(--space-screen-x) var(--space-screen-bottom)}.screen-pad--center{align-items:center;text-align:center}.screen-pad--between{justify-content:space-between}.screen-pad--auth{padding-top:1.25rem;gap:1.5rem}.screen-back{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:0;background:transparent;color:var(--aymm-purple);font-family:var(--font-body);font-size:var(--text-md);cursor:pointer}.splash-brand{display:flex;flex-direction:column;align-items:center;gap:.9375rem;width:12.875rem}.splash-brand__logo{width:7.6875rem;height:7.6875rem}.splash-brand--compact{gap:.5rem}.splash-brand__logo-compact{width:2.75rem;height:2.75rem}.splash-brand__wordmark-compact{margin:0;font-family:var(--font-brand);font-size:2.25rem;line-height:1;letter-spacing:.02em;color:var(--aymm-purple)}.splash-brand__wordmark{margin:0;font-family:var(--font-brand);font-size:var(--text-splash-brand);line-height:3.375rem;letter-spacing:.0625rem;color:var(--aymm-purple)}.splash-brand__subtitle{margin:0;font-size:var(--text-display-sm);line-height:2.5rem;letter-spacing:.01875rem;color:var(--aymm-muted-purple)}.splash-tagline{margin:0;max-width:10rem;font-size:1.25rem;line-height:1.875rem;text-align:center;color:var(--aymm-purple)}.splash-family-graphic{width:17.5rem;height:11.25rem;opacity:.18}.splash-actions{width:100%;max-width:var(--button-max-width);display:grid;gap:.75rem}.splash-caption{margin:0;font-size:var(--text-sm);line-height:1.25rem;text-align:center;color:var(--aymm-muted-purple)}.splash-meta{margin:1.25rem 0 0;font-size:var(--text-xs);line-height:1.125rem;color:var(--aymm-footer-muted)}.welcome-home-title{margin:2rem 0 0;font-family:var(--font-brand);font-size:clamp(3rem,14vw,4.5rem);line-height:.95;letter-spacing:.02em;color:transparent;-webkit-text-stroke:1.5px var(--aymm-purple);text-stroke:1.5px var(--aymm-purple)}.welcome-copy{margin:1rem 0 0;max-width:18rem;font-size:1.125rem;line-height:1.65;color:var(--aymm-purple)}.welcome-legal{margin:1.5rem 0 0;max-width:16rem;font-size:var(--text-sm);line-height:1.5;color:var(--aymm-muted-purple)}.welcome-legal a{color:var(--aymm-red)}.auth-heading{margin:0;font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.2;color:var(--aymm-purple)}.auth-subheading{margin:.375rem 0 0;font-size:var(--text-md);line-height:1.5;color:var(--aymm-muted-purple)}.auth-stack{display:grid;gap:.75rem;width:100%;max-width:var(--button-max-width)}.auth-divider{display:flex;align-items:center;gap:.75rem;width:100%;max-width:var(--button-max-width);color:var(--aymm-muted-purple);font-size:var(--text-sm)}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:.8px;background:var(--aymm-light-border)}.auth-footer{margin-top:auto;padding-top:1.5rem;font-size:var(--text-md);color:var(--aymm-muted-purple);text-align:center}.auth-footer a,.auth-footer button{color:var(--aymm-red);border:0;background:transparent;padding:0;font:inherit;cursor:pointer}.auth-field{width:100%;max-width:var(--button-max-width);display:grid;gap:.375rem}.auth-field__label{font-size:var(--text-sm);color:var(--aymm-purple)}.auth-field__input-wrap{position:relative}.auth-link{align-self:flex-end;font-size:var(--text-sm);color:var(--aymm-red);background:transparent;border:0;padding:0;cursor:pointer;font-family:var(--font-body)}.home-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin-bottom:1.75rem}.home-header__title{margin:0;font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.15;color:var(--aymm-purple)}.home-header__subtitle{margin:.25rem 0 0;font-size:var(--text-md);color:var(--aymm-muted-purple)}.home-header__heart{width:1.75rem;height:1.75rem;flex-shrink:0}.home-section-title{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--aymm-purple)}.profile-rail{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 calc(var(--space-screen-x) * -1);padding:0 var(--space-screen-x) .25rem;scrollbar-width:none}.profile-rail::-webkit-scrollbar{display:none}.profile-rail-card{flex:0 0 9.5rem;scroll-snap-align:start;border:.8px solid var(--aymm-light-border);border-radius:var(--radius-card);overflow:hidden;background:var(--aymm-white);text-align:left}.profile-rail-card__photo{width:100%;aspect-ratio:1;object-fit:cover;display:block}.profile-rail-card__meta{padding:.625rem .75rem .75rem}.profile-rail-card__name{margin:0;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--aymm-purple)}.profile-rail-card__detail{margin:.125rem 0 0;font-size:.75rem;line-height:1.2;color:var(--aymm-muted-purple)}.quick-actions{display:grid;gap:.75rem;margin-top:1.75rem}.quick-action-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:1rem 1.125rem;border:.8px solid var(--aymm-light-border);border-radius:var(--radius-card);background:var(--aymm-white);text-align:left;cursor:pointer;font-family:var(--font-body)}.quick-action-card__title{margin:0;font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--aymm-purple)}.quick-action-card__desc{margin:.125rem 0 0;font-size:var(--text-sm);color:var(--aymm-muted-purple)}.quick-action-card__chevron{color:var(--aymm-warm-gray);flex-shrink:0}@media(min-width:48rem){.mobile-canvas{padding:1.5rem 0}.mobile-screen{min-height:calc(100dvh - 3rem);border-radius:2.75rem;box-shadow:0 1.5rem 4.5rem #00000038,0 0 0 10px #1a1a1a,0 0 0 12px #2a2a2a;overflow:hidden}}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--aymm-white)}.app-loading__spinner{width:2rem;height:2rem;border:3px solid var(--aymm-light-border);border-top-color:var(--aymm-red);border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.public-page{min-height:100dvh;width:100%;max-width:var(--shell-max-mobile);margin:0 auto;padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg);background:var(--aymm-white)}.public-page--welcome{padding-top:var(--space-2xl)}.public-page__actions{display:grid;gap:var(--space-sm);margin-top:auto;justify-items:center}.public-page__links{display:flex;justify-content:center;gap:var(--space-lg)}.app-layout{min-height:100dvh;background:var(--aymm-surface)}.app-sidebar{display:none;position:sticky;top:0;height:100dvh;width:var(--shell-sidebar-width);flex-shrink:0;border-right:1px solid var(--aymm-light-border);background:var(--aymm-white);flex-direction:column}.app-layout__body{min-height:100dvh;width:100%;max-width:var(--shell-max-mobile);margin:0 auto;position:relative;background:var(--aymm-white)}.app-main{min-height:100%}.app-main__content{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px))}.app-right-sidebar{display:none}.app-sidebar__brand{padding:var(--space-lg);border-bottom:1px solid var(--aymm-light-border)}.app-sidebar__nav{flex:1;padding:var(--space-sm);display:grid;gap:.25rem;align-content:start}.app-sidebar__footer{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--aymm-light-border);font-size:var(--text-sm);color:var(--aymm-muted-purple)}.app-nav-link{display:flex;align-items:center;gap:var(--space-sm);min-height:44px;padding:.75rem 1rem;border-radius:var(--radius-button);color:var(--aymm-warm-gray);font-size:var(--text-md)}.app-nav-link--active{color:var(--aymm-red);background:color-mix(in srgb,var(--aymm-red) 8%,transparent)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;border-top:1px solid var(--aymm-light-border);background:var(--aymm-white);padding-bottom:env(safe-area-inset-bottom,0px)}.bottom-nav__inner{max-width:var(--shell-max-mobile);margin:0 auto;height:var(--bottom-nav-height);display:flex;align-items:center;justify-content:space-around;padding:0 .5rem}.bottom-nav__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-width:44px;min-height:44px;padding:.375rem .5rem;color:var(--aymm-warm-gray);font-size:var(--text-xs)}.bottom-nav__link--active{color:var(--aymm-red)}.page-shell{padding:var(--space-lg) var(--space-md)}.page-shell__header{margin-bottom:var(--space-lg)}.page-shell__eyebrow{margin:0 0 .25rem;font-size:var(--text-sm);color:var(--aymm-muted-purple)}.page-shell__title{margin:0;font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;color:var(--aymm-purple)}.page-shell__description{margin:.5rem 0 0;color:var(--aymm-muted-purple);font-size:var(--text-md)}.page-shell__grid{display:grid;gap:var(--space-sm)}.page-shell__grid--actions{grid-template-columns:repeat(2,minmax(0,1fr))}.right-sidebar-shell__title{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--text-lg);color:var(--aymm-purple)}.right-sidebar-shell__slot{border:1px solid var(--aymm-light-border);border-radius:var(--radius-button);min-height:6rem;padding:var(--space-sm);background:var(--aymm-white);color:var(--aymm-muted-purple);font-size:var(--text-sm)}.brand-lockup{display:grid;justify-items:center;gap:var(--space-md);text-align:center}.brand-lockup--large .brand-lockup__logo{width:8.75rem;height:auto}.brand-lockup--compact{justify-items:start;text-align:left;gap:var(--space-sm)}.brand-lockup--compact .brand-lockup__logo{width:3.5rem}.brand-lockup--compact .aymm-brand-wordmark{font-size:var(--text-2xl)}.brand-lockup__logo{width:5rem;height:auto}.brand-lockup__subtitle{margin:0;max-width:18rem;font-size:var(--text-md);color:var(--aymm-muted-purple)}@media(min-width:48rem){body{background:var(--aymm-surface)}.public-page{max-width:var(--shell-max-public);padding:var(--space-2xl) var(--space-xl)}.public-page--welcome{max-width:var(--shell-max-public-wide);min-height:100dvh;justify-content:center;padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.public-page__actions{margin-top:var(--space-xl)}.public-page__links{gap:var(--space-xl)}.app-layout{display:flex;min-height:100dvh}.app-sidebar{display:flex}.app-layout__body{flex:1;min-width:0;max-width:none;margin:0;display:flex;flex-direction:column;background:transparent}.app-main{flex:1;display:flex;min-height:100dvh}.app-main__content{flex:1;min-width:0;overflow-y:auto;padding-bottom:0;background:var(--aymm-white)}.app-right-sidebar{display:block;position:sticky;top:0;height:100dvh;width:var(--shell-right-sidebar-width);flex-shrink:0;border-left:1px solid var(--aymm-light-border);background:var(--aymm-surface);padding:var(--space-lg);overflow:auto}.bottom-nav{display:none}.page-shell{width:100%;max-width:var(--shell-max-content);margin:0 auto;padding:var(--space-xl)}.page-shell__grid--actions{max-width:24rem}}.onboarding-page,.onboarding-shell{width:100%}.onboarding-progress{display:flex;gap:.375rem;margin-bottom:var(--space-lg)}.onboarding-progress__dot{flex:1;height:.25rem;border-radius:999px;background:var(--aymm-light-border)}.onboarding-progress__dot--active{background:var(--aymm-rose)}.onboarding-back{margin-top:var(--space-md)}.onboarding-options{display:grid;gap:var(--space-sm)}.onboarding-option{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--aymm-light-border);border-radius:var(--radius-md);cursor:pointer}.onboarding-option--selected{border-color:var(--aymm-rose);background:color-mix(in srgb,var(--aymm-rose) 8%,white)}.onboarding-option input{accent-color:var(--aymm-rose)}.onboarding-checklist{display:grid;gap:var(--space-sm)}.onboarding-callout{padding:var(--space-md);border-radius:var(--radius-md);background:color-mix(in srgb,var(--aymm-rose) 10%,white);color:var(--aymm-purple)}.onboarding-review{display:grid;gap:var(--space-sm)}.onboarding-review__row{display:grid;grid-template-columns:7rem 1fr;gap:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--aymm-light-border)}.onboarding-review__row dt{font-weight:600;color:var(--aymm-purple)}.onboarding-review__row dd{margin:0;color:var(--aymm-muted-purple)}.photo-upload__grid{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.photo-upload__item{position:relative;width:5rem;height:5rem}.photo-upload__image{width:5rem;height:5rem;object-fit:cover;border-radius:var(--radius-md)}.photo-upload__remove{position:absolute;top:-.375rem;right:-.375rem;width:1.25rem;height:1.25rem;border:0;border-radius:999px;background:var(--aymm-purple);color:#fff;cursor:pointer;line-height:1}.photo-upload__add{display:flex;flex-direction:column;align-items:center;justify-content:center;width:5rem;height:5rem;border:2px dashed color-mix(in srgb,var(--aymm-rose) 50%,white);border-radius:var(--radius-md);cursor:pointer;color:var(--aymm-rose)}.photo-upload__add-icon{font-size:1.5rem;line-height:1}.photo-upload__add-label{font-size:.6875rem;text-align:center}.photo-upload__input{display:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
