.social-graph-sync{flex-direction:column;gap:14px;display:flex}.social-graph-sync__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (max-width:600px){.social-graph-sync__stats{grid-template-columns:1fr}}.social-graph-sync__tile{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.social-graph-sync__tile--highlight{border-color:var(--border-hover);background:var(--overlay-weak)}.social-graph-sync__tile-value{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600;line-height:1}.social-graph-sync__tile-label{color:var(--fg-secondary);font-size:.75rem;line-height:1.3}.social-graph-sync__summary,.social-graph-sync__error{margin:0;font-size:.8125rem;line-height:1.4}.social-graph-sync__summary{color:var(--fg-muted)}.social-graph-sync__error{color:var(--color-error)}.social-graph-sync__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.social-graph-sync__hint{color:var(--fg-muted);font-size:.75rem;line-height:1.4}.social-graph-sync__modal-body{flex-direction:column;gap:12px;display:flex}.social-graph-sync__modal-back{width:24px;height:24px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;margin-right:8px;display:inline-flex}.social-graph-sync__modal-back:hover{background:var(--overlay-weak);color:var(--fg-primary)}.social-graph-sync__modal-back:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.social-graph-sync__modal-lede{color:var(--fg-primary);margin:0;font-size:.9375rem;line-height:1.5}.social-graph-sync__modal-lede strong{font-weight:600}.social-graph-sync__modal-choices{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:520px){.social-graph-sync__modal-choices{grid-template-columns:1fr 1fr}}.social-graph-sync__modal-choice{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;text-align:left;transition:border-color var(--transition-fast), background var(--transition-fast);flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.social-graph-sync__modal-choice:hover:not(:disabled){border-color:var(--border-hover);background:var(--overlay-weak)}.social-graph-sync__modal-choice:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.social-graph-sync__modal-choice:disabled{opacity:.6;cursor:not-allowed}.social-graph-sync__modal-choice-title{color:var(--fg-primary);font-size:.9375rem;font-weight:600}.social-graph-sync__modal-choice-desc{color:var(--fg-secondary);font-size:.8125rem;line-height:1.4}.social-graph-sync__modal-error{color:var(--color-error);margin:0;font-size:.8125rem}.social-graph-sync__modal-footer{justify-content:flex-end;align-items:center;gap:8px;margin-top:4px;display:flex}.social-graph-sync__modal-progress{color:var(--fg-secondary);align-items:center;gap:6px;font-size:.8125rem;display:inline-flex}.social-graph-sync__modal-search{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);align-items:center;gap:8px;padding:8px 12px;display:flex}.social-graph-sync__modal-search:focus-within{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak)}.social-graph-sync__modal-search-icon{color:var(--fg-muted);flex:none}.social-graph-sync__modal-search-input{min-width:0;font:inherit;color:var(--fg-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.social-graph-sync__modal-search-input::placeholder{color:var(--fg-muted)}.social-graph-sync__modal-search-input::-webkit-search-cancel-button{appearance:none}.social-graph-sync__modal-meta{color:var(--fg-muted);justify-content:space-between;align-items:center;gap:12px;font-size:.75rem;display:flex}.social-graph-sync__modal-select-page{font:inherit;color:var(--fg-secondary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.social-graph-sync__modal-select-page:hover:not(:disabled){color:var(--fg-primary)}.social-graph-sync__modal-select-page:disabled{opacity:.5;cursor:not-allowed}.social-graph-sync__modal-counter{color:var(--fg-secondary);font-weight:500}.social-graph-sync__modal-list{border:1px solid var(--border-default);border-radius:var(--radius);max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.social-graph-sync__modal-row{border-bottom:1px solid var(--border-subtle)}.social-graph-sync__modal-row:last-child{border-bottom:none}.social-graph-sync__modal-row-label{cursor:pointer;width:100%;transition:background var(--transition-fast);align-items:center;gap:10px;padding:8px 12px;display:flex}.social-graph-sync__modal-row-label:hover{background:var(--overlay-weak)}.social-graph-sync__modal-checkbox{width:16px;height:16px;accent-color:var(--fg-primary);cursor:pointer;flex:none}.social-graph-sync__modal-avatar-skel{background:var(--overlay-weak);border-radius:999px;flex:none;width:32px;height:32px}.social-graph-sync__modal-row-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.social-graph-sync__modal-row-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.social-graph-sync__modal-row-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.social-graph-sync__modal-empty{color:var(--fg-muted);text-align:center;padding:16px 12px;font-size:.8125rem;list-style:none}.social-graph-sync__modal-pagination{justify-content:space-between;align-items:center;gap:8px;display:flex}.social-graph-sync__modal-page-btn{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);font:inherit;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);padding:4px 10px;font-size:.8125rem}.social-graph-sync__modal-page-btn:hover:not(:disabled){background:var(--overlay-weak);border-color:var(--border-hover)}.social-graph-sync__modal-page-btn:disabled{opacity:.5;cursor:not-allowed}.social-graph-sync__modal-page-status{color:var(--fg-muted);font-size:.75rem}.social-graph-sync__result{background:var(--overlay-weak);border:1px solid var(--border-default);border-radius:var(--radius);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.social-graph-sync__result-icon{color:var(--fg-primary);flex:none}.social-graph-sync__result-text{color:var(--fg-primary);margin:0;font-size:.875rem;line-height:1.5}.social-graph-sync__result-text strong{font-weight:600}.social-graph-sync__result-failed{color:var(--color-error)}.social-graph-sync__result-details{color:var(--fg-secondary);font-size:.8125rem}.social-graph-sync__result-details summary{cursor:pointer;color:var(--fg-secondary);margin-bottom:6px}.social-graph-sync__result-details code{word-break:break-all;font-size:.75rem}
.project-detail-page{padding:16px 0 64px}.project-detail{flex-direction:column;max-width:720px;margin:0 auto;padding:0 16px;display:flex}@media (min-width:800px){.app-shell:has(.project-detail--wide) .app-shell__content{max-width:1100px}.project-detail{max-width:960px}}.project-detail__loading,.project-detail__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.project-detail__error-title{color:var(--fg-primary);margin:0 0 6px;font-size:1rem;font-weight:600}.project-detail__error-desc{color:var(--fg-muted);max-width:32ch;margin:0;font-size:.875rem;line-height:1.5}.project-detail__byline{margin:0 0 16px}.project-detail__hero{aspect-ratio:16/9;border-radius:var(--radius);background:var(--bg-sunken);border:1px solid var(--border-subtle);width:100%;margin:0 0 24px;overflow:hidden}@media (min-width:800px){.project-detail__hero{aspect-ratio:21/9;margin-bottom:32px}}.project-detail__hero-img{object-fit:cover;width:100%;height:100%;display:block}.project-detail__hero--placeholder{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;display:flex}.project-detail__hero-placeholder-icon{color:var(--fg-muted);opacity:.55}.project-detail__head{margin:0 0 20px}.project-detail__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.015em;word-break:break-word;margin:0 0 12px;font-size:2rem;font-weight:700;line-height:1.15}@media (min-width:800px){.project-detail__title{font-size:2.5rem}}.project-detail__lead{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:1.0625rem;line-height:1.55}@media (min-width:800px){.project-detail__lead{font-size:1.125rem}}.project-detail__prose{max-width:68ch;margin:0 0 28px}.project-detail__prose p{color:var(--fg-primary);word-break:break-word;margin:0 0 14px;font-size:.9375rem;line-height:1.7}@media (min-width:800px){.project-detail__prose p{font-size:1rem;line-height:1.75}}.project-detail__prose p:last-child{margin-bottom:0}.project-detail__raw-desc{color:var(--fg-muted);margin:0 0 28px;font-size:.8125rem}.project-detail__raw-desc pre{background:var(--bg-sunken);border-radius:6px;margin-top:8px;padding:12px;font-size:.75rem;overflow-x:auto}.project-detail__meta{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);grid-template-columns:1fr;gap:14px 24px;margin:0 0 32px;padding:16px;display:grid}@media (min-width:640px){.project-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:800px){.project-detail__meta{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-detail__meta-row{flex-direction:column;gap:4px;min-width:0;display:flex}.project-detail__meta-row--wide{grid-column:1/-1}.project-detail__meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);font-size:.6875rem;font-weight:600}.project-detail__meta-value{color:var(--fg-primary);word-break:break-word;font-size:.875rem}.project-detail__contributors{flex-direction:column;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.project-detail__certs{border-top:1px solid var(--border-subtle);margin-top:8px;padding-top:24px}.project-detail__certs-header{align-items:baseline;gap:8px;margin:0 0 16px;display:flex}.project-detail__certs-title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.005em;margin:0;font-size:1.125rem;font-weight:600}.project-detail__certs-count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 8px;font-size:.75rem;font-weight:500}.project-detail__certs-empty{color:var(--fg-muted);margin:0;padding:8px 0;font-size:.875rem}.project-cert-list{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.project-cert-row-item{border-top:1px solid var(--border-subtle);display:block}.project-cert-row-item:first-child{border-top:none}.project-cert-row-item--loading{justify-content:center;padding:16px;display:flex}.project-cert-row{color:inherit;transition:background var(--transition-fast);align-items:center;gap:12px;min-width:0;padding:10px 12px;text-decoration:none;display:flex}.project-cert-row:hover{background:var(--overlay-weak)}.project-cert-row--static{cursor:default}.project-cert-row--static:hover{background:0 0}.project-cert-row__thumb{background:var(--bg-sunken);border:1px solid var(--border-subtle);border-radius:6px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.project-cert-row__thumb-img{object-fit:cover;width:100%;height:100%;display:block}.project-cert-row__thumb--placeholder{color:var(--fg-muted);background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%)}.project-cert-row__text{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.project-cert-row__title{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;line-height:1.3;overflow:hidden}.project-cert-row:hover .project-cert-row__title{text-underline-offset:2px;text-decoration:underline}.project-cert-row__desc{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;line-height:1.4;overflow:hidden}
.profile-groups{flex-direction:column;display:flex}.profile-groups__toolbar{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.profile-groups__title{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);align-items:center;gap:8px;margin:0;padding:12px 4px;font-size:.875rem;font-weight:600;display:inline-flex;position:relative}.profile-groups__title:after{content:"";background:var(--fg-primary);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-groups__count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-groups__controls{align-items:center;gap:8px;margin-left:auto;padding-bottom:8px;display:inline-flex}.profile-groups__search{background:var(--bg-elevated);border:1px solid var(--border-default);height:36px;transition:border-color var(--transition-fast);border-radius:8px;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.profile-groups__search:focus-within{border-color:var(--fg-primary)}.profile-groups__search-icon{color:var(--fg-muted);flex-shrink:0}.profile-groups__search-input{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);background:0 0;border:none;outline:none;width:200px;font-size:.875rem}.profile-groups__search-input::placeholder{color:var(--fg-muted)}.profile-groups__search-input::-webkit-search-cancel-button{appearance:none}.profile-groups__sort-wrap{display:inline-flex;position:relative}.profile-groups__sort-btn{background:var(--bg-elevated);border:1px solid var(--border-default);width:36px;height:36px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.profile-groups__sort-btn:hover{background:var(--overlay-weak);color:var(--fg-primary)}.profile-groups__sort-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-groups__sort-menu{background:var(--bg-elevated);border:1px solid var(--border-default);min-width:180px;box-shadow:var(--shadow-md);z-index:30;border-radius:8px;padding:4px;position:absolute;top:calc(100% + 6px);right:0}.profile-groups__sort-item{width:100%;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.875rem;display:flex}.profile-groups__sort-item:hover{background:var(--overlay-weak)}.profile-groups__sort-item-check{width:14px;height:14px;color:var(--fg-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.profile-groups__loading{justify-content:center;padding:48px 0;display:flex}.profile-groups__error{background:var(--overlay-weak);border:1px solid var(--border-subtle);color:var(--fg-primary);border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:.8125rem}.profile-groups__subtabs{gap:0;display:flex}.profile-groups__subtab{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);cursor:pointer;transition:color var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;margin-right:20px;padding:12px 4px;font-size:.875rem;font-weight:500;display:inline-flex;position:relative}.profile-groups__subtab:hover{color:var(--fg-primary)}.profile-groups__subtab--active{color:var(--fg-primary);font-weight:600}.profile-groups__subtab--active:after{content:"";background:var(--fg-primary);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-groups__subtab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px;border-radius:2px}.profile-groups__subtab-count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-groups__subtab--active .profile-groups__subtab-count{color:var(--fg-primary)}.profile-groups__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.profile-groups__item{list-style:none}.profile-groups__row{border:1px solid var(--border-subtle);transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.profile-groups__row:hover{background:var(--overlay-weak);border-color:var(--border-hover-soft)}.profile-groups__row-link{min-width:0;color:inherit;flex:1;align-items:center;gap:12px;text-decoration:none;display:flex}.profile-groups__meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-groups__identity{align-items:baseline;gap:8px;min-width:0;display:flex}.profile-groups__name{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.profile-groups__handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.profile-groups__description{color:var(--fg-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-groups__joined{color:var(--fg-muted);margin-top:2px;font-size:.75rem}.profile-groups__row-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.profile-groups__role{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 6px;font-size:.6875rem;font-weight:600}.profile-groups__action-btn{background:var(--bg-elevated);border:1px solid var(--border-default);height:30px;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-size:.8125rem;display:inline-flex}.profile-groups__action-btn:hover:not(:disabled){background:var(--overlay-weak);border-color:var(--border-hover-soft)}.profile-groups__action-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-groups__action-btn:disabled{opacity:.6;cursor:not-allowed}
.smart-link__anchor{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}
.sx{padding:24px 0 64px}.sx .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:800px){.app-shell:has(.sx--wide) .app-shell__content{max-width:1100px}}.sx__layout{gap:24px;display:grid}@media (min-width:800px){.sx__layout{grid-template-columns:296px minmax(0,1fr);align-items:start;gap:32px}}.sx__menu{min-width:0}@media (min-width:800px){.sx__menu{align-self:start}}.sx-menu{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.sx-menu__item{color:var(--fg-secondary,var(--fg-primary));cursor:pointer;font-family:var(--font-inter), system-ui, sans-serif;transition:background var(--transition-fast), color var(--transition-fast);border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:.875rem;font-weight:450;line-height:1.3;text-decoration:none;display:flex}.sx-menu__item:hover,.sx-menu__item:focus-visible{background:var(--overlay-weak);color:var(--fg-primary);outline:none}.sx-menu__item:focus-visible{box-shadow:0 0 0 2px var(--focus-ring,var(--fg-primary))}.sx-menu__item--active,.sx-menu__item--active:hover,.sx-menu__item--active:focus-visible{background:var(--overlay-weak);color:var(--fg-primary);font-weight:500}.sx-menu__icon{width:20px;height:20px;color:var(--fg-muted);transition:color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sx-menu__item:hover .sx-menu__icon,.sx-menu__item--active .sx-menu__icon{color:var(--fg-primary)}.sx-menu__label{flex:auto;min-width:0}.sx__panel{flex-direction:column;gap:48px;min-width:0;display:flex}.sx-section{scroll-margin-top:calc(var(--top-bar-row1) + var(--top-bar-row2) + 24px);transition:background var(--transition-fast), box-shadow var(--transition-fast);border-radius:8px;flex-direction:column;gap:20px;display:flex}.sx-section--flash>.sx-panel__header,.sx-section--flash .sx-section__title,.sx-section--flash h2:first-child{border-radius:6px;animation:1.4s ease-out sx-section-flash-heading}@keyframes sx-section-flash-heading{0%{background:var(--overlay-weak)}to{background:0 0}}.sx-panel__header{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:6px;padding-bottom:16px;display:flex}.sx-panel__title{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;color:var(--fg-primary);margin:0;font-size:1.5rem;font-weight:600;line-height:1.2}.sx-panel__desc{color:var(--fg-muted);margin:0;font-size:.875rem;line-height:1.55}.sx-panel__body{flex-direction:column;gap:16px;display:flex}.sx-panel__body .dash-card{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.sx-panel__body .dash-card__title,.sx-panel__body .email-section__header h2{display:none}@media (max-width:799px){.sx{padding:16px 0 48px}.sx-panel__title{font-size:1.25rem}.sx-menu__item{padding:10px;font-size:.9375rem}}
.leaflet-doc{color:var(--fg-primary);flex-direction:column;gap:12px;display:flex}.leaflet-doc__para{color:var(--fg-secondary);white-space:pre-wrap;margin:0;font-size:.9375rem;line-height:1.6}.leaflet-doc__heading{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;color:var(--fg-primary);margin:8px 0 0;font-weight:600;line-height:1.25}.leaflet-doc__heading:first-child{margin-top:0}h2.leaflet-doc__heading{font-size:1.25rem}h3.leaflet-doc__heading{font-size:1.125rem}h4.leaflet-doc__heading{font-size:1rem}h5.leaflet-doc__heading,h6.leaflet-doc__heading{font-size:.9375rem}.leaflet-doc__list{color:var(--fg-secondary);margin:0;padding-left:1.4em;font-size:.9375rem;line-height:1.55;list-style-position:outside}ul.leaflet-doc__list{list-style:outside}ol.leaflet-doc__list{list-style:decimal}.leaflet-doc__list li+li,.leaflet-doc__list .leaflet-doc__list{margin-top:4px}.leaflet-doc__link{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.leaflet-doc__link:hover{text-decoration-thickness:2px}.leaflet-doc__image{flex-direction:column;gap:6px;margin:0;display:flex}.leaflet-doc__image img{object-fit:contain;background:var(--bg-sunken);border-radius:8px;width:100%;height:auto;max-height:520px;display:block}.leaflet-doc__image--full-bleed img{border-radius:0;max-height:none}.leaflet-doc__image-caption{color:var(--fg-muted);text-align:center;font-size:.8125rem}.leaflet-doc__image--placeholder{border:1.5px dashed var(--border-hover);color:var(--fg-muted);text-align:center;border-radius:8px;padding:24px}.leaflet-doc__image--selected img{outline:2px solid var(--focus-ring,var(--fg-primary));outline-offset:2px}.leaflet-doc__embed{background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.leaflet-doc__embed iframe{border:0;width:100%;height:100%;display:block}.leaflet-doc__embed--selected{outline:2px solid var(--focus-ring,var(--fg-primary));outline-offset:2px}.leaflet-doc__embed--unsupported{background:var(--bg-sunken);color:var(--fg-muted);text-align:center;word-break:break-all;padding:24px}.leaflet-doc__embed-fallback{word-break:break-all;margin:0;font-size:.875rem}.leaflet-editor{flex-direction:column;gap:8px;display:flex}.leaflet-editor__toolbar{flex-wrap:wrap;gap:2px;width:fit-content;display:inline-flex}.leaflet-editor__btn{width:30px;height:30px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.leaflet-editor__btn:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.leaflet-editor__btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.leaflet-editor__btn--active,.leaflet-editor__btn--active:hover{background:var(--fg-primary);color:var(--btn-primary-fg,var(--color-white))}.leaflet-editor__btn:disabled{opacity:.45;cursor:not-allowed}.leaflet-editor__content{border:1.5px solid var(--border-hover);background:var(--bg-elevated);min-height:220px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:8px;padding:14px 16px}.leaflet-editor__content:focus-within{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak)}.leaflet-editor__surface{color:var(--fg-primary);outline:none;font-size:.9375rem;line-height:1.6}.leaflet-editor__surface p{min-height:1.6em;margin:0}.leaflet-editor__surface br.ProseMirror-trailingBreak{width:0;height:1em;display:inline-block}.leaflet-editor__surface>*+:not(h1):not(h2):not(h3){margin-top:10px}.leaflet-editor__surface h1,.leaflet-editor__surface h2,.leaflet-editor__surface h3{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.25}.leaflet-editor__surface h1{font-size:1.5rem}.leaflet-editor__surface h2{font-size:1.25rem}.leaflet-editor__surface h3{font-size:1.0625rem}.leaflet-editor__surface>h1{margin-top:24px;margin-bottom:6px}.leaflet-editor__surface>h2{margin-top:20px;margin-bottom:4px}.leaflet-editor__surface>h3{margin-top:16px;margin-bottom:4px}.leaflet-editor__surface>h1:first-child,.leaflet-editor__surface>h2:first-child,.leaflet-editor__surface>h3:first-child{margin-top:0}.leaflet-editor__surface ul,.leaflet-editor__surface ol{margin:0;padding-left:1.4em}.leaflet-editor__surface ul{list-style:outside}.leaflet-editor__surface ol{list-style:decimal}.leaflet-editor__surface li+li{margin-top:4px}.leaflet-editor__surface a{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.leaflet-editor__surface .leaflet-doc__image,.leaflet-editor__surface .leaflet-doc__embed{margin:0}.leaflet-editor__image-input{display:none}.leaflet-editor__error{color:var(--color-error);margin:4px 0 0;font-size:.75rem}.leaflet-editor__surface p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--fg-muted);pointer-events:none;float:left;height:0}.link-dialog__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.link-dialog__label{letter-spacing:.04em;color:var(--fg-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.link-dialog__input{font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:8px;width:100%;min-width:0;padding:8px 12px;font-size:.9375rem}.link-dialog__input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.link-dialog__hint{color:var(--fg-muted);font-size:.75rem;line-height:1.4}.link-dialog__error{color:var(--color-error);margin:0;font-size:.8125rem;line-height:1.4}.link-dialog__actions{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.link-dialog__actions-right{align-items:center;gap:8px;margin-left:auto;display:flex}.profile-overview__more-link{font:inherit;color:var(--fg-primary);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.profile-overview__more-link:hover{text-decoration-thickness:2px}.profile-overview__more-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.profile-page__about{flex-direction:column;gap:16px;display:flex}.profile-page__about-doc{font-size:1rem;line-height:1.65}.profile-page__about-doc .leaflet-doc__heading:first-child{margin-top:0}.long-description-modal{border-radius:14px;max-width:min(720px,100% - 32px)}.long-description-modal__title-block{flex-direction:column;gap:2px;min-width:0;display:flex}.long-description-modal__subtitle{color:var(--fg-muted);font-size:.75rem}.long-description-modal__body{padding-top:8px}.long-description-modal__doc{font-size:1rem;line-height:1.65}.long-description-modal__doc .leaflet-doc__heading{margin-top:18px}.long-description-modal__doc .leaflet-doc__heading:first-child{margin-top:0}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.\!block{display:block!important}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.\!h-\[240px\]{height:240px!important}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.\!w-\[240px\]{width:240px!important}.w-12{width:3rem}.w-16{width:4rem}.w-24{width:6rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-y{resize:vertical}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded{border-radius:2px}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-none{border-style:none}.border-\[var\(--badge-neutral-border\)\]{border-color:var(--badge-neutral-border)}.border-\[var\(--bg-elevated\)\]{border-color:var(--bg-elevated)}.border-\[var\(--border-default\)\]{border-color:var(--border-default)}.border-\[var\(--border-subtle\)\]{border-color:var(--border-subtle)}.border-error\/20{border-color:#e74c3c33}.border-error\/40{border-color:#e74c3c66}.bg-\[var\(--badge-neutral-bg\)\]{background-color:var(--badge-neutral-bg)}.bg-\[var\(--badge-success-bg\)\]{background-color:var(--badge-success-bg)}.bg-\[var\(--badge-warning-bg\)\]{background-color:var(--badge-warning-bg)}.bg-\[var\(--bg-elevated\)\]{background-color:var(--bg-elevated)}.bg-\[var\(--btn-primary-bg\)\]{background-color:var(--btn-primary-bg)}.bg-\[var\(--color-surface-container-high\)\]{background-color:var(--color-surface-container-high)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-error\/10{background-color:#e74c3c1a}.bg-error\/5{background-color:#e74c3c0d}.bg-transparent{background-color:#0000}.bg-opacity-50{--tw-bg-opacity:.5}.object-cover{object-fit:cover}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pl-6{padding-left:1.5rem}.pt-\[120px\]{padding-top:120px}.text-center{text-align:center}.font-headline{font-family:var(--font-headline), Noto Serif, Georgia, serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.font-sans{font-family:Inter,system-ui,-apple-system,sans-serif}.\!text-5xl{font-size:3rem!important;line-height:1!important}.text-base{font-size:1rem;line-height:1.5rem}.text-body{font-size:1rem;font-weight:400;line-height:1.6}.text-body-sm{font-size:.875rem;font-weight:400;line-height:1.5}.text-caption{letter-spacing:.05em;font-size:.75rem;font-weight:500;line-height:1.4}.text-h1{letter-spacing:-.02em;font-size:2.25rem;font-weight:700;line-height:1.2}.text-h3{font-size:1.375rem;font-weight:600;line-height:1.4}.text-h4{font-size:1.125rem;font-weight:600;line-height:1.4}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[var\(--badge-neutral-fg\)\]{color:var(--badge-neutral-fg)}.text-\[var\(--badge-success-fg\)\]{color:var(--badge-success-fg)}.text-\[var\(--badge-warning-fg\)\]{color:var(--badge-warning-fg)}.text-\[var\(--btn-primary-fg\)\]{color:var(--btn-primary-fg)}.text-\[var\(--color-error\)\]{color:var(--color-error)}.text-\[var\(--fg-muted\)\]{color:var(--fg-muted)}.text-\[var\(--fg-primary\)\]{color:var(--fg-primary)}.text-\[var\(--fg-secondary\)\]{color:var(--fg-secondary)}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-error{--tw-text-opacity:1;color:rgb(231 76 60/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder\:text-\[var\(--fg-muted\)\]::placeholder{color:var(--fg-muted)}.hover\:border-\[var\(--border-hover\)\]:hover{border-color:var(--border-hover)}.hover\:border-error\/35:hover{border-color:#e74c3c59}.hover\:bg-\[var\(--overlay-weak\)\]:hover{background-color:var(--overlay-weak)}.hover\:bg-error\/15:hover{background-color:#e74c3c26}.hover\:text-\[var\(--fg-primary\)\]:hover{color:var(--fg-primary)}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:opacity-90:hover{opacity:.9}.focus\:border-\[var\(--focus-ring\)\]:focus{border-color:var(--focus-ring)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}@media (min-width:768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}
