.search-page{flex-direction:column;align-items:center;padding-top:8px;display:flex}.search-page__hint{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);margin-top:12px;font-size:.8125rem}.create-form{flex-direction:column;gap:20px;display:flex}.create-form__field{flex-direction:column;gap:6px;display:flex}.create-form__label{font-family:var(--font-inter), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-size:.75rem;font-weight:600}.create-form__input,.create-form__textarea{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);background:var(--bg-raised);border:1px solid var(--border-default);border-radius:var(--radius);transition:border-color var(--transition-fast);outline:none;padding:12px 14px;font-size:.9375rem}.create-form__input:focus,.create-form__textarea:focus{border-color:var(--fg-primary)}.create-form__textarea{resize:vertical;min-height:100px}.create-form__error{color:var(--color-error);font-size:.8125rem}.create-form__actions{align-self:flex-start;align-items:center;gap:12px;display:flex}.create-form__submit,.create-form__cancel{font-family:var(--font-inter), system-ui, sans-serif;border-radius:var(--radius);cursor:pointer;transition:opacity var(--transition-fast), background var(--transition-fast);padding:12px 24px;font-size:.875rem;font-weight:600}.create-form__submit{color:var(--btn-primary-fg);background:var(--btn-primary-bg);border:none}.create-form__cancel{color:var(--fg-secondary);border:1px solid var(--border-light);background:0 0}.create-form__submit:hover{opacity:.9}.create-form__cancel:hover{background:var(--overlay-weak)}.create-form__submit:disabled,.create-form__cancel:disabled{opacity:.4;cursor:not-allowed}.feed-tabs{border-bottom:1px solid var(--border-subtle);background:var(--bg-canvas);display:flex}.feed-tabs__tab{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:2px;padding:14px 0;font-size:.875rem;font-weight:500;display:inline-flex}.feed-tabs__tab:hover{color:var(--fg-primary)}.feed-tabs__tab--active{color:var(--fg-primary);border-bottom-color:var(--fg-primary);font-weight:600}.feed-tabs__tab-wrapper{flex:1;justify-content:center;display:flex;position:relative}.feed-tabs__chevron{transition:transform var(--transition-fast);margin-left:4px}.feed-tabs__chevron--open{transform:rotate(180deg)}.feed-filter{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:30;min-width:180px;padding:8px 0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.feed-filter__item{cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:10px;padding:10px 16px;display:flex}.feed-filter__item:hover{background:var(--bg-canvas)}.feed-filter__checkbox{width:16px;height:16px;accent-color:var(--fg-primary);cursor:pointer;flex-shrink:0}.feed-filter__label{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);font-size:.8125rem}@media (min-width:800px){.feed-tabs__tab{padding:16px 0;font-size:.9375rem}}.feed-evaluator-panel{background:var(--bg-elevated);border-bottom:1px solid var(--border-default);width:100%;padding:10px 16px 8px}.feed-evaluators{background:var(--bg-canvas);border-bottom:1px solid var(--border-subtle);padding:10px 16px 8px}.feed-evaluators__list{flex-direction:column;gap:6px;display:flex}.feed-evaluators__row{cursor:pointer;align-items:center;gap:8px;padding:2px 0;font-size:.8125rem;line-height:1.3;display:flex}.feed-evaluators__row--disabled{opacity:.45;pointer-events:none}.feed-evaluators__checkbox{width:16px;height:16px;accent-color:var(--fg-primary);cursor:pointer;flex-shrink:0}.feed-evaluators__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px}.feed-evaluators__avatar--placeholder{background:var(--bg-sunken);display:inline-block}.feed-evaluators__name{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.feed-evaluators__handle{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.feed-evaluators__separator{background:var(--border-subtle);height:1px;margin:8px 0}.feed-evaluators__show-all{cursor:pointer;align-items:center;gap:8px;padding:2px 0;display:flex}.feed-evaluators__show-all-label{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);font-size:.8125rem;font-weight:500}.feed-unfiltered-banner{z-index:20;background:var(--btn-primary-bg);color:var(--btn-primary-fg);font-family:var(--font-inter), system-ui, sans-serif;text-align:center;border-bottom:1px solid var(--border-default);padding:8px 16px;font-size:.8125rem;font-weight:500;position:sticky;top:0}.feed{flex-direction:column;display:flex}.feed-card{border-bottom:1px solid var(--border-subtle);padding:20px 0}.feed-card:last-child{border-bottom:none}.feed-card__body{color:inherit;text-decoration:none;display:block}.feed-card__body:hover .feed-card__title{text-decoration:underline;-webkit-text-decoration-color:var(--fg-muted);text-decoration-color:var(--fg-muted);text-underline-offset:3px}.feed-card__author{color:inherit;align-items:center;gap:10px;max-width:100%;margin-bottom:12px;text-decoration:none;display:inline-flex}.feed-card__author:hover .feed-card__author-name{text-decoration:underline}.feed-card__author-meta{align-items:baseline;gap:6px;min-width:0;display:flex;overflow:hidden}.feed-card__author-name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;max-width:14ch;font-size:.875rem;font-weight:600;overflow:hidden}.feed-card__author-handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.8125rem;overflow:hidden}.feed-card__author--skeleton{pointer-events:none}.feed-card__author-avatar-skel{background:var(--overlay-weak);border-radius:999px;flex-shrink:0;width:32px;height:32px;animation:1.4s ease-in-out infinite feed-author-skel-pulse}.feed-card__author-name-skel{background:var(--overlay-weak);border-radius:4px;width:96px;height:11px;margin-bottom:4px;animation:1.4s ease-in-out infinite feed-author-skel-pulse}.feed-card__author-handle-skel{background:var(--overlay-weak);border-radius:4px;width:64px;height:9px;animation:1.4s ease-in-out infinite feed-author-skel-pulse}@keyframes feed-author-skel-pulse{0%,to{opacity:.4}50%{opacity:.8}}@media (prefers-reduced-motion:reduce){.feed-card__author-avatar-skel,.feed-card__author-name-skel,.feed-card__author-handle-skel{opacity:.5;animation:none}}.feed-card__image-wrap{aspect-ratio:1;border-radius:var(--radius);background:var(--bg-sunken);width:100%;margin-bottom:12px;overflow:hidden}.feed-card__image{object-fit:cover;width:100%;height:100%;display:block}.feed-card__image-wrap--placeholder{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;display:flex}.feed-card__image-placeholder-icon{color:var(--fg-muted);opacity:.6}.feed-card__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:1.125rem;font-weight:700;line-height:1.3;overflow:hidden}.feed-card__desc{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.feed-card__meta{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.75rem;display:flex}.feed-card__time{color:var(--fg-muted);font-size:.75rem}.feed-card__meta-sep{background:var(--fg-muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.feed-card__badge{color:var(--fg-secondary);background:var(--bg-sunken);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.6875rem;font-weight:500;display:inline-flex}.feed-card__label{text-transform:capitalize;border-radius:999px;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.feed-card__label--high-quality{color:var(--badge-success-fg);background:var(--badge-success-bg)}.feed-card__label--standard{color:var(--fg-secondary);background:var(--bg-sunken)}.feed-card__label--draft{color:var(--badge-warning-fg);background:var(--badge-warning-bg)}.feed-card__label--test{color:var(--fg-muted);background:var(--bg-raised)}.feed-card__scope{color:var(--color-accent);background:var(--bg-raised);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:160px;padding:2px 8px;font-size:.6875rem;font-weight:500;display:inline-flex;overflow:hidden}.feed__load-more{justify-content:center;padding:24px 0;display:flex}.feed__load-more-btn{font-family:var(--font-inter), system-ui, sans-serif;color:var(--color-accent);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:10px 24px;font-size:.8125rem;font-weight:500}.feed__load-more-btn:hover{border-color:var(--border-hover);background:var(--bg-canvas)}.feed__load-more-btn:disabled{opacity:.5;cursor:not-allowed}.feed-skeleton{border-bottom:1px solid var(--border-subtle);padding:20px 0}.feed-skeleton__image{aspect-ratio:1;border-radius:var(--radius);background:var(--bg-sunken);width:100%;margin-bottom:12px;animation:1.5s ease-in-out infinite skeleton-pulse}.feed-skeleton__title{border-radius:var(--radius);background:var(--bg-sunken);width:70%;height:20px;margin-bottom:8px;animation:1.5s ease-in-out infinite skeleton-pulse}.feed-skeleton__line{border-radius:var(--radius);background:var(--bg-sunken);width:100%;height:14px;margin-bottom:6px;animation:1.5s ease-in-out infinite skeleton-pulse}.feed-skeleton__line--short{width:45%}.feed-skeleton__meta{gap:8px;margin-top:12px;display:flex}.feed-skeleton__pill{background:var(--bg-sunken);border-radius:999px;width:72px;height:18px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:1}}@media (min-width:800px){.feed-card{padding:24px 0}.feed-card__title{font-size:1.25rem}.feed-card__image-wrap{border-radius:calc(var(--radius) * 2);margin-bottom:16px}.feed-card__desc{margin-bottom:16px}.feed-card__meta{gap:10px}.feed-skeleton{padding:24px 0}}@media (prefers-reduced-motion:reduce){.feed-skeleton__image,.feed-skeleton__title,.feed-skeleton__line,.feed-skeleton__pill{opacity:.6;animation:none}}.activity-detail-page{padding:16px 0 48px}.activity-detail{max-width:720px;margin:0 auto;padding:0 16px}.activity-detail__loading,.activity-detail__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.activity-detail__error-title{color:var(--fg-primary);margin:0 0 6px;font-size:1rem;font-weight:600}.activity-detail__error-desc{color:var(--fg-muted);max-width:32ch;margin:0;font-size:.875rem;line-height:1.5}.activity-detail__image-wrap{aspect-ratio:16/9;border-radius:var(--radius);background:var(--bg-sunken);width:100%;margin:16px 0 24px;overflow:hidden}.activity-detail__image{object-fit:cover;width:100%;height:100%;display:block}.activity-detail__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;margin:16px 0 12px;font-size:1.5rem;font-weight:700;line-height:1.2}.activity-detail__short-desc{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:0 0 24px;font-size:1rem;line-height:1.55}.activity-detail__meta{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:12px;margin:0 0 24px;padding:20px 0;display:flex}.activity-detail__meta-row{grid-template-columns:120px 1fr;align-items:start;gap:12px;display:grid}.activity-detail__meta-row dt{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);padding-top:2px;font-size:.75rem;font-weight:600}.activity-detail__meta-row dd{color:var(--fg-primary);word-break:break-word;min-width:0;margin:0;font-size:.9375rem}.activity-detail__meta-aux{color:var(--fg-muted);font-size:.8125rem}.activity-detail__list,.activity-detail__contributors{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.activity-detail__contributors li,.activity-detail__contributor{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.activity-detail__contributor--text{align-items:baseline}.activity-detail__contributor-link{color:inherit;border-radius:var(--radius);align-items:center;gap:8px;min-width:0;margin:-2px -4px;padding:2px 4px;text-decoration:none;display:flex}.activity-detail__contributor-link:hover .activity-detail__contributor-name,.activity-detail__contributor-link:focus-visible .activity-detail__contributor-name{text-decoration:underline}.activity-detail__contributor-link--static{cursor:default}.activity-detail__contributor-link--static:hover .activity-detail__contributor-name{text-decoration:none}.activity-detail__contributor-meta{flex-direction:column;min-width:0;line-height:1.15;display:flex}.activity-detail__contributor-name{font-weight:600}.activity-detail__contributor-handle{color:var(--fg-muted);word-break:break-all;font-size:.8125rem}.activity-detail__contributor-role,.activity-detail__contributor-weight{color:var(--fg-muted);font-size:.8125rem}.activity-detail__contributor-avatar-skel{background:var(--bg-elevated,#80808026);border-radius:50%;width:32px;height:32px}.activity-detail__contributor-name-skel{background:var(--bg-elevated,#80808026);border-radius:4px;width:120px;height:12px;margin-bottom:4px}.activity-detail__contributor-handle-skel{background:var(--bg-elevated,#8080801a);border-radius:4px;width:80px;height:10px}.activity-detail__uri{font-family:var(--font-mono,ui-monospace, monospace);color:var(--fg-secondary);word-break:break-all;font-size:.8125rem}.activity-detail__raw{border-top:1px solid var(--border-subtle);margin-top:24px;padding-top:16px}.activity-detail__raw summary{color:var(--fg-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.06em;padding:6px 0;font-size:.8125rem;font-weight:600;list-style:none}.activity-detail__raw summary::-webkit-details-marker{display:none}.activity-detail__raw[open] summary{color:var(--fg-primary);margin-bottom:8px}.activity-detail__raw pre{font-family:var(--font-mono,ui-monospace, monospace);color:var(--fg-secondary);background:var(--bg-raised);border-radius:var(--radius);white-space:pre-wrap;word-break:break-word;max-height:50vh;padding:12px;font-size:.75rem;line-height:1.5;overflow-x:auto}@media (max-width:520px){.activity-detail{padding:0 16px}.activity-detail__title{font-size:1.375rem}.activity-detail__meta-row{grid-template-columns:1fr;gap:4px}.activity-detail__meta-row dt{padding-top:0}}.location-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.location-card{background:var(--bg-raised);border:1px solid var(--border-subtle);border-radius:var(--radius);align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.location-card--fallback{background:0 0;border-style:dashed}.location-card__icon{background:var(--overlay-weak);width:28px;height:28px;color:var(--fg-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.location-card__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.location-card__name{color:var(--fg-primary);word-break:break-word;margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.location-card__desc{color:var(--fg-secondary);word-break:break-word;margin:2px 0 0;font-size:.8125rem;line-height:1.45}.location-card__detail{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 0;font-size:.8125rem;display:flex}.location-card__coords{font-family:var(--font-mono,ui-monospace, monospace);color:var(--fg-secondary);font-size:.75rem}.location-card__type{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);background:var(--overlay-weak);border-radius:var(--radius);padding:2px 6px;font-size:.6875rem;font-weight:600}.location-card__fallback{word-break:break-word}.location-card__map-link{color:var(--fg-primary);text-underline-offset:2px;font-weight:500;text-decoration:underline}.location-card__map-link:hover{color:var(--fg-secondary)}.location-card__uri{font-family:var(--font-mono,ui-monospace, monospace);color:var(--fg-muted);word-break:break-all;margin:2px 0 0;font-size:.75rem}.location-card--skeleton{pointer-events:none}.location-card--skeleton .location-card__icon-skel{background:var(--overlay-weak);border-radius:999px;flex-shrink:0;width:28px;height:28px;margin-top:2px;animation:1.4s ease-in-out infinite location-card-pulse}.location-card--skeleton .location-card__name-skel{background:var(--overlay-weak);border-radius:4px;width:60%;height:12px;margin-bottom:6px;animation:1.4s ease-in-out infinite location-card-pulse}.location-card--skeleton .location-card__detail-skel{background:var(--overlay-weak);border-radius:4px;width:40%;height:10px;animation:1.4s ease-in-out infinite location-card-pulse}@keyframes location-card-pulse{0%,to{opacity:.35}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.location-card--skeleton .location-card__icon-skel,.location-card--skeleton .location-card__name-skel,.location-card--skeleton .location-card__detail-skel{opacity:.45;animation:none}}.certs-map{border-radius:var(--radius);background:var(--bg-raised);border:1px solid var(--border-subtle);z-index:0;width:100%;position:relative;overflow:hidden}.certs-map .leaflet-container{background:var(--bg-raised);font-family:var(--font-inter), system-ui, -apple-system, sans-serif;font-size:.8125rem}.certs-map .leaflet-control-attribution{color:var(--fg-muted);background:#fffc;padding:2px 6px;font-size:.625rem}.certs-map .leaflet-control-attribution a{color:var(--fg-secondary)}[data-theme=dark] .certs-map .leaflet-control-attribution{color:var(--fg-muted);background:#141417d9}[data-theme=dark] .certs-map .leaflet-control-attribution a{color:var(--fg-secondary)}.certs-map .leaflet-bar{border:1px solid var(--border-default);box-shadow:var(--shadow-md);border-radius:8px;overflow:hidden}.certs-map .leaflet-bar a{background:var(--bg-elevated);color:var(--fg-primary);border-bottom:1px solid var(--border-subtle);transition:background var(--transition-fast), color var(--transition-fast)}.certs-map .leaflet-bar a:hover{background:var(--bg-raised)}.certs-map .leaflet-bar a:last-child{border-bottom:none}.certs-map .leaflet-bar a.leaflet-disabled{color:var(--fg-muted);cursor:not-allowed}.certs-map .leaflet-popup-content-wrapper{background:var(--bg-elevated);color:var(--fg-primary);box-shadow:var(--shadow-lg);border-radius:8px}.certs-map .leaflet-popup-content{margin:10px 14px;font-size:.8125rem;line-height:1.45}.certs-map .leaflet-popup-tip{background:var(--bg-elevated)}.certs-map .leaflet-popup-close-button{color:var(--fg-muted)!important}.map-skeleton{border-radius:var(--radius);background:var(--bg-raised);border:1px solid var(--border-subtle);width:100%;animation:1.4s ease-in-out infinite map-skeleton-pulse}@keyframes map-skeleton-pulse{0%,to{opacity:.4}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.map-skeleton{opacity:.5;animation:none}}.location-card__map{margin-top:8px}.page-tabs-bar,.endorsements-tabs-bar{border-bottom:1px solid var(--border-default);justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.page-tabs,.endorsements-tabs{align-self:flex-end;gap:4px;display:flex}.page-tabs__tab,.endorsements-tabs__tab{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.page-tabs__tab:hover,.endorsements-tabs__tab:hover{color:var(--fg-primary)}.page-tabs__tab--active,.endorsements-tabs__tab--active{color:var(--fg-primary);border-bottom-color:var(--fg-primary)}.page-tabs-bar__new,.endorsements-new-btn{border-radius:var(--radius);color:var(--fg-primary);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-self:center;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.page-tabs-bar__new:hover:not(:disabled),.endorsements-new-btn:hover:not(:disabled){background:var(--overlay-weak)}.page-tabs-bar__new:disabled,.endorsements-new-btn:disabled{opacity:.5;cursor:not-allowed}.page-section-heading{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;margin:0 0 12px;font-size:1.5rem;font-weight:700;line-height:1.2}.endorsement-panel{background:var(--overlay-weak,#8080800d);border:1px solid var(--border-default);border-radius:var(--radius);flex-direction:column;gap:12px;margin-bottom:16px;padding:16px;display:flex}.endorsement-panel__heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.endorsement-panel__heading-text{flex-direction:column;gap:2px;min-width:0;display:flex}.endorsement-panel__close{cursor:pointer;color:var(--fg-muted);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:inline-flex}.endorsement-panel__close:hover:not(:disabled){background:var(--overlay-weak,#8080801f);color:var(--fg-primary)}.endorsement-panel__close:disabled{opacity:.4;cursor:not-allowed}.endorsement-panel__title{color:var(--fg-primary);font-size:.9375rem;font-weight:600}.endorsement-panel__hint{color:var(--fg-muted);font-size:.8125rem}.endorsement-panel__pick-hint{color:var(--fg-muted);margin:0;font-size:.8125rem}.endorsement-panel__actions{justify-content:flex-end;gap:8px;display:flex}.endorsements-loading{justify-content:center;padding:32px 0;display:flex}.endorsements-hint{color:var(--fg-secondary);background:var(--overlay-weak,#8080800d);border:1px solid var(--border-default);border-radius:var(--radius);margin:0 0 16px;padding:12px 14px;font-size:.8125rem;line-height:1.55}.endorsements-empty{min-height:240px;color:var(--fg-muted);text-align:center;justify-content:center;align-items:center;margin:0;padding:24px;font-size:.875rem;display:flex}.endorsements-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.endorsement-row{border-bottom:1px solid var(--border-default);align-items:center;gap:12px;padding:10px 0;display:flex}.endorsement-row:last-child{border-bottom:none}.endorsement-row__main{color:inherit;flex:1;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.endorsement-row__main:hover .endorsement-row__name{text-decoration:underline}.endorsement-row__avatar-skel{background:var(--overlay-weak,#80808026);border-radius:50%;flex-shrink:0;width:48px;height:48px}.endorsement-row__meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.endorsement-row__name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.endorsement-row__handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.endorsement-row__date{color:var(--fg-muted);flex-shrink:0;font-size:.75rem}.endorsement-row__revoke{color:var(--fg-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.endorsement-row__revoke:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary);border-color:var(--border-default)}.endorsement-row__revoke:disabled{opacity:.5;cursor:not-allowed}.endorsement-row__note{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin-top:4px;font-size:.8125rem;line-height:1.4;display:block}.response-buttons{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.response-buttons__btn{font-family:var(--font-inter), system-ui, sans-serif;border-radius:var(--radius);border:1px solid var(--border-default);background:var(--bg-elevated);color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);padding:4px 10px;font-size:.75rem;font-weight:500}.response-buttons__btn:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.response-buttons__btn--pressed{background:var(--fg-primary);color:var(--bg-elevated);border-color:var(--fg-primary)}.response-buttons__btn--pressed:hover:not(:disabled){background:var(--fg-primary);color:var(--bg-elevated);opacity:.85}.response-buttons__btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.response-buttons__btn:disabled{opacity:.5;cursor:not-allowed}.response-buttons__error{color:var(--color-error);margin-left:6px;font-size:.6875rem}.response-menu{flex-shrink:0;position:relative}.endorsement-row:not(:has(.response-menu,.endorsement-row__revoke)) .endorsement-row__date{margin-right:40px}.response-menu__trigger{border-radius:var(--radius);width:28px;height:28px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.response-menu__trigger:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.response-menu__trigger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.response-menu__trigger:disabled{opacity:.4;cursor:not-allowed}.response-menu__menu{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);min-width:180px;box-shadow:var(--shadow-md);z-index:10;flex-direction:column;gap:1px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.response-menu__item{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:2px;align-items:center;gap:8px;padding:8px 10px;font-size:.8125rem;display:flex}.response-menu__item:hover:not(:disabled){background:var(--overlay-weak)}.response-menu__item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.response-menu__item:disabled{opacity:.5;cursor:not-allowed}.response-menu__indicator{text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);margin:0;padding:6px 10px 4px;font-size:.6875rem;font-weight:600}.response-menu__error{color:var(--color-error);margin:0;padding:4px 10px;font-size:.6875rem}.response-menu__toast{white-space:nowrap;background:var(--fg-primary);color:var(--bg-elevated);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:10;align-items:center;gap:10px;padding:6px 10px;font-size:.75rem;display:inline-flex;position:absolute;top:calc(100% + 4px);right:0}.response-menu__toast-undo{border:1px solid var(--bg-elevated);color:var(--bg-elevated);font:inherit;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border-radius:2px;align-items:center;gap:4px;padding:2px 6px;font-weight:600;display:inline-flex}.response-menu__toast-undo:hover:not(:disabled){background:var(--bg-elevated);color:var(--fg-primary)}.response-menu__toast-undo:focus-visible{outline:2px solid var(--bg-elevated);outline-offset:2px}.response-menu__toast-undo:disabled{opacity:.6;cursor:not-allowed}@media (max-width:799px){.response-buttons__btn{min-height:44px;padding:8px 14px;font-size:.8125rem}.response-menu__trigger{width:44px;height:44px}.response-menu__item{min-height:44px;padding:10px 12px}}.endorsement-preview{background:var(--overlay-weak,#80808014);border:1px solid var(--border-default);border-radius:var(--radius);align-items:center;gap:12px;padding:12px;display:flex}.endorsement-preview__meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.endorsement-preview__name{color:var(--fg-primary);font-size:.9375rem;font-weight:600}.endorsement-preview__handle{color:var(--fg-muted);font-size:.8125rem}.endorsement-multi-list{flex-direction:column;gap:6px;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.endorsement-multi-row{background:var(--overlay-weak,#80808014);border:1px solid var(--border-default);border-radius:var(--radius);align-items:center;gap:10px;padding:8px 10px;display:flex}.endorsement-multi-row__meta{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.endorsement-multi-row__name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.endorsement-multi-row__handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.endorsement-multi-row__error{color:var(--color-error);margin-top:2px;font-size:.75rem}.endorsement-multi-row__status{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.endorsement-multi-row__status--writing{border:2px solid var(--border-default);border-top-color:var(--fg-primary);animation:.8s linear infinite endorsement-multi-spin}.endorsement-multi-row__status--success{background:var(--success,#2a8);color:#fff}.endorsement-multi-row__status--error{background:var(--color-error);color:#fff}@keyframes endorsement-multi-spin{to{transform:rotate(360deg)}}.endorsement-multi-row__remove{cursor:pointer;color:var(--fg-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.endorsement-multi-row__remove:hover{background:var(--overlay-weak,#8080801f);color:var(--fg-primary)}.endorsement-multi-summary{color:var(--fg-muted);margin:0;font-size:.875rem}.profile-endorsements{flex-direction:column;gap:32px;padding:16px 0;display:flex}.profile-endorsements__section{flex-direction:column;gap:8px;display:flex}.profile-endorsements__heading-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.profile-endorsements__heading{color:var(--fg-primary);align-items:baseline;gap:8px;margin:0;font-size:1rem;font-weight:600;display:inline-flex}.profile-endorsements__endorse-btn{border-radius:var(--radius);border:1px solid var(--border-default);color:var(--fg-primary);cursor:pointer;background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.profile-endorsements__endorse-btn:hover:not(:disabled){background:var(--overlay-weak,#80808014);border-color:var(--fg-primary)}.profile-endorsements__endorse-btn:disabled{opacity:.6;cursor:not-allowed}.profile-endorsements__endorse-btn--active{background:var(--overlay-weak,#8080801f);border-color:var(--fg-primary);color:var(--fg-primary)}.profile-endorsements__endorse-error{color:var(--color-error);margin-top:4px;font-size:.75rem;display:block}.profile-endorsements__count{color:var(--fg-muted);font-size:.875rem;font-weight:600}.profile-endorsements__pagination{color:var(--fg-muted);justify-content:center;align-items:center;gap:12px;margin-top:12px;font-size:.8125rem;display:flex}.profile-endorsements__pagination-btn{border:1px solid var(--border-default);border-radius:var(--radius);color:var(--fg-secondary);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:6px 10px;font-size:.8125rem;display:inline-flex}.profile-endorsements__pagination-btn:hover:not(:disabled){background:var(--overlay-weak,#80808014);color:var(--fg-primary)}.profile-endorsements__pagination-btn:disabled{opacity:.4;cursor:not-allowed}.profile-endorsements__pagination-status{font-variant-numeric:tabular-nums}.profile-endorsements__placeholder{color:var(--fg-muted);margin:0;font-size:.875rem}.profile-endorsements__loading{justify-content:center;padding:24px 0;display:flex}.received-endorsement-card{border-bottom:1px solid var(--border-default);flex-direction:column;gap:8px;padding:12px 0;display:flex}.received-endorsement-card:last-child{border-bottom:none}.received-endorsement-card__endorsers{flex-wrap:wrap;gap:8px;padding-left:60px;display:flex}.endorser-chip{background:var(--overlay-weak,#80808014);border:1px solid var(--border-default);color:inherit;border-radius:9999px;align-items:center;gap:6px;padding:4px 10px 4px 4px;font-size:.8125rem;line-height:1.2;text-decoration:none;transition:background .15s;display:inline-flex}.endorser-chip:hover{background:var(--overlay-medium,#80808026)}.endorser-chip__name{color:var(--fg-primary);white-space:nowrap;font-weight:600}.endorser-chip__date{color:var(--fg-muted);white-space:nowrap;font-size:.75rem}@media (max-width:799px){.people-search__input,.create-form__input,.create-form__textarea{font-size:16px}}
.profile-hero{width:100%;position:relative}.profile-hero__banner{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--bg-raised) 100%);width:100%;height:180px;overflow:hidden}.profile-hero__banner--empty{height:90px}.profile-hero__banner-img{object-fit:cover;width:100%;height:100%;display:block}.profile-hero__body{padding:0 16px 16px}.profile-hero__row{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:-48px;display:flex}.profile-hero__avatar-wrap{background:var(--bg-elevated);border-radius:999px;flex-shrink:0;padding:4px;line-height:0}.profile-hero__action{flex-shrink:0;padding-bottom:4px}.profile-hero__action-group{align-items:center;gap:8px;display:flex}.profile-hero__eyebrow{font-family:var(--font-inter), system-ui, sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin:12px 0 0;font-size:.6875rem;font-weight:600}.profile-hero__name{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;margin:12px 0 2px;font-size:1.5rem;font-weight:700;line-height:1.15}.profile-hero__eyebrow+.profile-hero__name{margin-top:4px}.profile-hero__handle{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:.875rem;font-weight:400;display:flex}.profile-hero__pds-tag{background:var(--overlay-weak,#80808014);border:1px solid var(--border-default);color:var(--fg-muted);letter-spacing:.01em;border-radius:999px;align-items:center;padding:1px 8px;font-size:.6875rem;font-weight:500;line-height:1.4;display:inline-flex}.profile-hero__count{align-items:baseline;gap:6px;margin:12px 0 0;font-size:.875rem;display:inline-flex}.profile-hero__count-value{color:var(--fg-primary);font-weight:600}.profile-hero__count-label{color:var(--fg-muted)}.profile-hero__bio{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:12px 0 0;font-size:.9375rem;line-height:1.55}@media (min-width:640px){.profile-hero__banner{height:220px}.profile-hero__banner--empty{height:110px}.profile-hero__body{padding:0 24px 24px}}@media (min-width:800px){.profile-hero__banner{height:200px}.profile-hero__banner--empty{height:100px}}@media (min-width:640px){.profile-hero__row{margin-top:-56px}.profile-hero__name{font-size:1.75rem}}.profile-tabs{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;margin-top:8px;padding:0 16px;display:flex;overflow:auto hidden}.profile-tabs::-webkit-scrollbar{display:none}.profile-tabs__tab{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;flex:none;padding:14px 20px;font-size:.875rem;font-weight:500;position:relative}.profile-tabs__tab:hover{color:var(--fg-primary)}.profile-tabs__tab--active{color:var(--fg-primary);font-weight:600}.profile-tabs__tab--active:after{content:"";background:var(--fg-primary);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:16px;right:16px}.profile-tabs__tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px;border-radius:2px}.profile-panel{padding:16px}@media (min-width:800px){.profile-panel--reading{max-width:720px;margin:0 auto}}.profile-groups{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.profile-groups__item{border-bottom:1px solid var(--border-subtle)}.profile-groups__item:last-child{border-bottom:none}.profile-groups__link{color:inherit;transition:background var(--transition-fast);align-items:center;gap:12px;padding:12px 4px;text-decoration:none;display:flex}.profile-groups__link:hover{background:var(--overlay-weak)}.profile-groups__meta{flex-direction:column;flex:auto;min-width:0;display:flex}.profile-groups__name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.profile-groups__handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.profile-groups__role{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);flex-shrink:0;font-size:.6875rem;font-weight:600}.profile-groups__loading{justify-content:center;padding:24px 0;display:flex}.profile-projects{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.profile-projects__item{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:12px;padding:16px 0;display:flex}.profile-projects__item:first-child{border-top:1px solid var(--border-subtle)}.profile-projects__icon{border-radius:var(--radius);background:var(--bg-sunken);width:32px;height:32px;color:var(--fg-secondary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.profile-projects__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-projects__title{color:var(--fg-primary);margin:0;font-size:1rem;font-weight:600}.profile-projects__desc{color:var(--fg-secondary);margin:0;font-size:.875rem;line-height:1.4}.profile-projects__meta{color:var(--fg-muted);margin:4px 0 0;font-size:.75rem}.profile-projects__loading{justify-content:center;padding:24px 0;display:flex}
.handle-search{position:relative}.handle-search__label{letter-spacing:.06em;color:var(--fg-muted);margin-bottom:6px;font-size:.6875rem;font-weight:600;display:block}.handle-search__input{border:none;border-bottom:1px solid var(--border-medium);width:100%;height:40px;color:var(--fg-primary);transition:border-color var(--transition-fast);background:0 0;border-radius:0;outline:none;padding:0 12px;font-size:.875rem}.handle-search__input:focus{border-bottom-color:var(--fg-primary)}.handle-search__input::placeholder{color:var(--fg-muted)}.handle-search__input-wrap{position:relative}.handle-search__spinner{border:2px solid var(--border-medium);border-top-color:var(--fg-primary);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.handle-search__dropdown{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:60;max-height:280px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.handle-search__item{cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;display:flex}.handle-search__item:hover,.handle-search__item--focused{background:var(--bg-canvas)}.handle-search__item-info{flex-direction:column;min-width:0;display:flex}.handle-search__item-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.handle-search__item-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.org-list__loading{justify-content:center;align-items:center;min-height:200px;display:flex}.org-list__empty{color:var(--fg-muted);margin:24px 0 0;font-size:.875rem}.org-list__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.org-list__count{color:var(--fg-muted);background:var(--bg-canvas);border-radius:var(--radius);padding:2px 8px;font-size:.75rem;font-weight:500}.org-list__items{flex-direction:column;display:flex}.org-list__item{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:8px;padding:16px 0;display:flex}.org-list__item:last-child{border-bottom:none}.org-list__item-main{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.org-list__item-main:hover .org-list__item-name{color:var(--fg-secondary)}.org-list__item-avatar{background:var(--bg-canvas);width:40px;height:40px;color:var(--fg-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.org-list__item-info{flex:1;min-width:0}.org-list__item-name{color:var(--fg-primary);transition:color var(--transition-fast);font-size:.875rem;font-weight:600}.org-list__item-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.75rem;overflow:hidden}.org-list__item-role{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--bg-canvas);border-radius:var(--radius);flex-shrink:0;padding:4px 8px;font-size:.6875rem;font-weight:500}.org-list__item-actions{gap:8px;padding-left:52px;display:flex}.org-list__action-btn{border:1px solid var(--border-default);border-radius:var(--radius);color:var(--fg-muted);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);background:0 0;padding:6px 12px;font-size:.75rem;font-weight:500}.org-list__action-btn:hover{color:var(--fg-primary);border-color:var(--fg-primary)}.org-list__action-btn:disabled{opacity:.5;cursor:not-allowed}.org-list__action-btn--primary{color:var(--fg-primary);border-color:var(--fg-primary)}.org-list__action-btn--danger{color:var(--fg-muted)}.org-list__action-btn--danger:hover{color:var(--color-error);border-color:var(--color-error)}.org-list__divider{border-top:1px solid var(--border-subtle);margin-top:4px;padding:16px 0 12px}.org-list__divider-text{color:var(--fg-muted);white-space:normal;font-size:.75rem;line-height:1.5;display:block}.org-create__fields{flex-direction:column;gap:20px;margin-top:8px;display:flex}.org-create__handle-hint{color:var(--fg-muted);margin-top:4px;font-size:.75rem}.org-create__actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:12px;margin-top:8px;padding-top:24px;display:flex}.org-profile__loading{justify-content:center;align-items:center;min-height:200px;display:flex}.org-manage__actions{gap:8px;margin-top:8px;display:flex}.org-members__loading{justify-content:center;align-items:center;padding:24px 0;display:flex}.org-members__list{flex-direction:column;display:flex}.org-members__item{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:12px 0;display:flex}.org-members__item:last-child{border-bottom:none}.org-members__item-info{flex:1;min-width:0}.org-members__item-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.org-members__item-handle{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.org-members__item-did{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-family:monospace;font-size:.6875rem;overflow:hidden}.org-members__item-role-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--bg-canvas);border-radius:var(--radius);flex-shrink:0;padding:4px 8px;font-size:.6875rem;font-weight:500}.org-members__item-role-select{flex-shrink:0;position:relative}.org-members__role-dropdown{appearance:none;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition-fast);padding:6px 28px 6px 10px;font-size:.8125rem;font-weight:500}.org-members__role-dropdown:hover{border-color:var(--border-hover)}.org-members__role-dropdown:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.org-members__role-icon{pointer-events:none;color:var(--fg-muted);position:absolute;top:50%;right:8px;transform:translateY(-50%)}.org-members__remove-btn{width:32px;height:32px;color:var(--fg-muted);cursor:pointer;border-radius:var(--radius);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.org-members__remove-btn:hover{color:var(--color-error);background:#ba1a1a14}.org-members__add{border-top:1px solid var(--border-light);flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;display:flex}.org-members__add-title{letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem;font-weight:500}.org-members__add-submit{align-items:center;gap:8px;display:flex}.org-members__add-submit-label{color:var(--fg-muted);flex-shrink:0;font-size:.8125rem}.org-members__selected{color:var(--fg-primary);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.8125rem;display:flex}.org-members__selected-label{color:var(--fg-muted);margin-right:4px}.org-members__selected-tag{align-items:center;gap:2px;font-weight:500;display:inline-flex}.org-members__selected-remove{width:16px;height:16px;color:var(--fg-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:1px;padding:0;font-size:.875rem;line-height:1;display:inline-flex}.org-members__selected-remove:hover{color:var(--color-error);background:#ba1a1a14}.org-audit__loading{justify-content:center;align-items:center;padding:24px 0;display:flex}.org-audit__list{flex-direction:column;display:flex}.org-audit__item{border-bottom:1px solid var(--border-subtle);padding:12px 0}.org-audit__item:last-child{border-bottom:none}.org-audit__item-main{align-items:center;gap:8px;margin-bottom:4px;display:flex}.org-audit__action{color:var(--fg-primary);font-size:.8125rem;font-weight:500}.org-audit__collection{color:var(--fg-muted);background:var(--bg-canvas);border-radius:var(--radius);padding:2px 6px;font-family:monospace;font-size:.6875rem}.org-audit__item-meta{flex-direction:column;gap:4px;margin-top:6px;padding:0;display:flex}.org-audit__detail{flex-direction:column;gap:4px;margin-top:8px;padding:0;display:flex}.org-audit__detail-row{gap:8px;font-family:monospace;font-size:.6875rem;line-height:1.4;display:flex}.org-audit__detail-label{color:var(--fg-muted);flex-shrink:0;min-width:72px}.org-audit__detail-value{color:var(--fg-secondary);word-break:break-all;margin:0}.org-audit__result{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);padding:2px 6px;font-size:.6875rem;font-weight:500}.org-audit__result--permitted{color:var(--color-success-text);background:#2ecc711a}.org-audit__result--denied{color:var(--color-error);background:#ba1a1a14}.account-switcher{position:relative}.account-switcher__trigger{cursor:pointer;border-radius:var(--radius);transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:8px;padding:4px 8px;display:flex}.account-switcher__trigger:hover{background:var(--bg-canvas)}.account-switcher__menu{scrollbar-gutter:stable;background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);min-width:260px;max-height:70vh;box-shadow:var(--shadow-md);z-index:60;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}@media (min-width:800px){.account-switcher__menu{display:block}}.account-switcher__section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);padding:12px 16px 6px;font-size:.6875rem;font-weight:600}.account-switcher__item{cursor:pointer;text-align:left;width:100%;min-width:0;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:10px 16px;display:flex}.account-switcher__item>:first-child{flex-grow:0;flex-shrink:0}.account-switcher__item>:last-child{flex:auto;min-width:0}.account-switcher__item:hover,.account-switcher__item--active{background:var(--bg-canvas)}.account-switcher__item-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.account-switcher__item-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.account-switcher__divider{background:var(--border-light);height:1px;margin:4px 0}.account-switcher__user-row{align-items:center;display:flex}.account-switcher__user-row .account-switcher__item{background:0 0;flex:1;min-width:0;padding-right:0}.account-switcher__user-row .account-switcher__item>div{min-width:0}.account-switcher__user-row .account-switcher__item-name,.account-switcher__user-row .account-switcher__item-handle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-switcher__user-row:has(.account-switcher__item--active){background:var(--bg-canvas)}.account-switcher__signout{width:40px;height:40px;color:var(--fg-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;transition:color .15s,background .15s;display:flex}.account-switcher__signout:hover{color:var(--color-error);background:#ba1a1a0f}.account-switcher__signout-row{width:100%;color:var(--fg-secondary);text-align:left;cursor:pointer;border-radius:var(--radius);background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:.875rem;transition:color .15s,background .15s;display:flex}.account-switcher__signout-row:hover{color:var(--color-error);background:#ba1a1a0f}.account-switcher__signout-row:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.bottom-sheet__backdrop,.bottom-sheet{display:none}@media (max-width:799px){.bottom-sheet__backdrop{z-index:70;background:#0006;animation:.2s ease-out bottomSheetFadeIn;display:block;position:fixed;inset:0}.bottom-sheet{background:var(--bg-elevated);z-index:71;border-radius:16px 16px 0 0;flex-direction:column;max-height:70vh;transition:max-height .3s ease-out;animation:.3s ease-out bottomSheetSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.bottom-sheet--expanded{max-height:92vh}.bottom-sheet__handle{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;padding:14px 0 10px;display:flex}.bottom-sheet__handle:after{content:"";background:var(--border-default);border-radius:2px;width:36px;height:4px}.bottom-sheet__content{-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,16px);overflow:hidden auto}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottomSheetFadeIn{0%{opacity:0}to{opacity:1}}.org-list__item-actions{padding-left:0}.org-members__item{flex-direction:column;align-items:stretch}.org-members__item-info{width:100%}.org-members__remove-btn{width:44px;height:44px}.org-members__selected-remove{justify-content:center;align-items:center;width:28px;min-width:44px;height:28px;min-height:44px;display:inline-flex}.handle-search__input{font-size:16px}}
.notification-list{flex-direction:column;display:flex}.notification-list__sentinel{min-height:1px}.notification-row{border-bottom:1px solid var(--border-subtle);color:inherit;transition:background var(--transition-fast);align-items:flex-start;gap:12px;padding:14px 4px;text-decoration:none;display:flex;position:relative}.notification-row:last-child{border-bottom:none}a.notification-row:hover,.notification-row--unread{background:var(--bg-raised)}.notification-row--unread:before{content:"";background:var(--fg-primary);width:2px;position:absolute;top:0;bottom:0;left:0}a.notification-row--unread:hover{background:var(--bg-canvas)}.notification-row__avatar{flex-shrink:0}.notification-row__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notification-row__text{color:var(--fg-primary);font-size:.875rem;line-height:1.4}.notification-row__text strong{font-weight:600}.notification-row__time{color:var(--fg-muted);font-size:.6875rem}.notification-row--skeleton{pointer-events:none}@keyframes notificationPulse{0%,to{opacity:.55}50%{opacity:.85}}.notification-row__avatar-skel,.notification-row__text-skel,.notification-row__time-skel{animation:1.6s ease-in-out infinite notificationPulse}.notification-row__avatar-skel{background:var(--bg-canvas);border-radius:50%;flex-shrink:0;width:32px;height:32px}.notification-row__text-skel{background:var(--bg-canvas);border-radius:var(--radius);width:70%;height:18px}.notification-row__time-skel{background:var(--bg-canvas);border-radius:var(--radius);width:40px;height:12px}@media (prefers-reduced-motion:reduce){.notification-row__avatar-skel,.notification-row__text-skel,.notification-row__time-skel{animation:none}}.bottom-nav__icon-wrap{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:relative}.bottom-nav__badge{background:var(--badge-count-bg);min-width:16px;height:16px;color:var(--badge-count-fg);font-size:.625rem;font-weight:600;font-family:var(--font-inter), system-ui, sans-serif;text-align:center;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;line-height:16px;display:inline-flex;position:absolute;top:-2px;right:-6px}.mobile-sidebar__badge{background:var(--badge-count-bg);min-width:20px;height:18px;color:var(--badge-count-fg);text-align:center;border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:.6875rem;font-weight:600;line-height:18px;display:inline-flex}.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}
.cert-detail-page{padding-bottom:64px}.app-shell:has(.cert-detail--wide) .app-shell__content{padding:0}@media (min-width:800px){.app-shell:has(.cert-detail--wide) .app-shell__content{max-width:1280px}}.cert-detail__loading,.cert-detail__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:96px 24px;display:flex}.cert-detail__error-title{color:var(--fg-primary);margin:0 0 6px;font-size:1rem;font-weight:600}.cert-detail__error-desc{color:var(--fg-muted);max-width:32ch;margin:0;font-size:.875rem;line-height:1.5}.cert-detail__aside{flex-direction:column;gap:16px;min-width:0;display:flex}.cert-detail__image{aspect-ratio:1;background:var(--bg-sunken);border:1px solid var(--border-subtle);border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.cert-detail__image-img{object-fit:cover;width:100%;height:100%;display:block}.cert-detail__image--placeholder{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;display:flex}.cert-detail__image-placeholder-icon{color:var(--fg-muted);opacity:.55}.cert-detail__image--editing{outline:1.5px dashed var(--border-hover);outline-offset:-2px}.cert-detail__image-edit-btn{color:var(--color-white);font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;box-shadow:var(--shadow-sm);transition:background var(--transition-fast);z-index:1;background:#111111c7;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-flex;position:absolute;bottom:10px;right:10px}.cert-detail__image-edit-btn:hover{background:#111111eb}.cert-detail__image-edit-btn:disabled{cursor:progress;opacity:.9}.cert-detail__title-input{min-width:0;font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.015em;border:1.5px solid var(--border-hover);background:var(--bg-elevated);border-radius:6px;flex:auto;padding:4px 10px;font-size:1.875rem;font-weight:700;line-height:1.15}.cert-detail__title-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.cert-detail__short-desc-input{width:100%;font:inherit;color:var(--fg-secondary);border:1.5px solid var(--border-hover);background:var(--bg-elevated);resize:vertical;border-radius:6px;min-height:72px;padding:10px 12px;font-size:1rem;line-height:1.6}.cert-detail__short-desc-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.cert-detail__projects{flex-direction:column;gap:8px;min-width:0;display:flex}.cert-detail__section-title--aside{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);margin:0;font-size:.6875rem;font-weight:600}.cert-detail__projects-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.cert-detail__project{min-width:0;display:flex}.cert-detail__project-link{min-width:0;color:inherit;border-radius:6px;flex:1;align-items:center;gap:10px;padding:6px 8px;text-decoration:none;display:flex}.cert-detail__project-link:hover,.cert-detail__project-link:focus-visible{background:var(--overlay-weak)}.cert-detail__project-link--static{cursor:default}.cert-detail__project-link--static:hover{background:0 0}.cert-detail__project-thumb-wrap{flex-shrink:0}.cert-detail__project-thumb{object-fit:cover;background:var(--bg-sunken);border:1px solid var(--border-subtle);border-radius:6px;width:32px;height:32px;display:block;overflow:hidden}.cert-detail__project-thumb--placeholder{color:var(--fg-muted);justify-content:center;align-items:center;display:flex}.cert-detail__project-meta{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.cert-detail__project-name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.cert-detail__project-desc{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.cert-detail__main{flex-direction:column;gap:24px;min-width:0;display:flex}.cert-detail__headline{flex-direction:column;gap:12px;display:flex}.cert-detail__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.015em;word-break:break-word;margin:0;font-size:1.875rem;font-weight:700;line-height:1.15}.cert-detail__short-desc{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:1rem;line-height:1.6}.cert-detail__title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cert-detail__title-row .cert-detail__title{flex:auto;min-width:0}.cert-detail__edit-btn{border-radius:var(--radius);border:1px solid var(--border-default);background:var(--bg-elevated);height:32px;color:var(--fg-primary);transition:background var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.cert-detail__edit-btn:hover{background:var(--bg-sunken);border-color:var(--border-hover)}.cert-detail__edit-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cert-detail__more-link{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.cert-detail__more-link:hover{text-decoration-thickness:2px}.cert-detail__more-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.cert-detail__headline-byline{color:var(--fg-secondary);flex-wrap:wrap;align-items:center;gap:8px;font-size:.875rem;display:flex}.cert-detail__headline-date{color:var(--fg-secondary);font-feature-settings:"tnum" 1}.cert-detail__headline-label,.cert-detail__headline-by{color:var(--fg-muted)}.cert-detail__headline-author{color:inherit;border-radius:6px;align-items:center;gap:8px;margin:-2px -4px;padding:2px 4px;text-decoration:none;display:inline-flex}.cert-detail__headline-author:hover,.cert-detail__headline-author:focus-visible{background:var(--overlay-weak)}.cert-detail__headline-author>div:first-child{width:24px;height:24px}.cert-detail__headline-author-meta{flex-direction:column;min-width:0;line-height:1.15;display:inline-flex}.cert-detail__headline-name{color:var(--fg-primary);white-space:nowrap;font-size:.875rem;font-weight:500}.cert-detail__headline-handle{color:var(--fg-muted);white-space:nowrap;font-size:.75rem}.cert-detail__headline-author--skeleton{cursor:default}.cert-detail__headline-avatar-skel{background:var(--overlay-weak);border-radius:999px;width:24px;height:24px}.cert-detail__headline-name-skel{background:var(--overlay-weak);border-radius:4px;width:90px;height:10px;margin-bottom:4px;display:block}.cert-detail__headline-handle-skel{background:var(--overlay-weak);border-radius:4px;width:60px;height:9px;display:block}.cert-detail__meta{flex-direction:column;gap:12px;margin:0;padding:0;display:flex}.cert-detail__meta-row{flex-direction:column;gap:4px;min-width:0;display:flex}.cert-detail__meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);align-items:center;gap:5px;font-size:.6875rem;font-weight:600;display:inline-flex}.cert-detail__meta-value{color:var(--fg-primary);word-break:break-word;font-size:.875rem;line-height:1.4}.cert-detail__meta-aux{color:var(--fg-muted);margin-left:4px;font-size:.75rem}.cert-detail__uri{font-family:var(--font-mono,ui-monospace, monospace);color:var(--fg-secondary);word-break:break-all;font-size:.75rem}.cert-detail__section{flex-direction:column;gap:12px;margin-top:4px;padding-top:24px;display:flex}.cert-detail__main>.cert-detail__section:first-child{margin-top:0;padding-top:0}.cert-detail__main>.cert-detail__section+.cert-detail__section{border-top:1px solid var(--border-subtle)}.cert-detail__section-header{align-items:baseline;gap:12px;display:flex}.cert-detail__section-header>.cert-detail__section-title{margin-right:0}.cert-detail__section-see-all{color:var(--fg-secondary);transition:color var(--transition-fast);margin-left:auto;font-size:.75rem;font-weight:500;text-decoration:none}.cert-detail__section-see-all:hover{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.cert-detail__section-see-all-footer{text-align:center;color:var(--fg-secondary);transition:background var(--transition-fast), color var(--transition-fast);border-radius:6px;margin:8px auto 0;padding:8px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;display:block}.cert-detail__section-see-all-footer:hover{background:var(--overlay-weak);color:var(--fg-primary)}.cert-detail__section-see-all-footer:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cert-detail__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);margin:0;font-size:.8125rem;font-weight:600}.cert-detail__section-count{color:var(--fg-muted);background:var(--overlay-weak);font-feature-settings:"tnum" 1;border-radius:999px;padding:1px 8px;font-size:.75rem;font-weight:500}.cert-detail__contributors{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.cert-detail__contributor{border-radius:6px;align-items:center;gap:10px;min-width:0;padding:6px 8px;display:flex}.cert-detail__contributor-link{min-width:0;color:inherit;flex:1;align-items:center;gap:10px;text-decoration:none;display:flex}:is(.cert-detail__contributor:has(.cert-detail__contributor-link:hover),.cert-detail__contributor:has(.cert-detail__contributor-link:focus-visible)){background:var(--overlay-weak)}.cert-detail__contributor-link--static{cursor:default}.cert-detail__contributor-meta{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.cert-detail__contributor-name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.cert-detail__contributor-handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.cert-detail__contributor-role{color:var(--fg-muted);font-size:.75rem;font-weight:400}.cert-detail__contributor-weight{color:var(--fg-secondary);background:var(--overlay-weak);font-feature-settings:"tnum" 1;border-radius:999px;flex-shrink:0;padding:1px 7px;font-size:.6875rem;font-weight:600}.cert-detail__contributor--skeleton{pointer-events:none}.cert-detail__contributor-avatar-skel{background:var(--overlay-weak);border-radius:999px;flex-shrink:0;width:28px;height:28px}.cert-detail__contributor-name-skel{background:var(--overlay-weak);border-radius:4px;width:100px;height:10px;margin-bottom:4px}.cert-detail__contributor-handle-skel{background:var(--overlay-weak);border-radius:4px;width:64px;height:9px}.cert-detail__description{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9375rem;line-height:1.65}.cert-detail__full-disclosure{border:0;margin:0;padding:0}.cert-detail__full-disclosure summary{color:var(--fg-muted);cursor:pointer;align-items:center;gap:4px;padding:6px 0;font-size:.8125rem;font-weight:500;list-style:none;display:inline-flex}.cert-detail__full-disclosure summary::-webkit-details-marker{display:none}.cert-detail__full-disclosure summary:before{content:"▸";color:var(--fg-muted);font-size:.625rem;transition:transform .15s;display:inline-block}.cert-detail__full-disclosure[open] summary:before{transform:rotate(90deg)}.cert-detail__full-disclosure summary:hover,.cert-detail__full-disclosure[open] summary{color:var(--fg-primary)}.cert-detail__full-body{padding-top:8px}.cert-detail .leaflet-doc{color:var(--fg-secondary);word-break:break-word;gap:14px;font-size:.9375rem;line-height:1.65}.cert-detail__map-wrap{flex-direction:column;gap:8px;display:flex}.cert-detail__map{border:1px solid var(--border-subtle);background:var(--bg-sunken);border-radius:8px;width:100%;overflow:hidden}.cert-detail__map--skeleton{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);height:320px}.cert-detail__map--empty{height:120px;color:var(--fg-muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.8125rem;display:flex}.cert-detail__map--empty p{margin:0}.cert-detail__map-other{color:var(--fg-secondary);flex-direction:column;gap:4px;margin:0;padding:0;font-size:.8125rem;list-style:none;display:flex}.cert-detail__map-other-item{background:var(--overlay-weak);border-radius:6px;align-items:center;gap:8px;min-width:0;padding:4px 8px;display:flex}.cert-detail__map-other-name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.cert-detail__map-other-detail{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}@media (max-width:520px){.cert-detail__title{font-size:1.5rem}}
.profile-endorsements-v2{flex-direction:column;display:flex}.profile-endorsements-v2__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-endorsements-v2__subtabs{gap:0;display:flex}.profile-endorsements-v2__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-endorsements-v2__subtab:hover{color:var(--fg-primary)}.profile-endorsements-v2__subtab--active{color:var(--fg-primary);font-weight:600}.profile-endorsements-v2__subtab--active:after{content:"";background:var(--fg-primary);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-endorsements-v2__subtab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px;border-radius:2px}.profile-endorsements-v2__subtab-count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-endorsements-v2__subtab--active .profile-endorsements-v2__subtab-count{color:var(--fg-primary)}.profile-endorsements-v2__controls{align-items:center;gap:8px;margin-left:auto;padding-bottom:8px;display:inline-flex}.profile-endorsements-v2__search{background:var(--bg-elevated);border:1px solid var(--border-default);height:36px;transition:border-color var(--transition-fast), background var(--transition-fast);border-radius:8px;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.profile-endorsements-v2__search:focus-within{border-color:var(--fg-primary)}.profile-endorsements-v2__search-icon{color:var(--fg-muted);flex-shrink:0}.profile-endorsements-v2__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-endorsements-v2__search-input::placeholder{color:var(--fg-muted)}.profile-endorsements-v2__search-input::-webkit-search-cancel-button{appearance:none}.profile-endorsements-v2__sort-wrap{display:inline-flex;position:relative}.profile-endorsements-v2__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-endorsements-v2__sort-btn:hover{background:var(--overlay-weak);color:var(--fg-primary)}.profile-endorsements-v2__sort-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-endorsements-v2__endorse-add{background:var(--bg-elevated);border:1px solid var(--border-default);width:36px;height:36px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.profile-endorsements-v2__endorse-add:hover{background:var(--overlay-weak);border-color:var(--border-hover)}.profile-endorsements-v2__endorse-add:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-endorsements-v2__sort-menu{background:var(--bg-elevated);border:1px solid var(--border-default);min-width:200px;box-shadow:var(--shadow-md);z-index:30;border-radius:8px;padding:4px;position:absolute;top:calc(100% + 6px);right:0}.profile-endorsements-v2__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-endorsements-v2__sort-item:hover{background:var(--overlay-weak)}.profile-endorsements-v2__sort-item-check{width:14px;height:14px;color:var(--fg-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.profile-endorsements-v2__grid{grid-template-columns:minmax(0,1fr);gap:8px;margin:0;padding:0;list-style:none;display:grid}.profile-endorsements-v2__error{color:var(--fg-muted);margin:16px 0;font-size:.875rem}.profile-endorsements-v2__loading{justify-content:center;padding:32px 0;display:flex}.profile-endorsements-v2__card{background:var(--bg-elevated);border:1px solid var(--border-subtle);transition:background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:12px;align-items:stretch;padding:16px 18px;display:flex;position:relative}.profile-endorsements-v2__card:hover{background:var(--bg-elevated);border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.profile-endorsements-v2__card-link{min-width:0;color:inherit;flex:1;align-items:flex-start;gap:14px;text-decoration:none;display:flex}.profile-endorsements-v2__card-link:hover .profile-endorsements-v2__card-name{text-decoration:underline}.profile-endorsements-v2__card-avatar-skel{background:var(--overlay-weak);border-radius:50%;flex-shrink:0;width:44px;height:44px}.profile-endorsements-v2__card-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-endorsements-v2__card-name{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;line-height:1.25;overflow:hidden}.profile-endorsements-v2__card-handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;line-height:1.25;overflow:hidden}.profile-endorsements-v2__card-date{color:var(--fg-muted);white-space:nowrap;font-size:.75rem;line-height:1.25}.profile-endorsements-v2__card-list{background:var(--overlay-weak);border:1px solid var(--border-default);color:var(--fg-secondary);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-self:flex-start;max-width:100%;margin-top:2px;padding:1px 8px;font-size:.6875rem;font-weight:500;overflow:hidden}.profile-endorsements-v2__card-note{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:6px 0 0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.profile-endorsements-v2__card-menu{z-index:1;position:absolute;top:10px;right:10px}.profile-endorsements-v2__card:has(.profile-endorsements-v2__card-menu) .profile-endorsements-v2__card-link{padding-right:40px}.profile-endorsements-v2__given-revoke{width:24px;height:24px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.profile-endorsements-v2__given-revoke:hover{background:var(--overlay-weak);border-color:var(--border-default);color:var(--color-error)}.profile-endorsements-v2__given-revoke:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media (min-width:800px){.profile-endorsements-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (min-width:1200px){.profile-endorsements-v2__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-endorsements-v2__grid>.empty-state{grid-column:1/-1;padding:32px 0}.profile-endorsements-v2__endorse-row{justify-content:flex-end;align-items:center;gap:8px;margin-bottom:12px;display:flex}.profile-endorsements-v2__endorse-btn{border-radius:var(--radius);border:1px solid var(--border-default);color:var(--fg-primary);cursor:pointer;background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.profile-endorsements-v2__endorse-btn:hover:not(:disabled){background:var(--overlay-weak);border-color:var(--fg-primary)}.profile-endorsements-v2__endorse-btn:disabled{opacity:.6;cursor:not-allowed}.profile-endorsements-v2__endorse-btn--active{background:var(--overlay-weak);border-color:var(--fg-primary);color:var(--fg-primary)}.profile-endorsements-v2__endorse-error{color:var(--color-error);margin-top:4px;font-size:.75rem;display:block}.endorsement-lists{border-bottom:1px solid var(--border-default);flex-direction:column;gap:12px;margin-bottom:28px;padding-bottom:24px;display:flex}.endorsement-lists__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.endorsement-lists__header--detail{gap:4px}.endorsement-lists__detail-lede{align-items:center;gap:8px;min-width:0;display:inline-flex}.endorsement-lists__title{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);align-items:center;gap:8px;margin:0;font-size:.9375rem;font-weight:600;display:inline-flex}.endorsement-lists__title-count{background:var(--overlay-weak);border:1px solid var(--border-default);min-width:22px;color:var(--fg-secondary);border-radius:999px;justify-content:center;align-items:center;padding:1px 6px;font-size:.75rem;font-weight:500;display:inline-flex}.endorsement-lists__back{width:28px;height:28px;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}.endorsement-lists__back:hover{background:var(--overlay-weak);color:var(--fg-primary)}.endorsement-lists__back:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.endorsement-lists__actions{align-items:center;gap:8px;display:inline-flex}.endorsement-lists__sort-wrap{display:inline-flex;position:relative}.endorsement-lists__sort-btn{background:var(--bg-elevated);border:1px solid var(--border-default);width:32px;height:32px;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}.endorsement-lists__sort-btn:hover{background:var(--overlay-weak);color:var(--fg-primary)}.endorsement-lists__sort-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.endorsement-lists__sort-menu{background:var(--bg-elevated);border:1px solid var(--border-default);min-width:200px;box-shadow:var(--shadow-md);z-index:var(--z-popover);border-radius:8px;padding:4px;position:absolute;top:calc(100% + 6px);right:0}.endorsement-lists__sort-item{text-align:left;width:100%;color:var(--fg-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 10px;font-size:.875rem;display:flex}.endorsement-lists__sort-item:hover{background:var(--overlay-weak)}.endorsement-lists__sort-item-check{justify-content:center;align-items:center;width:16px;display:inline-flex}.endorsement-lists__loading{justify-content:center;padding:24px 0;display:flex}.endorsement-lists__empty-inline{color:var(--fg-muted);margin:0;font-size:.8125rem}.endorsement-lists__rows{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.endorsement-lists__row{background:var(--bg-elevated);border:1px solid var(--border-default);text-align:left;cursor:pointer;width:100%;transition:border-color var(--transition-fast), background var(--transition-fast);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.endorsement-lists__row:hover{border-color:var(--border-hover);background:var(--overlay-weak)}.endorsement-lists__row:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.endorsement-lists__row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.endorsement-lists__row-title{color:var(--fg-primary);font-size:.9375rem;font-weight:600}.endorsement-lists__row-desc{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;display:-webkit-box;overflow:hidden}.endorsement-lists__row-meta{color:var(--fg-muted);white-space:nowrap;flex:none;align-items:center;gap:12px;font-size:.75rem;display:inline-flex}.endorsement-lists__row-count{color:var(--fg-secondary);font-weight:500}.endorsement-lists__detail-meta{flex-direction:column;gap:4px;display:flex}.endorsement-lists__detail-desc{color:var(--fg-secondary);margin:0;font-size:.875rem}.endorsement-lists__detail-date{color:var(--fg-muted);font-size:.75rem}.endorsement-lists__detail-error{color:var(--color-error);margin:0;font-size:.8125rem}.profile-endorsements-v2__response-note{background:var(--overlay-weak);border:1px solid var(--border-default);border-radius:var(--radius);color:var(--fg-secondary);margin:0 0 8px;padding:8px 12px;font-size:.75rem;line-height:1.45}.endorsement-lists__add-btn{background:var(--bg-elevated);border:1px solid var(--border-default);width:32px;height:32px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.endorsement-lists__add-btn:hover{background:var(--overlay-weak);border-color:var(--border-hover)}.endorsement-lists__add-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.endorsement-lists__items{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.endorsement-lists__item{background:var(--bg-elevated);border:1px solid var(--border-default);transition:border-color var(--transition-fast);border-radius:8px;position:relative}.endorsement-lists__item:hover{border-color:var(--border-hover)}.endorsement-lists__item-link{color:inherit;align-items:flex-start;gap:10px;padding:10px 12px;text-decoration:none;display:flex}.endorsement-lists__item-avatar-skel{background:var(--overlay-weak);border-radius:999px;flex:none;width:32px;height:32px}.endorsement-lists__item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.endorsement-lists__item-id{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.endorsement-lists__item-names{flex-direction:column;min-width:0;display:flex}.endorsement-lists__item-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.endorsement-lists__item-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.endorsement-lists__item-date{color:var(--fg-muted);font-size:.6875rem;line-height:1.3}.endorsement-lists__item-remove{width:22px;height:22px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:8px}.endorsement-lists__item-remove:hover{background:var(--overlay-weak);border-color:var(--border-default);color:var(--color-error)}.endorsement-lists__item-remove:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.endorsement-lists__item:has(.endorsement-lists__item-remove) .endorsement-lists__item-link{padding-right:36px}.endorsement-lists__item-note{color:var(--fg-secondary);margin:4px 0 0;font-size:.8125rem}.endorsement-lists__create-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.endorsement-lists__create-label{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem;font-weight:600}.endorsement-lists__create-optional{text-transform:none;letter-spacing:0;color:var(--fg-muted);font-weight:400}.endorsement-lists__create-input,.endorsement-lists__create-textarea{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:6px;padding:8px 12px;font-size:.9375rem}.endorsement-lists__create-textarea{resize:vertical;min-height:72px;line-height:1.4}.endorsement-lists__create-input:focus,.endorsement-lists__create-textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.endorsement-lists__create-error{color:var(--color-error);margin:0 0 12px;font-size:.8125rem}.endorsement-lists__create-footer{justify-content:flex-end;gap:8px;display:flex}.endorse-people-modal__subtitle{color:var(--fg-muted);margin:0;font-size:.8125rem}.endorse-people-modal__reason{flex-direction:column;gap:4px;display:flex}.endorse-people-modal__reason-label{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);font-size:.75rem;font-weight:600}.endorse-people-modal__reason-hint{color:var(--fg-muted);font-size:.75rem;line-height:1.45}.endorse-people-modal__reason-textarea{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);resize:vertical;min-height:60px;padding:8px 12px;font-size:.9375rem;line-height:1.4}.endorse-people-modal__reason-textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.endorse-people-modal__reason-counter{color:var(--fg-muted);align-self:flex-end;font-size:.6875rem}.endorse-people-modal__reason-counter--warn{color:var(--color-error)}.endorse-people-modal__body{flex-direction:column;gap:12px;display:flex}.endorse-people-modal__search{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.endorse-people-modal__search:focus-within{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak)}.endorse-people-modal__search-icon{color:var(--fg-muted);flex:none}.endorse-people-modal__search-input{min-width:0;font:inherit;color:var(--fg-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.endorse-people-modal__search-input::placeholder{color:var(--fg-muted)}.endorse-people-modal__search-input::-webkit-search-cancel-button{appearance:none}.endorse-people-modal__hint{text-align:center;color:var(--fg-muted);margin:0;padding:16px 12px;font-size:.8125rem}.endorse-people-modal__loading{justify-content:center;padding:16px 12px;display:flex}.endorse-people-modal__results{border:1px solid var(--border-default);border-radius:8px;max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.endorse-people-modal__result{border-bottom:1px solid var(--border-subtle)}.endorse-people-modal__result:last-child{border-bottom:none}.endorse-people-modal__result-btn{text-align:left;cursor:pointer;width:100%;color:inherit;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;display:flex}.endorse-people-modal__result-btn:hover:not(:disabled){background:var(--overlay-weak)}.endorse-people-modal__result-btn:disabled{cursor:default;opacity:.55}.endorse-people-modal__result--selected .endorse-people-modal__result-btn{background:var(--overlay-weak)}.endorse-people-modal__result-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.endorse-people-modal__result-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.endorse-people-modal__result-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.endorse-people-modal__result-status{color:var(--fg-muted);flex:none;font-size:.75rem;font-weight:500}.endorse-people-modal__result-selected-chip{color:var(--fg-primary);align-items:center;gap:4px;display:inline-flex}.endorse-people-modal__selected{border-top:1px solid var(--border-subtle);padding-top:4px}.endorse-people-modal__selected-title{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);margin:0 0 8px;font-size:.75rem;font-weight:600}.endorse-people-modal__selected-list{flex-wrap:wrap;gap:6px;margin:0 0 8px;padding:0;list-style:none;display:flex}.endorse-people-modal__chip{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:999px;align-items:center;gap:6px;padding:4px 6px 4px 4px;font-size:.8125rem;display:inline-flex}.endorse-people-modal__chip-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-weight:500;overflow:hidden}.endorse-people-modal__chip-failed{color:var(--color-error);font-size:.6875rem;font-weight:600}.endorse-people-modal__chip-remove{width:18px;height:18px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.endorse-people-modal__chip-remove:hover{background:var(--overlay-weak);color:var(--fg-primary)}.endorse-people-modal__selected-hint{color:var(--fg-muted);align-items:center;gap:4px;margin:0;font-size:.6875rem;display:flex}.endorse-people-modal__error{color:var(--color-error);margin:0;font-size:.8125rem}.endorse-people-modal__footer{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.endorse-reason-modal__body{flex-direction:column;gap:12px;display:flex}.endorse-reason-modal__field{flex-direction:column;gap:6px;display:flex}.endorse-reason-modal__prompt{color:var(--fg-secondary);font-size:.875rem;line-height:1.45}.endorse-reason-modal__textarea{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);resize:vertical;min-height:96px;padding:8px 12px;font-size:.9375rem;line-height:1.45}.endorse-reason-modal__textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.endorse-reason-modal__counter{color:var(--fg-muted);align-self:flex-end;font-size:.6875rem;line-height:1}.endorse-reason-modal__counter--warn{color:var(--color-error)}.endorse-reason-modal__error{color:var(--color-error);margin:0;font-size:.8125rem}.endorse-reason-modal__footer{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}
.pe{flex-direction:column;padding:0 0 96px;display:flex}.pe__loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.pe__back{margin:4px 0 16px}.pe__back-link{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);transition:color var(--transition-fast);align-items:center;gap:4px;padding:4px 0;font-size:.8125rem;font-weight:450;text-decoration:none;display:inline-flex}.pe__back-link:hover{color:var(--fg-primary)}.pe__back-link>svg{flex-shrink:0;margin-left:-2px}.pe__back-handle{color:var(--fg-secondary,var(--fg-primary));font-weight:500}.pe__back-link:hover .pe__back-handle{color:var(--fg-primary)}.pe__media{margin-bottom:56px;position:relative}.pe .profile-card__banner{border-radius:8px;height:140px;margin:0}.pe__avatar-slot{background:var(--bg-default);box-shadow:0 0 0 1px var(--border-subtle);border-radius:999px;padding:4px;line-height:0;position:absolute;bottom:-36px;left:16px}.pe__section{border-top:1px solid var(--border-subtle);flex-direction:column;gap:16px;padding:28px 0;display:flex}.pe__section:first-of-type{border-top:none;padding-top:0}.pe__section-head{flex-direction:column;gap:4px;display:flex}.pe__section-title{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.005em;color:var(--fg-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.2}.pe__hint{color:var(--fg-muted);margin:0;font-size:.8125rem;line-height:1.55}.pe__fields,.pe__row{flex-direction:column;gap:16px;display:flex}@media (min-width:600px){.pe__row--split{grid-template-columns:1fr 160px;align-items:start;gap:16px;display:grid}}.pe__field{flex-direction:column;gap:6px;min-width:0;display:flex}.pe__label{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);justify-content:space-between;align-items:baseline;gap:8px;font-size:.8125rem;font-weight:500;display:flex}.pe__label-count{color:var(--fg-muted);letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:400}.pe__input,.pe__textarea{box-sizing:border-box;background:var(--bg-elevated);border:1px solid var(--border-default);width:100%;min-width:0;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);transition:border-color var(--transition-fast), background var(--transition-fast);border-radius:6px;padding:9px 12px;font-size:.875rem;font-weight:450}.pe__input::placeholder,.pe__textarea::placeholder{color:var(--fg-muted);font-weight:400}.pe__input:hover,.pe__textarea:hover{border-color:var(--border-hover,var(--fg-muted))}.pe__input:focus,.pe__textarea:focus{border-color:var(--fg-primary);outline:none}.pe__textarea{resize:vertical;min-height:96px;line-height:1.55}.pe__input--invalid,.pe__textarea--invalid{border-color:var(--color-error,#d4453d)}.pe__field-help{color:var(--fg-muted);margin:0;font-size:.75rem}.pe__field-error{color:var(--color-error,#d4453d);margin:0;font-size:.75rem}.pe__url-list{flex-direction:column;gap:10px;display:flex}.pe__url-item{flex-direction:column;gap:4px;display:flex}.pe__url-row{grid-template-columns:minmax(0,1fr) 130px auto;align-items:start;gap:8px;display:grid}.pe__url-remove{width:36px;height:36px;color:var(--fg-muted);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;display:inline-flex}.pe__url-remove:hover{background:var(--overlay-weak);color:var(--fg-primary)}.pe__url-add{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary,var(--fg-primary));cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:4px;align-self:flex-start;align-items:center;gap:6px;margin-top:2px;padding:6px 8px;font-size:.8125rem;font-weight:500;display:inline-flex}.pe__url-add:hover{background:var(--overlay-weak);color:var(--fg-primary)}.pe__url-empty{color:var(--fg-muted);margin:0;font-size:.8125rem;font-style:italic}.pe__error{margin:16px 0 0}.pe__footer{padding:12px 32px calc(env(safe-area-inset-bottom,0px) + 12px);background:var(--bg-default);border-top:1px solid var(--border-subtle);-webkit-backdrop-filter:saturate(180%)blur(8px);z-index:5;margin:24px -32px 0;position:sticky;bottom:0}.pe__footer-inner{justify-content:flex-end;align-items:center;gap:8px;display:flex}.pe__action-btn{height:36px;font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.pe__action-btn--ghost{border:1px solid var(--border-default);color:var(--fg-secondary,var(--fg-primary));background:0 0}.pe__action-btn--ghost:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.pe__action-btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border:1px solid var(--btn-primary-bg)}.pe__action-btn--primary:hover:not(:disabled){opacity:.92}.pe__action-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.pe{padding:0 0 96px}.pe .profile-card__banner{height:112px}.pe__avatar-slot{bottom:-32px;left:12px}.pe__url-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"url remove""label label";gap:6px}.pe__url-row>:first-child{grid-area:url}.pe__url-row>:nth-child(2){grid-area:label}.pe__url-row>:nth-child(3){grid-area:remove}.pe__footer-inner{flex-direction:column-reverse;gap:8px}.pe__footer-inner>*{width:100%}}
.profile-sidebar__avatar--editing{position:relative}.profile-sidebar__avatar-edit-btn{color:var(--color-white);font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;box-shadow:var(--shadow-sm);transition:background var(--transition-fast);z-index:1;background:#111111c7;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-flex;position:absolute;bottom:10px;right:10px}.profile-sidebar__avatar-edit-btn:hover{background:#111111eb}.profile-sidebar__avatar-edit-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-sidebar__avatar-edit-btn:disabled{cursor:progress;opacity:.9}.profile-sidebar__avatar-edit-label{white-space:nowrap}.profile-sidebar__avatar-edit-input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-sidebar__website-edit{align-items:center;gap:8px;display:flex}.profile-sidebar__website-input,.profile-sidebar__name-input{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:var(--radius);padding:6px 10px}.profile-sidebar__website-input{flex:1;min-width:0;font-size:.875rem}.profile-sidebar__name-input{font-size:inherit;font-weight:inherit;line-height:inherit}.profile-sidebar__website-input:focus,.profile-sidebar__name-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.edit-banner{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);align-items:center;gap:12px;margin:16px 24px 0;padding:10px 16px;display:flex}.edit-banner__label{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);letter-spacing:.01em;font-size:.8125rem;font-weight:600}.edit-banner__error{color:var(--color-error,#d33);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;overflow:hidden}.edit-banner__actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.edit-banner__btn{border-radius:var(--radius);border:1px solid var(--border-default);background:var(--bg-elevated);height:32px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.edit-banner__btn:hover:not(:disabled){background:var(--overlay-weak)}.edit-banner__btn:disabled{opacity:.6;cursor:not-allowed}.edit-banner__btn--primary{background:var(--fg-primary);color:var(--bg-canvas);border-color:var(--fg-primary)}.edit-banner__btn--primary:hover:not(:disabled){opacity:.9}.profile-overview__banner--editing{margin-bottom:16px;background:0 0!important}.profile-overview__banner-edit-slot{height:100%}.profile-overview__banner-edit-slot .profile-banner-upload,.profile-overview__banner-edit-slot .profile-banner-upload__box{width:100%;height:100%}.profile-banner-upload{flex-direction:column;gap:6px;display:flex}.profile-banner-upload__box{aspect-ratio:3;border-radius:var(--radius);background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--bg-raised) 100%);width:100%;max-height:220px;position:relative;overflow:hidden}.profile-banner-upload__box--empty{outline:1.5px dashed var(--border-hover);outline-offset:-2px}.profile-banner-upload__img{object-fit:cover;width:100%;height:100%;display:block}.profile-banner-upload__btn-row{z-index:1;align-items:center;gap:6px;display:inline-flex;position:absolute;bottom:10px;right:10px}.profile-banner-upload__btn{color:var(--color-white);font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;box-shadow:var(--shadow-sm);transition:background var(--transition-fast), transform var(--transition-fast);background:#111111c7;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.profile-banner-upload__btn:hover{background:#111111eb}.profile-banner-upload__btn--ghost{color:var(--fg-primary);background:#ffffffeb}.profile-banner-upload__btn--ghost:hover{background:var(--color-white)}.profile-banner-upload__btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-banner-upload__btn:disabled{cursor:progress;opacity:.9}.profile-banner-upload__btn-label{white-space:nowrap}.profile-banner-upload__input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-banner-upload__error{color:var(--color-error);margin:0;font-size:.75rem}.profile-overview__about-textarea{width:100%;min-height:96px;font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:var(--radius);resize:none;padding:10px 12px;overflow:hidden}.profile-overview__about-textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-sidebar__org-field-edit{align-items:center;gap:8px;display:flex}.profile-sidebar__org-field-label{color:var(--fg-muted);flex-shrink:0;font-size:.8125rem}.profile-sidebar__details-header{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin:8px 0 4px;font-size:.6875rem;font-weight:600;list-style:none}.profile-sidebar__details-header:first-child{margin-top:0}.profile-sidebar__org-input{min-width:0;font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);flex:1;padding:6px 10px;font-size:.875rem}.profile-sidebar__org-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-sidebar__org-url-edit{align-items:center;gap:8px;display:flex}.profile-sidebar__org-url-actions{flex:none;align-items:center;gap:2px;display:inline-flex}.profile-sidebar__org-url-remove,.profile-sidebar__org-url-move{width:24px;height:24px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:4px;flex:none;justify-content:center;align-items:center;display:inline-flex}.profile-sidebar__org-url-remove:hover,.profile-sidebar__org-url-move:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.profile-sidebar__org-url-move:disabled{opacity:.35;cursor:not-allowed}.profile-sidebar__org-url-add-row{padding-left:0;list-style:none}.profile-sidebar__org-url-add{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary,var(--fg-primary));border:1px dashed var(--border-default);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:4px 8px;font-size:.8125rem;font-weight:500;display:inline-flex}.profile-sidebar__org-url-add:hover{background:var(--overlay-weak);color:var(--fg-primary);border-color:var(--fg-primary)}.profile-sidebar__org-url-add:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-overview__long-desc-textarea{min-height:180px}.profile-overview__long-desc-body{white-space:pre-wrap}.profile-overview__website-input{width:100%;font:inherit;color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;margin-top:8px;padding:8px 12px;font-size:14px}.profile-overview__website-input:focus{border-color:var(--color-accent,var(--color-text-primary));box-shadow:0 0 0 2px var(--color-accent-soft,#0000001a);outline:none}.profile-overview__website-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.profile-overview__type-chip-list{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.profile-overview__type-chip{font:inherit;color:var(--fg-secondary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border-radius:999px;align-items:center;padding:5px 12px;font-size:.8125rem;font-weight:500;display:inline-flex}.profile-overview__type-chip:hover{background:var(--overlay-weak);color:var(--fg-primary)}.profile-overview__type-chip--active,.profile-overview__type-chip--active:hover{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border-color:var(--btn-primary-bg)}.profile-overview__type-chip:focus-visible{box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-overview__type-other-input{font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:6px;max-width:360px;margin-top:4px;padding:6px 10px;font-size:.875rem}.profile-overview__type-other-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-overview__location-input{font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:6px;width:100%;min-width:0;padding:6px 10px;font-size:.875rem}.profile-overview__location-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-overview__location--editing .profile-overview__location-map{border-color:var(--border-hover)}
.profile-projects{flex-direction:column;gap:24px;display:flex}.profile-projects__loading{justify-content:center;padding:48px 0;display:flex}.profile-projects__toolbar{justify-content:flex-end;display:flex}.profile-projects__box{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.profile-projects__box-head{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:16px;padding:16px;display:flex}@media (min-width:600px){.profile-projects__box-head{flex-direction:row;align-items:flex-start}}.profile-projects__box-image-wrap{flex-shrink:0}.profile-projects__box-image{aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--bg-sunken);border:1px solid var(--border-subtle);width:100%;max-width:100%;display:block}@media (min-width:600px){.profile-projects__box-image{width:200px;height:200px}}.profile-projects__box-image--placeholder{color:var(--fg-muted);background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;display:inline-flex}.profile-projects__box-meta{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.profile-projects__box-titleline{align-items:baseline;gap:10px;min-width:0;display:flex}.profile-projects__box-title-link{color:inherit;min-width:0;text-decoration:none}.profile-projects__box-title-link:hover .profile-projects__box-title{text-underline-offset:3px;text-decoration:underline}.profile-projects__box-title{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);margin:0;font-size:1.125rem;font-weight:600}.profile-projects__box-desc{color:var(--fg-secondary);margin:0;font-size:.9375rem;line-height:1.5}.profile-projects__box-when{color:var(--fg-muted);align-items:center;gap:6px;margin:0;font-size:.75rem;display:inline-flex}.profile-projects__box-when svg{flex-shrink:0}.profile-projects__box-certs{flex-direction:column;gap:8px;padding:16px;display:flex}.profile-projects__box-certs-head{align-items:center;gap:8px;display:inline-flex}.profile-projects__box-certs-title{font-family:var(--font-inter), system-ui, sans-serif;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);margin:0;font-size:.8125rem;font-weight:600}.profile-projects__box-certs-count{color:var(--fg-secondary);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-projects__box-see-all{color:var(--fg-secondary);transition:color var(--transition-fast);align-self:flex-start;align-items:center;gap:4px;padding:6px 0 0;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.profile-projects__box-see-all:hover{color:var(--fg-primary)}.profile-projects__section-loading{justify-content:center;padding:24px 0;display:flex}.profile-projects__section-empty{color:var(--fg-muted);align-items:center;gap:8px;margin:0;padding:12px 0;font-size:.875rem;display:inline-flex}.profile-projects__cert-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.profile-projects__cert-row{display:block}.profile-projects__cert-link{color:inherit;transition:background var(--transition-fast);border-radius:6px;align-items:center;gap:12px;min-width:0;padding:8px;text-decoration:none;display:flex}.profile-projects__cert-link:hover{background:var(--overlay-weak)}.profile-projects__cert-thumb{border-radius:var(--radius);background:var(--bg-sunken);border:1px solid var(--border-subtle);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;overflow:hidden}.profile-projects__cert-thumb img{object-fit:cover;width:100%;height:100%;display:block}.profile-projects__cert-thumb--placeholder{color:var(--fg-muted);background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%)}.profile-projects__cert-meta{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.profile-projects__cert-title{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;line-height:1.3;overflow:hidden}.profile-projects__cert-period{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:.75rem;line-height:1.4;display:inline-flex;overflow:hidden}.profile-projects__cert-period svg{flex-shrink:0}
