.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}.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(--color-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{border-radius:var(--radius);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;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(--fg-primary);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);margin-top:8px;padding:8px 12px;font-size:14px}.profile-overview__website-input:focus{border-color:var(--focus-ring);box-shadow:0 0 0 2px var(--focus-ring);outline:none}.profile-overview__website-label{color:var(--fg-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:4px 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:var(--radius);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:var(--radius);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:800px){.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:800px){.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-head--link{color:inherit;cursor:pointer;transition:background var(--transition-fast);text-decoration:none}.profile-projects__box-head--link:hover{background:var(--overlay-weak)}.profile-projects__box-head--link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.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-by{align-self:flex-start;margin-top:-2px}.profile-projects__more{justify-content:center;padding:8px 0 4px;display:flex}.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{border-radius:var(--radius);color:inherit;transition:background var(--transition-fast);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}
.social-graph-sync{flex-direction:column;gap:14px;display:flex}.social-graph-sync__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (max-width:799px){.social-graph-sync__stats{grid-template-columns:1fr}}.social-graph-sync__tile{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.social-graph-sync__tile--highlight{border-color:var(--border-hover);background:var(--overlay-weak)}.social-graph-sync__tile-value{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600;line-height:1}.social-graph-sync__tile-label{color:var(--fg-secondary);font-size:.75rem;line-height:1.3}.social-graph-sync__summary,.social-graph-sync__error{margin:0;font-size:.8125rem;line-height:1.4}.social-graph-sync__summary{color:var(--fg-muted)}.social-graph-sync__error{color:var(--color-error)}.social-graph-sync__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.social-graph-sync__hint{color:var(--fg-muted);font-size:.75rem;line-height:1.4}.social-graph-sync__modal-body{flex-direction:column;gap:12px;display:flex}.social-graph-sync__modal-title-row{align-items:center;display:inline-flex}.social-graph-sync__modal-back{border-radius:var(--radius);width:24px;height:24px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;margin-right:8px;display:inline-flex}.social-graph-sync__modal-back:hover{background:var(--overlay-weak);color:var(--fg-primary)}.social-graph-sync__modal-back:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.social-graph-sync__modal-lede{color:var(--fg-primary);margin:0;font-size:.9375rem;line-height:1.5}.social-graph-sync__modal-lede strong{font-weight:600}.social-graph-sync__modal-choices{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:800px){.social-graph-sync__modal-choices{grid-template-columns:1fr 1fr}}.social-graph-sync__modal-choice{background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;text-align:left;transition:border-color var(--transition-fast), background var(--transition-fast);flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;display:flex}.social-graph-sync__modal-choice:hover:not(:disabled){border-color:var(--border-hover);background:var(--overlay-weak)}.social-graph-sync__modal-choice:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.social-graph-sync__modal-choice:disabled{opacity:.6;cursor:not-allowed}.social-graph-sync__modal-choice-title{color:var(--fg-primary);font-size:.9375rem;font-weight:600}.social-graph-sync__modal-choice-desc{color:var(--fg-secondary);font-size:.8125rem;line-height:1.4}.social-graph-sync__modal-error{color:var(--color-error);margin:0;font-size:.8125rem}.social-graph-sync__modal-footer{justify-content:flex-end;align-items:center;gap:8px;margin-top:4px;display:flex}.social-graph-sync__modal-progress{color:var(--fg-secondary);align-items:center;gap:6px;font-size:.8125rem;display:inline-flex}.social-graph-sync__modal-meta{color:var(--fg-muted);justify-content:space-between;align-items:center;gap:12px;font-size:.75rem;display:flex}.social-graph-sync__modal-select-page{font:inherit;color:var(--fg-secondary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.social-graph-sync__modal-select-page:hover:not(:disabled){color:var(--fg-primary)}.social-graph-sync__modal-select-page:disabled{opacity:.5;cursor:not-allowed}.social-graph-sync__modal-counter{color:var(--fg-secondary);font-weight:500}.social-graph-sync__modal-list{border:1px solid var(--border-default);border-radius:var(--radius);max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.social-graph-sync__modal-row{border-bottom:1px solid var(--border-subtle)}.social-graph-sync__modal-row:last-child{border-bottom:none}.social-graph-sync__modal-row-label{transition:background var(--transition-fast);padding:8px 12px}.social-graph-sync__modal-row-label:hover{background:var(--overlay-weak)}.social-graph-sync__modal-row-label label{flex:1;min-width:0}.social-graph-sync__modal-row-content{align-items:center;gap:10px;min-width:0;display:flex}.social-graph-sync__modal-row-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.social-graph-sync__modal-row-name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.social-graph-sync__modal-row-handle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.social-graph-sync__modal-empty{color:var(--fg-muted);text-align:center;padding:16px 12px;font-size:.8125rem;list-style:none}.social-graph-sync__modal-pagination{justify-content:space-between;align-items:center;gap:8px;display:flex}.social-graph-sync__modal-page-status{color:var(--fg-muted);font-size:.75rem}.social-graph-sync__result{background:var(--overlay-weak);border:1px solid var(--border-default);border-radius:var(--radius);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.social-graph-sync__result-icon{color:var(--fg-primary);flex:none}.social-graph-sync__result-text{color:var(--fg-primary);margin:0;font-size:.875rem;line-height:1.5}.social-graph-sync__result-text strong{font-weight:600}.social-graph-sync__result-failed{color:var(--color-error)}.social-graph-sync__result-details{color:var(--fg-secondary);font-size:.8125rem}.social-graph-sync__result-details summary{cursor:pointer;color:var(--fg-secondary);margin-bottom:6px}.social-graph-sync__result-details code{word-break:break-all;font-size:.75rem}
.project-detail-page{padding:0 0 64px}.project-detail{flex-direction:column;max-width:720px;margin:16px auto 0;padding:0 16px;display:flex}@media (min-width:800px){.app-shell:has(.project-detail--wide) .app-shell__content{max-width:1280px}.project-detail{max-width:960px}}.project-detail__loading,.project-detail__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.project-detail__error-title{color:var(--fg-primary);margin:0 0 6px;font-size:1rem;font-weight:600}.project-detail__error-desc{color:var(--fg-muted);max-width:32ch;margin:0;font-size:.875rem;line-height:1.5}.project-detail__head-bar{align-items:center;gap:16px;margin:0 0 20px;display:flex}.project-detail__head-title-group{flex-direction:column;flex:auto;align-items:flex-start;min-width:0;display:flex}.project-detail__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-size:.6875rem;font-weight:600;line-height:1.2}.project-detail__head-actions{flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.project-detail__head-actions .feed-card__author{border-radius:var(--radius);transition:background var(--transition-fast);margin:0;padding:4px 6px}.project-detail__head-actions .feed-card__author:hover{background:var(--overlay-weak)}.project-detail__head-actions .feed-card__author:hover .feed-card__author-name{text-decoration:none}.project-detail__hero{aspect-ratio:3;border-radius:var(--radius);background:var(--bg-sunken);border:1px solid var(--border-subtle);width:100%;margin:0 0 24px;position:relative;overflow:hidden}@media (min-width:800px){.project-detail__hero{margin-bottom:32px}}.project-detail__hero-img{object-fit:cover;width:100%;height:100%;display:block}.project-detail__hero--placeholder{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;display:flex}.project-detail__hero-placeholder-icon{color:var(--fg-muted);opacity:.55}.project-detail__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2;overflow:hidden}@media (min-width:800px){.project-detail__title{font-size:1.75rem}}.project-detail__lead{color:var(--fg-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-size:1.0625rem;font-style:italic;line-height:1.55}.project-detail__lead-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-detail__lead-row .project-detail__lead,.project-detail__lead--empty{flex:1;min-width:0}@media (min-width:800px){.project-detail__lead{font-size:1.125rem}}.project-detail__prose{margin:0 0 28px}.project-detail__tab-empty{color:var(--fg-muted);background:var(--bg-elevated);border:1px dashed var(--border-default);border-radius:var(--radius);text-align:center;margin:8px 0 24px;padding:16px;font-size:.875rem}.project-detail__meta{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);grid-template-columns:1fr;gap:14px 24px;margin:0 0 32px;padding:16px;display:grid}@media (min-width:640px){.project-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:800px){.project-detail__meta{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-detail__meta-row{flex-direction:column;gap:4px;min-width:0;display:flex}.project-detail__meta-row--wide{grid-column:1/-1}.project-detail__meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);align-items:center;gap:4px;font-size:.6875rem;font-weight:600;display:inline-flex}.project-detail__meta-value{color:var(--fg-primary);word-break:break-word;font-size:.875rem}.project-detail__contributors{flex-direction:column;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.project-detail__certs{border-top:1px solid var(--border-subtle);margin-top:8px;padding-top:24px}.project-detail__certs-header{align-items:baseline;gap:8px;margin:0 0 16px;display:flex}.project-detail__certs-title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.005em;margin:0;font-size:1.125rem;font-weight:600}.project-detail__certs-count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 8px;font-size:.75rem;font-weight:500}.project-detail__see-all{color:var(--fg-primary);margin-left:auto;font-size:.8125rem;font-weight:500;text-decoration:none}.project-detail__see-all:hover{text-underline-offset:2px;text-decoration:underline}.project-detail__certs--preview{border-top:none;padding-top:0}.project-detail__certs .feed{grid-template-columns:minmax(0,1fr);justify-content:start;gap:12px;display:grid}@media (min-width:600px){.project-detail__certs .feed{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.project-detail__certs .feed{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-detail__certs .feed-card{border-radius:var(--radius);transition:background var(--transition-fast);border-bottom:none;flex-direction:column;padding:10px;display:flex}.project-detail__certs .feed-card:hover{background:var(--overlay-weak)}.project-detail__certs .feed-card__body:hover .feed-card__title{text-decoration:none}.project-detail__certs .feed-card__body{flex-direction:column;flex:1;display:flex}.project-detail__certs .feed-card__title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.925rem;display:-webkit-box;overflow:hidden}.project-detail__certs .feed-card__desc{-webkit-line-clamp:2;min-height:2.8rem}.project-detail__certs .feed-card__meta{margin-top:auto}.project-detail__hero--editing{outline:1.5px dashed var(--border-hover);outline-offset:-2px}.project-detail__hero-placeholder{background:linear-gradient(135deg, var(--bg-sunken) 0%, var(--overlay-weak) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.project-detail__edit-btn{background:var(--bg-elevated);height:32px;color:var(--fg-primary);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);flex:none;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.project-detail__edit-btn:hover{background:var(--overlay-weak);border-color:var(--border-hover)}.project-detail__edit-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.project-detail__delete-btn{border-radius:var(--radius);border:1px solid var(--border-default);background:var(--bg-elevated);width:32px;height:32px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.project-detail__delete-btn:hover{background:var(--bg-sunken);border-color:var(--color-error);color:var(--color-error)}.project-detail__delete-btn:focus-visible{outline:2px solid var(--color-error);outline-offset:2px}.project-detail__inline-created{align-items:baseline;gap:8px;margin:0 0 12px;display:inline-flex}.project-detail__inline-created-value{color:var(--fg-primary);font-variant-numeric:tabular-nums;font-size:.875rem}.project-detail__title-input{width:100%;min-width:0;font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:var(--radius);word-break:break-word;padding:4px 10px;font-size:1.5rem;font-weight:700;line-height:1.2}@media (min-width:800px){.project-detail__title-input{font-size:1.75rem}}.project-detail__title-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.project-detail__lead-input{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:var(--radius);resize:vertical;min-height:60px;padding:8px 12px;font-size:1.0625rem;line-height:1.55}@media (min-width:800px){.project-detail__lead-input{font-size:1.125rem}}.project-detail__lead-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.project-detail__desc-preserve{background:var(--overlay-weak);border:1px solid var(--border-default);border-radius:var(--radius);color:var(--fg-secondary);flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px;font-size:.875rem;display:flex}.project-detail__desc-preserve p{margin:0;line-height:1.45}.project-detail__desc-preserve-cta{font:inherit;color:var(--fg-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:500;text-decoration:underline}.project-detail__desc-preserve-cta:hover{color:var(--fg-primary);text-decoration:none}.project-detail__add-cert-btn{background:var(--bg-elevated);height:30px;color:var(--fg-primary);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);align-items:center;gap:6px;margin-left:auto;padding:0 12px;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.project-detail__add-cert-btn:hover{background:var(--overlay-weak);border-color:var(--border-hover)}.project-detail__add-cert-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.project-detail__add-cert-picker{align-items:stretch;gap:8px;margin:0 0 12px;display:flex}.project-detail__add-cert-picker .cert-search{flex:auto;min-width:0}.project-detail__add-cert-cancel{font:inherit;color:var(--fg-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #0000;flex:none;align-self:center;padding:8px 14px;font-size:.8125rem}.project-detail__add-cert-cancel:hover{color:var(--fg-primary);background:var(--overlay-weak)}.project-detail__certs-loading{color:var(--fg-muted);text-align:center;margin:0;padding:24px 0;font-size:.875rem}.project-detail__cert-cell{display:flex;position:relative}.project-detail__cert-cell>.feed-card{flex:auto;min-width:0}.project-detail__cert-menu{z-index:1;position:absolute;top:8px;right:8px}.project-detail__cert-menu-btn{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:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.project-detail__cert-menu-btn:hover,.project-detail__cert-menu-btn:focus-visible,.project-detail__cert-menu-btn[aria-expanded=true]{background:var(--overlay-weak);color:var(--fg-primary);outline:none}.create-group__identity-row{grid-template-columns:1fr 3fr;align-items:stretch;gap:20px;margin-bottom:24px;display:grid}.create-group__avatar-tile{aspect-ratio:1;background:var(--bg-sunken);border-radius:50%;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.create-group__avatar-tile--placeholder{border:2px dashed var(--border-medium);background:var(--bg-sunken)}.create-group__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.create-group__avatar-placeholder-icon{color:var(--fg-muted)}.create-group__banner-tile{width:100%;min-width:0;margin:0}
.context-updates{border-top:1px solid var(--border-subtle);flex-direction:column;gap:16px;margin-top:4px;padding-top:24px;display:flex}.context-updates__head{align-items:baseline;gap:12px;display:flex}.context-updates__icon{display:none}.context-updates__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);align-items:center;margin:0;font-size:.6875rem;font-weight:600;line-height:1;display:inline-flex}.context-updates__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}.context-updates__loading{justify-content:center;align-items:center;padding:12px 0;display:flex}.context-updates__list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.context-updates__item{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);flex-direction:column;gap:8px;padding:14px;display:flex}.context-updates__item-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.context-updates__title{letter-spacing:-.005em;color:var(--fg-primary);flex:1;min-width:0;margin:0;font-size:.95rem;font-weight:600}.context-updates__when{color:var(--fg-secondary);white-space:nowrap;font-size:.75rem}.context-updates__doc-wrap{display:block}.context-updates__doc-wrap--clamped{max-height:6em;position:relative;overflow:hidden}.context-updates__doc-wrap--clamped:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg-elevated));pointer-events:none;height:1.6em;position:absolute;inset:auto 0 0}.context-updates__doc{color:var(--fg-secondary);font-size:.875rem;line-height:1.5}.context-updates__expand{color:var(--fg-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:4px;margin-top:6px;padding:0;font-size:.8125rem;font-weight:500;display:inline-flex}.context-updates__expand:hover{color:var(--fg-primary)}.context-updates__see-all{color:var(--fg-secondary);transition:color var(--transition-fast);margin-left:auto;font-size:.75rem;font-weight:500;text-decoration:none}.context-updates__see-all:hover{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.context-updates__empty{color:var(--fg-secondary);margin:0;font-size:.875rem}.context-updates__attachments{flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.context-updates__attachment{display:flex}.context-updates__attachment-link{color:inherit;border-radius:var(--radius);transition:border-color var(--transition-fast), background var(--transition-fast);align-items:center;gap:10px;text-decoration:none;display:flex}.context-updates__attachment--image .context-updates__attachment-link{background:var(--bg-sunken);width:88px;height:88px;padding:0;display:block;overflow:hidden}.context-updates__attachment-img{object-fit:cover;width:100%;height:100%;display:block}.context-updates__attachment--image .context-updates__attachment-link:hover{outline:2px solid var(--border-hover);outline-offset:-2px}.context-updates__attachment--video .context-updates__attachment-link{flex-direction:column;gap:4px;width:156px;padding:0;display:flex}.context-updates__attachment-thumb{border-radius:var(--radius);background:var(--bg-sunken);width:156px;height:88px;display:block;position:relative;overflow:hidden}.context-updates__attachment-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.context-updates__attachment-thumb-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.context-updates__attachment-play{width:32px;height:32px;color:var(--color-white);background:var(--navy-overlay-70);border-radius:999px;padding:6px}.context-updates__attachment-host{color:var(--fg-secondary);font-size:.75rem;line-height:1.3}.context-updates__attachment--video .context-updates__attachment-link:hover .context-updates__attachment-thumb{outline:2px solid var(--border-hover);outline-offset:-2px}.context-updates__attachment--file .context-updates__attachment-link,.context-updates__attachment--uri .context-updates__attachment-link{border:1px solid var(--border-subtle);background:var(--bg-elevated);max-width:260px;padding:8px 12px}.context-updates__attachment--file .context-updates__attachment-link:hover,.context-updates__attachment--uri .context-updates__attachment-link:hover{border-color:var(--border-hover);background:var(--bg-sunken)}.context-updates__attachment-icon{color:var(--fg-secondary);flex-shrink:0}.context-updates__attachment-meta{flex-direction:column;min-width:0;display:flex}.context-updates__attachment-label{color:var(--fg-primary);font-size:.8125rem;font-weight:500;line-height:1.3}.context-updates__attachment-size,.context-updates__attachment-uri{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1.3;overflow:hidden}@media (max-width:799px){.context-updates__item{padding:12px}.context-updates__attachment--image .context-updates__attachment-link{width:72px;height:72px}.context-updates__attachment--video .context-updates__attachment-link,.context-updates__attachment-thumb{width:128px}.context-updates__attachment-thumb{height:72px}}
.workspace-page{padding:24px 16px 64px}@media (min-width:800px){.app-shell:has(.workspace-page) .app-shell__content{max-width:1280px}}.workspace__head{margin-bottom:20px}.workspace__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--fg-secondary);font-size:.75rem}.workspace__title{letter-spacing:-.01em;color:var(--fg-primary);margin:4px 0 6px;font-size:1.5rem;font-weight:600}.workspace__subtitle{max-width:56ch;color:var(--fg-secondary);margin:0;font-size:.875rem}.workspace__loading{justify-content:center;padding:32px 0;display:flex}.wks-pane{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);flex-direction:column;gap:12px;padding:20px;display:flex}.wks-pane__head{color:var(--fg-primary);align-items:center;gap:8px;display:flex}.wks-pane__heading{margin:0;font-size:1.1rem;font-weight:600}.wks-pane__lede{color:var(--fg-secondary);margin:0;font-size:.9rem}.wks-pane__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.wks-pane__grid-item{border-radius:var(--radius);background:var(--bg-sunken);flex-direction:column;padding:10px 12px;display:flex}.wks-pane__grid-label{color:var(--fg-secondary);font-size:.75rem}.wks-pane__grid-count{color:var(--fg-primary);font-size:1.1rem;font-weight:600}.wks-pane__hint{color:var(--fg-secondary);margin:0;font-size:.8125rem}.wks-pane__cta{border-radius:var(--radius);background:var(--fg-primary);color:var(--bg-canvas);align-self:flex-start;align-items:center;gap:4px;padding:6px 12px;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.wks-pane__cta:hover{opacity:.9}.wks-breadcrumb{position:relative}.wks-breadcrumb__bar{align-items:center;gap:4px;margin-bottom:14px;font-size:.875rem;display:flex}.wks-breadcrumb__crumb{border:1px solid var(--border-subtle);background:var(--bg-elevated);color:var(--fg-primary);font-size:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;display:inline-flex}.wks-breadcrumb__crumb:hover{background:var(--bg-sunken)}.wks-breadcrumb__menu{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);max-width:360px;max-height:320px;box-shadow:var(--shadow-md);margin:0 0 12px;padding:6px;list-style:none;overflow-y:auto}.wks-breadcrumb__menu-item{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 10px;font-size:.85rem;display:flex}.wks-breadcrumb__menu-item:hover{background:var(--bg-sunken)}.wks-breadcrumb__main{min-height:200px}.wks-notion{grid-template-columns:240px 1fr;align-items:start;gap:20px;display:grid}.wks-notion__rail{border:1px solid var(--border-subtle);border-radius:var(--radius);flex-direction:column;gap:14px;padding:10px;font-size:.85rem;display:flex}.wks-notion__section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-secondary);padding:0 8px 4px;font-size:.7rem}.wks-notion__list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.wks-notion__node{border-radius:var(--radius);text-align:left;width:100%;font-size:inherit;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:4px 8px;display:flex}.wks-notion__node:hover{background:var(--bg-sunken)}.wks-notion__node--active{background:var(--fg-primary);color:var(--bg-canvas)}.wks-notion__node-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.wks-notion__node-count{opacity:.7;font-size:.7rem}.wks-notion__avatar{background:var(--bg-sunken);object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.wks-notion__avatar--ph{background:var(--bg-raised)}.wks-mail{grid-template-columns:260px 1fr;align-items:start;gap:20px;display:grid}.wks-mail__rail{border:1px solid var(--border-subtle);border-radius:var(--radius);flex-direction:column;gap:6px;padding:10px;font-size:.85rem;display:flex}.wks-mail__network{border-radius:var(--radius);width:100%;color:var(--fg-primary);font-size:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 10px;font-weight:500;display:flex}.wks-mail__network:hover{background:var(--bg-sunken)}.wks-mail__network--active{background:var(--fg-primary);color:var(--bg-canvas)}.wks-mail__accounts{margin:0;padding:0;list-style:none}.wks-mail__account-head{border-radius:var(--radius);text-align:left;width:100%;font-size:inherit;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 8px;font-weight:500;display:flex}.wks-mail__account-head:hover,.wks-mail__account-head--active{background:var(--bg-sunken)}.wks-mail__avatar{background:var(--bg-sunken);object-fit:cover;border-radius:50%;flex-shrink:0;width:18px;height:18px}.wks-mail__avatar--ph{background:var(--bg-raised)}.wks-mail__account-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wks-mail__folders{flex-direction:column;gap:1px;margin:2px 0 6px 26px;padding:0;list-style:none;display:flex}.wks-mail__folder{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg-secondary);cursor:pointer;background:0 0;border:0;align-items:center;padding:3px 8px;font-size:.8rem;display:flex}.wks-mail__folder:hover{background:var(--bg-sunken);color:var(--fg-primary)}.wks-mail__folder--active{background:var(--fg-primary);color:var(--bg-canvas)}.wks-mail__folder-label{flex:1}.wks-mail__folder-count{opacity:.7;font-size:.7rem}.wks-blue{flex-direction:column;gap:12px;display:flex;position:relative}.wks-blue__head{position:relative}.wks-blue__switcher{border:1px solid var(--border-subtle);background:var(--bg-elevated);color:var(--fg-primary);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.9rem;font-weight:500;display:inline-flex}.wks-blue__switcher:hover{background:var(--bg-sunken)}.wks-blue__avatar{background:var(--bg-sunken);object-fit:cover;border-radius:50%;width:22px;height:22px}.wks-blue__avatar--ph{background:var(--bg-raised)}.wks-blue__menu{z-index:10;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);min-width:280px;max-height:360px;box-shadow:var(--shadow-md);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.wks-blue__menu-item{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:6px 10px;font-size:.85rem;display:flex}.wks-blue__menu-item:hover{background:var(--bg-sunken)}.wks-blue__chips{flex-wrap:wrap;gap:6px;display:flex}.wks-slack{grid-template-columns:60px 220px 1fr;align-items:start;gap:16px;display:grid}.wks-slack__icons{border-right:1px solid var(--border-subtle);flex-direction:column;gap:6px;padding:8px 0;display:flex}.wks-slack__icon{border-radius:var(--radius);background:var(--bg-sunken);width:40px;height:40px;color:var(--fg-primary);cursor:pointer;border:0;justify-content:center;align-self:center;align-items:center;display:flex;overflow:hidden}.wks-slack__icon:hover{outline:2px solid var(--fg-secondary);outline-offset:-2px}.wks-slack__icon--active{outline:2px solid var(--fg-primary);outline-offset:-2px}.wks-slack__avatar{object-fit:cover;width:100%;height:100%}.wks-slack__initial{font-size:.95rem;font-weight:600}.wks-slack__lexicons{border:1px solid var(--border-subtle);border-radius:var(--radius);padding:10px;font-size:.85rem}.wks-slack__lexicons-head{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;font-size:.95rem;font-weight:600;overflow:hidden}.wks-slack__lex-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.wks-slack__lex{border-radius:var(--radius);text-align:left;width:100%;font-size:inherit;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;padding:4px 8px;display:flex}.wks-slack__lex:hover{background:var(--bg-sunken)}.wks-slack__lex--active{background:var(--fg-primary);color:var(--bg-canvas)}.wks-slack__lex-label{flex:1}.wks-slack__lex-count{opacity:.7;font-size:.7rem}.wks-slack__lex-empty{color:var(--fg-secondary);margin:0;font-size:.8rem}@media (max-width:799px){.wks-notion,.wks-mail,.wks-slack{grid-template-columns:1fr}}
.explore-page{padding:24px 16px 64px}@media (min-width:800px){.explore-page{padding:0}}.explore-page{--explore-sidebar-width:clamp(256px, 22vw, 296px);position:relative}.explore__layout{grid-template-columns:var(--explore-sidebar-width) 1fr;align-items:start;gap:0;display:grid}.explore-page:before{content:"";top:0;bottom:0;left:var(--explore-sidebar-width);background:var(--border-medium);pointer-events:none;width:1px;position:absolute}@media (max-width:799px){.explore__layout{grid-template-columns:1fr;padding:0 16px}}.explore__sidebar{flex-direction:column;gap:16px;padding:32px 12px;display:flex}.explore__filter-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.explore__filter-heading{color:var(--fg-secondary);margin:0;padding:0 10px;font-size:.85rem;font-weight:500}.explore__filter-divider{border:0;border-top:1px solid var(--border-subtle);margin:12px 10px}.explore__filter-list--indented{padding-left:18px}.explore__filter{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;padding:6px 10px;font-size:.85rem;display:block}.explore__filter:hover{background:var(--bg-sunken)}.explore__filter--active,.explore__filter--active:hover{background:var(--fg-primary);color:var(--bg-canvas)}.explore__main{width:100%;min-width:0;max-width:1400px;margin:0 auto;padding:20px 24px 32px}.explore__sub-dropdown-trigger{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--fg-primary);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.explore__sub-dropdown-trigger:hover{background:var(--bg-sunken);border-color:var(--fg-secondary)}.explore__sub-dropdown-label{color:var(--fg-primary)}@media (max-width:799px){.explore__main{padding:0}}.explore__chrome{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.explore__search-field{flex:1;min-width:200px}.explore__chrome-actions{gap:6px;display:flex}.explore__chrome-btn{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);color:var(--fg-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;display:inline-flex}.explore__chrome-btn:hover{background:var(--bg-sunken)}.explore__chrome-btn--icon{justify-content:center;width:32px;height:32px;padding:0}.explore__chrome-btn--active{border-color:var(--fg-primary);background:var(--bg-sunken)}.explore__loading{justify-content:center;padding:48px 0;display:flex}.explore__load-more{justify-content:center;padding:24px 0;display:flex}.explore__load-more-btn{background:var(--bg-elevated);border:1px solid var(--border-medium);border-radius:var(--radius);color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);padding:8px 18px;font-size:.85rem;font-weight:500}.explore__load-more-btn:hover:not(:disabled){background:var(--bg-sunken)}.explore__load-more-btn:disabled{color:var(--fg-secondary);cursor:progress}.popover__item{border-radius:var(--radius);text-align:left;color:var(--fg-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 10px;font-size:.85rem;display:flex}.popover__item:hover{background:var(--bg-sunken)}.popover__item--check{cursor:pointer}.popover__section-heading{color:var(--fg-secondary);margin:4px 0 2px;padding:0 8px;font-size:.85rem;font-weight:500}.popover__divider{border:0;border-top:1px solid var(--border-subtle);margin:6px 8px}.popover__reset-btn{border-radius:var(--radius);text-align:left;width:100%;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;margin:0;padding:6px 12px;font-size:.78rem;font-weight:500;display:block}.popover__reset-btn:hover:not(:disabled){background:var(--bg-sunken);color:var(--fg-primary)}.popover__reset-btn:disabled{color:var(--fg-muted);cursor:default}.explore__degree-reset{border-radius:var(--radius);font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;margin-left:4px;padding:4px 10px;font-size:.78rem;font-weight:500}.explore__degree-reset:hover{background:var(--bg-sunken);color:var(--fg-primary)}.explore__list{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);margin:0;padding:0;list-style:none;overflow:hidden}.explore__list>li+li .cert-list-row{border-top:1px solid var(--border-subtle)}.cert-list-row{transition:background var(--transition-fast);grid-template-columns:1fr 200px 84px;align-items:center;gap:16px;padding:10px 14px;display:grid}.cert-list-row:hover{background:var(--bg-sunken)}.cert-list-row__link{min-width:0;color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.cert-list-row__thumb{border-radius:var(--radius);background:var(--bg-sunken);width:40px;height:40px;color:var(--fg-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.cert-list-row__img{object-fit:cover;width:100%;height:100%;display:block}.cert-list-row__body{flex-direction:column;gap:2px;min-width:0;display:flex}.cert-list-row__title{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;overflow:hidden}.cert-list-row__meta{color:var(--fg-secondary);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.75rem;line-height:1.3;display:flex;overflow:hidden}.cert-list-row__meta-item{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.cert-list-row__meta-sep{color:var(--fg-muted)}.cert-list-row__meta-icon{color:var(--fg-secondary)}.cert-list-row__author-col{justify-content:flex-start;align-items:center;min-width:0;font-size:.8rem;display:flex}.cert-list-row__time{color:var(--fg-secondary);white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right;font-size:.75rem}@media (max-width:799px){.cert-list-row{grid-template-columns:1fr;gap:8px;padding:10px 12px}.cert-list-row__author-col,.cert-list-row__time{text-align:left;justify-self:start}}.explore__grid{gap:12px;margin:0;padding:0;list-style:none;display:grid}.explore__grid--users{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.explore__grid--projects{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.explore__grid--certs{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.explore-user-card{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;gap:12px;min-width:0;padding:16px;text-decoration:none;display:flex}.explore-user-card:hover{border-color:var(--fg-secondary);background:var(--bg-sunken);box-shadow:0 1px 2px color-mix(in srgb, var(--fg-primary) 6%, transparent)}.explore-user-card__head{align-items:center;gap:12px;min-width:0;display:flex}.explore-user-card__avatar{flex-shrink:0}.explore-user-card__id{flex-direction:column;gap:2px;min-width:0;display:flex}.explore-user-card__name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;line-height:1.2;overflow:hidden}.explore-user-card__handle{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;margin:0;font-size:.78rem;overflow:hidden}.explore-user-card__handle--did{font-family:var(--font-mono,ui-monospace, SFMono-Regular, monospace);color:var(--fg-muted);align-items:center;gap:4px;display:inline-flex}.explore-user-card__desc{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.account-list-row{transition:background var(--transition-fast);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:12px 14px;display:grid}.explore__list>li+li .account-list-row{border-top:1px solid var(--border-subtle)}.account-list-row:hover{background:var(--bg-sunken)}.account-list-row__link{min-width:0;color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.account-list-row__avatar{flex-shrink:0}.account-list-row__body{flex-direction:column;gap:1px;min-width:0;display:flex}.account-list-row__name{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;line-height:1.3;overflow:hidden}.account-list-row__handle{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.78rem;line-height:1.3;overflow:hidden}.account-list-row__handle--did{font-family:var(--font-mono,ui-monospace, SFMono-Regular, monospace);color:var(--fg-muted);align-items:center;gap:4px;display:inline-flex}.account-list-row__badge{flex-shrink:0;align-items:center;display:inline-flex}.account-list-row__joined{color:var(--fg-secondary);white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;font-size:.75rem}@media (max-width:799px){.account-list-row{grid-template-columns:minmax(0,1fr);gap:6px}.account-list-row__badge,.account-list-row__joined{justify-self:start}}.explore-project-card{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast);flex-direction:column;gap:8px;padding:12px;text-decoration:none;display:flex}.explore-project-card:hover{border-color:var(--fg-secondary);background:var(--bg-sunken)}.explore-project-card__image-wrap{aspect-ratio:3;border-radius:var(--radius);background:var(--bg-sunken);overflow:hidden}.explore-project-card__image{object-fit:cover;width:100%;height:100%;display:block}.explore-project-card__image--placeholder{color:var(--fg-secondary);justify-content:center;align-items:center;display:flex}.explore-project-card__body{flex-direction:column;gap:4px;min-width:0;display:flex}.explore-project-card__title{color:var(--fg-primary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.explore-project-card__desc{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;display:-webkit-box;overflow:hidden}.explore-project-card__meta{color:var(--fg-secondary);align-items:center;gap:12px;margin-top:2px;font-size:.75rem;display:flex}.explore-project-card__count{font-weight:500}.explore-project-card__when{margin-left:auto}.explore__degree-bar{flex-direction:column;gap:6px;margin-bottom:12px;padding:12px 0 6px;display:flex}.explore__degree-pills{gap:4px;display:inline-flex}.explore__degree-truncated{color:var(--fg-muted);margin:0;font-size:12px;font-style:italic}.endorsement-row-badge__degree{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;height:16px;padding:0 6px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.endorsement-row-badge__degree--d1{background:var(--fg-primary);color:var(--bg-canvas);border-color:var(--fg-primary)}.endorsement-row-badge__degree--d2{background:var(--bg-raised);color:var(--fg-primary);border-color:var(--border-default)}.endorsement-row-badge__degree--d3{background:var(--bg-sunken);color:var(--fg-secondary);border-color:var(--border-subtle)}.endorsement-row-badge__sep{color:var(--fg-muted);font-size:12px;line-height:1}
.home-page{padding:24px 16px 64px;position:relative}@media (min-width:800px){.home-page{padding:0}}.home-page{--home-sidebar-width:clamp(256px, 22vw, 296px)}.home__layout{grid-template-columns:var(--home-sidebar-width) 1fr;align-items:start;gap:0;display:grid}.home-page:before{content:"";top:0;bottom:0;left:var(--home-sidebar-width);background:var(--border-medium);pointer-events:none;width:1px;position:absolute}@media (max-width:799px){.home-page:before{display:none}.home__layout{grid-template-columns:1fr;padding:0 16px}}.home__sidebar{flex-direction:column;gap:28px;min-width:0;padding:32px 16px 32px 28px;display:flex}@media (max-width:799px){.home__sidebar{padding:16px 12px 24px}}.home-section{flex-direction:column;gap:6px;min-width:0;display:flex}.home-section__head{color:var(--fg-secondary);align-items:center;gap:8px;padding:0 4px 4px;display:flex}.home-section__title-link{color:inherit;border-radius:var(--radius);transition:background var(--transition-fast);margin:-2px -6px;padding:2px 6px;text-decoration:none}.home-section__title-link:hover{background:var(--bg-sunken);text-decoration:none}.home-section__title-link:hover .home-section__title{color:var(--fg-primary)}.home-section__title{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-secondary);transition:color var(--transition-fast);margin:0;font-size:.7rem;font-weight:600}.home-section__count{margin-left:auto}.home-section__list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.home-row{border-radius:var(--radius);color:var(--fg-primary);min-width:0;transition:background var(--transition-fast);align-items:center;gap:8px;padding:6px 8px;text-decoration:none;display:flex}.home-row:hover{background:var(--bg-sunken)}.home-row__thumb{border-radius:var(--radius);background:var(--bg-sunken);width:22px;height:22px;color:var(--fg-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.home-row__thumb img{object-fit:cover;width:100%;height:100%;display:block}.home-row__thumb-icon{color:var(--fg-secondary)}.home-row__text{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.home-row__label{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.85rem;line-height:1.25;overflow:hidden}.owner-byline{min-width:0;color:var(--fg-muted);align-items:center;gap:4px;font-size:.72rem;line-height:1.2;display:inline-flex}.owner-byline__label{flex-shrink:0}.owner-byline__avatar{flex-shrink:0;width:14px;height:14px;display:inline-flex}.owner-byline__avatar>div{width:14px;height:14px;font-size:.5rem}.owner-byline__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.home-section__empty{padding:2px 8px}.home-section__loading{align-items:center;padding:6px 8px;display:flex}.home-section__more{color:var(--fg-secondary);border-radius:var(--radius);transition:color var(--transition-fast), background var(--transition-fast);align-self:flex-start;align-items:center;gap:4px;margin-top:2px;padding:4px 8px;font-size:.78rem;font-weight:500;text-decoration:none;display:inline-flex}.home-section__more:hover{color:var(--fg-primary);background:var(--bg-sunken)}.home__main{width:100%;min-width:0;padding:20px 24px 32px}@media (max-width:799px){.home__main{padding:16px}}.home__split{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:32px;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1199.98px){.home__split{grid-template-columns:minmax(0,1fr);gap:0}.home__news{display:none}}.home__feed{min-width:0}.home-feed__header{justify-content:space-between;align-items:center;gap:8px;margin:0 0 12px;display:flex}.home-feed__header-actions{align-items:center;gap:4px;display:flex}.home-feed__heading{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-secondary);margin:0;font-size:.7rem;font-weight:600}.home__news{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);min-width:0;padding:16px 18px 18px}.home-feed{border-top:1px solid var(--border-subtle);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home-feed__item{border-bottom:1px solid var(--border-subtle)}.home-feed__row{color:var(--fg-primary);grid-template-columns:32px minmax(0,1fr) auto;align-items:start;gap:12px;padding:12px 6px;font-size:.875rem;display:grid}.home-feed__row:hover{background:var(--bg-sunken)}.home-feed__avatar{flex-shrink:0;width:32px;height:32px;margin-top:1px;text-decoration:none;display:inline-flex}.home-feed__content{flex-direction:column;gap:8px;min-width:0;padding-top:1px;display:flex}.home-feed__sentence{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;margin:0;line-height:1.35;display:-webkit-box;overflow:hidden}.home-feed__actor{color:var(--fg-primary);font-weight:600;text-decoration:none}.home-feed__actor:hover{text-decoration:underline}.home-feed__target{color:var(--fg-primary);border-bottom:1px solid #0000;font-weight:500;text-decoration:none}.home-feed__target:hover{border-bottom-color:var(--fg-primary)}.home-feed__time{font-variant-numeric:tabular-nums;color:var(--fg-secondary);white-space:nowrap;padding-top:2px;font-size:.75rem}.home-feed__group-toggle{align-self:flex-start}.home-feed__loading{justify-content:center;padding:48px 0;display:flex}.home-feed__preview{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast);grid-template-columns:56px minmax(0,1fr);gap:12px;padding:10px 12px;text-decoration:none;display:grid}.home-feed__preview--no-image{grid-template-columns:minmax(0,1fr)}a.home-feed__preview:hover{border-color:var(--fg-secondary);background:var(--bg-sunken)}.home-feed__preview-thumb{border-radius:var(--radius);background:var(--bg-sunken);width:56px;height:56px;color:var(--fg-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.home-feed__preview-thumb img{object-fit:cover;width:100%;height:100%;display:block}.home-feed__preview-thumb--placeholder{color:var(--fg-secondary)}.home-feed__preview-body{flex-direction:column;gap:2px;min-width:0;display:flex}.home-feed__preview-title-row{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.home-feed__preview-title{color:var(--fg-primary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.home-feed__preview-desc{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.home-feed__preview-meta{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:4px 10px;margin-top:2px;font-size:.72rem;display:inline-flex}.home-feed__preview-meta-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}@media (max-width:799px){.home-feed__row{grid-template-columns:32px minmax(0,1fr);gap:10px}.home-feed__time{grid-column:2/3;align-self:start;padding-top:0}.home-feed__sentence{-webkit-line-clamp:3;line-clamp:3}.home-feed__preview{grid-template-columns:44px minmax(0,1fr);gap:10px}.home-feed__preview-thumb{width:44px;height:44px}}.home__loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.home__signed-out{max-width:480px;margin:64px auto;padding:0 16px}.home-feed__filter{position:relative}.home-feed__filter-btn{border-radius:var(--radius);width:26px;height:26px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.home-feed__filter-btn:hover{background:var(--bg-sunken);color:var(--fg-primary)}.home-feed__filter-btn:focus-visible{box-shadow:0 0 0 2px var(--focus-ring);outline:none}.home-feed__filter-btn--active{color:var(--fg-primary);border-color:var(--border-medium);background:var(--bg-sunken)}.home-feed__filter-pop{z-index:var(--z-popover);background:var(--bg-elevated);border:1px solid var(--border-medium);border-radius:var(--radius);min-width:184px;box-shadow:var(--shadow-md);padding:10px 8px 8px;position:absolute;top:calc(100% + 6px);right:0}.home-feed__filter-title{color:var(--fg-secondary);margin:0 4px 6px;font-size:.8125rem;font-weight:500}.home-feed__filter-help{color:var(--fg-secondary);margin:0 4px 8px;font-size:.75rem;line-height:1.4}.home-feed__filter-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.home-feed__filter-item{border-radius:var(--radius);color:var(--fg-primary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast);align-items:center;gap:8px;padding:6px 8px;font-size:.8125rem;display:flex}.home-feed__filter-item:hover{background:var(--bg-sunken)}.home-feed__filter-item input{width:14px;height:14px;accent-color:var(--fg-primary);cursor:pointer;flex-shrink:0}.home-feed__filter-reset{border:0;border-top:1px solid var(--border-subtle);text-align:left;width:calc(100% - 8px);font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border-radius:0;margin:8px 4px 0;padding:6px 8px;font-size:.78rem;font-weight:500;display:block}.home-feed__filter-reset:hover:not(:disabled){background:var(--bg-sunken);color:var(--fg-primary)}.home-feed__filter-reset:disabled{color:var(--fg-muted);cursor:default}.home-feed__filter-pop--evaluators{min-width:248px}.home-feed__evaluator-row{border-radius:var(--radius);align-items:center;gap:8px;padding:4px 6px 4px 8px;display:flex}.home-feed__evaluator-check{width:14px;height:14px;accent-color:var(--fg-primary);cursor:pointer;flex-shrink:0}.home-feed__evaluator-link{border-radius:var(--radius);min-width:0;color:var(--fg-primary);transition:background var(--transition-fast);flex:1;align-items:center;gap:8px;padding:4px 6px;text-decoration:none;display:flex}.home-feed__evaluator-link:hover{background:var(--bg-sunken)}.home-feed__evaluator-link:focus-visible{box-shadow:0 0 0 2px var(--focus-ring);outline:none}.home-feed__evaluator-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;line-height:1.3;overflow:hidden}.home-feed__load-more{justify-content:center;padding:16px 0 32px;display:flex}.home-feed__load-more-btn{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary);border:1px solid var(--border-default);border-radius:var(--radius);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);background:0 0;padding:8px 14px;font-size:.8125rem;font-weight:500}.home-feed__load-more-btn:hover{color:var(--fg-primary);background:var(--bg-sunken);border-color:var(--border-hover)}.home-feed__load-more-btn:disabled{cursor:default;opacity:.6}
.desktop-top-bar__menu{border-radius:var(--radius);width:36px;height:36px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:0;justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.desktop-top-bar__menu:hover{background:var(--bg-sunken)}.site-drawer__head{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px;display:flex}.site-drawer__brand{align-items:center;text-decoration:none;display:inline-flex}.site-drawer__wordmark{width:auto;height:24px;display:block}.site-drawer__close{border-radius:var(--radius);width:36px;height:36px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.site-drawer__close:hover{background:var(--bg-sunken);color:var(--fg-primary)}.site-drawer__nav{flex-direction:column;gap:2px;padding:12px 8px;display:flex}.site-drawer__item{border-radius:var(--radius);color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:10px 12px;font-size:.95rem;font-weight:500;text-decoration:none;display:flex}.site-drawer__item:hover{background:var(--bg-sunken)}.site-drawer__item--active{background:var(--bg-sunken);color:var(--fg-primary)}.site-drawer__item--disabled{color:var(--fg-muted);cursor:not-allowed}.site-drawer__item--disabled:hover{background:0 0}
.profile-groups{flex-direction:column;display:flex}.profile-groups__toolbar{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.profile-groups__title{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);align-items:center;gap:8px;margin:0;padding:12px 4px;font-size:.875rem;font-weight:600;display:inline-flex;position:relative}.profile-groups__title:after{content:"";background:var(--fg-primary);border-radius:var(--radius);height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-groups__count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-groups__controls{align-items:center;gap:8px;margin-left:auto;padding-bottom:8px;display:inline-flex}.profile-groups__search{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);height:36px;transition:border-color var(--transition-fast);align-items:center;gap:6px;padding:0 12px;display:inline-flex}.profile-groups__search:focus-within{border-color:var(--fg-primary)}.profile-groups__search-icon{color:var(--fg-muted);flex-shrink:0}.profile-groups__search-input{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);background:0 0;border:none;outline:none;width:200px;font-size:.875rem}.profile-groups__search-input::placeholder{color:var(--fg-muted)}.profile-groups__search-input::-webkit-search-cancel-button{appearance:none}.profile-groups__sort-wrap{display:inline-flex;position:relative}.profile-groups__sort-btn{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);width:36px;height:36px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.profile-groups__sort-btn:hover{background:var(--overlay-weak);color:var(--fg-primary)}.profile-groups__sort-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-groups__sort-menu{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);min-width:180px;box-shadow:var(--shadow-md);z-index:30;padding:4px;position:absolute;top:calc(100% + 6px);right:0}.profile-groups__sort-item{border-radius:var(--radius);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;align-items:center;gap:8px;padding:8px 10px;font-size:.875rem;display:flex}.profile-groups__sort-item:hover{background:var(--overlay-weak)}.profile-groups__sort-item-check{width:14px;height:14px;color:var(--fg-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.profile-groups__loading{justify-content:center;padding:48px 0;display:flex}.profile-groups__error{border-radius:var(--radius);background:var(--overlay-weak);border:1px solid var(--border-subtle);color:var(--fg-primary);margin-bottom:12px;padding:10px 12px;font-size:.8125rem}.profile-groups__subtabs{gap:0;display:flex}.profile-groups__subtab{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);cursor:pointer;transition:color var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;margin-right:20px;padding:12px 4px;font-size:.875rem;font-weight:500;display:inline-flex;position:relative}.profile-groups__subtab:hover{color:var(--fg-primary)}.profile-groups__subtab--active{color:var(--fg-primary);font-weight:600}.profile-groups__subtab--active:after{content:"";background:var(--fg-primary);border-radius:var(--radius);height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-groups__subtab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px;border-radius:2px}.profile-groups__subtab-count{color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 7px;font-size:.75rem;font-weight:500}.profile-groups__subtab--active .profile-groups__subtab-count{color:var(--fg-primary)}.profile-groups__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.profile-groups__item{list-style:none}.profile-groups__row{border:1px solid var(--border-subtle);border-radius:var(--radius);transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;align-items:center;gap:12px;padding:12px;display:flex}.profile-groups__row:hover{background:var(--overlay-weak);border-color:var(--border-hover-soft)}.profile-groups__row-link{min-width:0;color:inherit;flex:1;align-items:center;gap:12px;text-decoration:none;display:flex}.profile-groups__meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-groups__identity{align-items:baseline;gap:8px;min-width:0;display:flex}.profile-groups__name{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.profile-groups__handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.profile-groups__description{color:var(--fg-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-groups__joined{color:var(--fg-muted);margin-top:2px;font-size:.75rem}.profile-groups__row-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.profile-groups__role{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;padding:1px 6px;font-size:.6875rem;font-weight:600}.profile-groups__action-btn{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);height:30px;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);align-items:center;gap:6px;padding:0 10px;font-size:.8125rem;display:inline-flex}.profile-groups__action-btn:hover:not(:disabled){background:var(--overlay-weak);border-color:var(--border-hover-soft)}.profile-groups__action-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-groups__action-btn:disabled{opacity:.6;cursor:not-allowed}
.smart-link__anchor{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}
.sx{padding:0 0 64px}.sx .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell:has(.sx) .app-shell__content{padding:0}@media (min-width:800px){.app-shell:has(.sx) .app-shell__content{max-width:1280px}}.sx__menu{min-width:0;top:calc(var(--top-bar-total) + 16px);max-height:calc(100vh - var(--top-bar-total) - 32px);flex-direction:column;gap:16px;padding:0;display:flex;position:sticky;overflow-y:auto}@media (max-width:799px){.sx__menu{max-height:none;position:static;overflow:visible}}.sx-menu{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.sx-menu__item{border-radius:var(--radius);text-align:left;width:100%;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;align-items:center;gap:10px;padding:6px 10px;font-size:.85rem;font-weight:450;line-height:1.3;text-decoration:none;display:flex}.sx-menu__item:hover,.sx-menu__item:focus-visible{background:var(--bg-sunken);color:var(--fg-primary);outline:none}.sx-menu__item:focus-visible{box-shadow:0 0 0 2px var(--focus-ring)}.sx-menu__item--active,.sx-menu__item--active:hover,.sx-menu__item--active:focus-visible{background:var(--fg-primary);color:var(--bg-canvas);font-weight:500}.sx-menu__icon{width:18px;height:18px;color:var(--fg-muted);transition:color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sx-menu__item:hover .sx-menu__icon{color:var(--fg-primary)}.sx-menu__item--active .sx-menu__icon,.sx-menu__item--active:hover .sx-menu__icon{color:var(--bg-canvas)}.sx-menu__label{flex:auto;min-width:0}.sx__panel{gap:48px}.sx-section{scroll-margin-top:calc(var(--top-bar-row1) + var(--top-bar-row2) + 24px);border-radius:var(--radius);transition:background var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;gap:20px;display:flex}.sx-section--flash>.sx-panel__header,.sx-section--flash .sx-section__title,.sx-section--flash h2:first-child{border-radius:var(--radius);animation:1.4s ease-out sx-section-flash-heading}@keyframes sx-section-flash-heading{0%{background:var(--overlay-weak)}to{background:0 0}}.sx-panel__header{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:6px;padding-bottom:16px;display:flex}.sx-panel__title{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;color:var(--fg-primary);margin:0;font-size:1.5rem;font-weight:600;line-height:1.2}.sx-panel__desc{color:var(--fg-muted);margin:0;font-size:.875rem;line-height:1.55}.sx-panel__body{flex-direction:column;gap:16px;display:flex}.sx-panel__body .dash-card{box-shadow:none;background:0 0;border:none;margin:0;padding:0}.sx-panel__body .dash-card__title,.sx-panel__body .email-section__header h2{display:none}@media (max-width:799px){.sx-panel__title{font-size:1.25rem}.sx-menu__item{padding:10px;font-size:.9375rem}}
.leaflet-doc{color:var(--fg-primary);flex-direction:column;gap:12px;display:flex}.leaflet-doc__para{color:var(--fg-secondary);white-space:pre-wrap;margin:0;font-size:.9375rem;line-height:1.6}.leaflet-doc__heading{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;color:var(--fg-primary);margin:8px 0 0;font-weight:600;line-height:1.25}.leaflet-doc__heading:first-child{margin-top:0}h2.leaflet-doc__heading{font-size:1.25rem}h3.leaflet-doc__heading{font-size:1.125rem}h4.leaflet-doc__heading{font-size:1rem}h5.leaflet-doc__heading,h6.leaflet-doc__heading{font-size:.9375rem}.leaflet-doc__list{color:var(--fg-secondary);margin:0;padding-left:1.4em;font-size:.9375rem;line-height:1.55;list-style-position:outside}ul.leaflet-doc__list{list-style:outside}ol.leaflet-doc__list{list-style:decimal}.leaflet-doc__list li+li,.leaflet-doc__list .leaflet-doc__list{margin-top:4px}.leaflet-doc__link{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.leaflet-doc__link:hover{text-decoration-thickness:2px}.leaflet-doc__image{flex-direction:column;gap:6px;margin:0;display:flex}.leaflet-doc__image img{object-fit:contain;border-radius:var(--radius);background:var(--bg-sunken);width:100%;height:auto;max-height:520px;display:block}.leaflet-doc__image--full-bleed img{border-radius:0;max-height:none}.leaflet-doc__image-caption{color:var(--fg-muted);text-align:center;font-size:.8125rem}.leaflet-doc__image--placeholder{border:1.5px dashed var(--border-hover);border-radius:var(--radius);color:var(--fg-muted);text-align:center;padding:24px}.leaflet-doc__image--selected img{outline:2px solid var(--focus-ring,var(--fg-primary));outline-offset:2px}.leaflet-doc__embed{border-radius:var(--radius);background:var(--media-letterbox);width:100%;position:relative;overflow:hidden}.leaflet-doc__embed iframe{border:0;width:100%;height:100%;display:block}.leaflet-doc__embed--selected{outline:2px solid var(--focus-ring,var(--fg-primary));outline-offset:2px}.leaflet-doc__embed--unsupported{background:var(--bg-sunken);color:var(--fg-muted);text-align:center;word-break:break-all;padding:24px}.leaflet-doc__embed-fallback{word-break:break-all;margin:0;font-size:.875rem}.leaflet-editor{flex-direction:column;gap:8px;display:flex}.leaflet-editor__toolbar{flex-wrap:wrap;gap:2px;width:fit-content;display:inline-flex}.leaflet-editor__btn{width:30px;height:30px;color:var(--fg-secondary);border-radius:var(--radius);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}.leaflet-editor__btn:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.leaflet-editor__btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.leaflet-editor__btn--active,.leaflet-editor__btn--active:hover{background:var(--fg-primary);color:var(--btn-primary-fg,var(--color-white))}.leaflet-editor__btn:disabled{opacity:.45;cursor:not-allowed}.leaflet-editor__content{border:1.5px solid var(--border-hover);border-radius:var(--radius);background:var(--bg-elevated);min-height:220px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:14px 16px}.leaflet-editor__content:focus-within{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak)}.leaflet-editor__surface{color:var(--fg-primary);outline:none;font-size:.9375rem;line-height:1.6}.leaflet-editor__surface,.leaflet-editor__surface *,.leaflet-editor__surface :focus,.leaflet-editor__surface :focus-visible,.leaflet-editor__surface .ProseMirror-selectednode{outline:0!important}.leaflet-editor__surface>*,.leaflet-editor__surface>:focus,.leaflet-editor__surface>:focus-visible{box-shadow:none!important}.leaflet-editor__surface p{min-height:1.6em;margin:0}.leaflet-editor__surface br.ProseMirror-trailingBreak{width:0;height:1em;display:inline-block}.leaflet-editor__surface>*+:not(h1):not(h2):not(h3){margin-top:10px}.leaflet-editor__surface h1,.leaflet-editor__surface h2,.leaflet-editor__surface h3{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.25}.leaflet-editor__surface h1{font-size:1.5rem}.leaflet-editor__surface h2{font-size:1.25rem}.leaflet-editor__surface h3{font-size:1.0625rem}.leaflet-editor__surface>h1{margin-top:24px;margin-bottom:6px}.leaflet-editor__surface>h2{margin-top:20px;margin-bottom:4px}.leaflet-editor__surface>h3{margin-top:16px;margin-bottom:4px}.leaflet-editor__surface>h1:first-child,.leaflet-editor__surface>h2:first-child,.leaflet-editor__surface>h3:first-child{margin-top:0}.leaflet-editor__surface ul,.leaflet-editor__surface ol{margin:0;padding-left:1.4em}.leaflet-editor__surface ul{list-style:outside}.leaflet-editor__surface ol{list-style:decimal}.leaflet-editor__surface li+li{margin-top:4px}.leaflet-editor__surface a{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.leaflet-editor__surface .leaflet-doc__image,.leaflet-editor__surface .leaflet-doc__embed{margin:0}.leaflet-editor__image-input{display:none}.leaflet-editor__error{color:var(--color-error);margin:4px 0 0;font-size:.75rem}.leaflet-editor__surface p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--fg-muted);pointer-events:none;float:left;height:0}.link-dialog__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.link-dialog__label{letter-spacing:.04em;color:var(--fg-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.link-dialog__input{font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1.5px solid var(--border-hover);border-radius:var(--radius);width:100%;min-width:0;padding:8px 12px;font-size:.9375rem}.link-dialog__input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.link-dialog__hint{color:var(--fg-muted);font-size:.75rem;line-height:1.4}.link-dialog__error{color:var(--color-error);margin:0;font-size:.8125rem;line-height:1.4}.link-dialog__actions{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.link-dialog__actions-right{align-items:center;gap:8px;margin-left:auto;display:flex}.profile-overview__more-link{font:inherit;color:var(--fg-primary);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.profile-overview__more-link:hover{text-decoration-thickness:2px}.profile-overview__more-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius)}.profile-page__about{flex-direction:column;gap:16px;display:flex}.profile-page__about-doc{font-size:1rem;line-height:1.65}.profile-page__about-doc .leaflet-doc__heading:first-child{margin-top:0}.long-description-modal{border-radius:var(--radius);max-width:min(720px,100% - 32px)}.long-description-modal__title-block{flex-direction:column;gap:2px;min-width:0;display:flex}.long-description-modal__subtitle{color:var(--fg-muted);font-size:.75rem}.long-description-modal__body{padding-top:8px}.long-description-modal__doc{font-size:1rem;line-height:1.65}.long-description-modal__doc .leaflet-doc__heading{margin-top:18px}.long-description-modal__doc .leaflet-doc__heading:first-child{margin-top:0}
.hero{background:var(--color-surface);min-height:920px;padding:calc(var(--navbar-height) + 48px) 32px 48px;align-items:center;display:flex;position:relative;overflow:hidden}.hero__pattern{z-index:0;opacity:.25;pointer-events:none;color:var(--color-navy);position:absolute;inset:0}.hero__pattern svg{width:100%;height:100%}.hero__inner{z-index:1;text-align:center;width:100%;max-width:1536px;margin:0 auto;position:relative}.hero__label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:24px;font-size:.875rem;font-weight:500;display:block}.hero__title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--color-navy);letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(5rem,7vw + 1rem,7rem);font-weight:700;line-height:.9}.hero__title-accent{font-family:var(--font-serif-alt), "Instrument Serif", serif;font-style:italic;font-weight:400}.hero__subtitle{color:var(--color-dark-gray);max-width:640px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:clamp(1.125rem,1.5vw + .5rem,1.5rem);font-weight:400;line-height:1.6}.hero__actions{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.hero__btn-signin{cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);background:0 0;border:none;padding:0}.hero__btn-signin:hover{opacity:.9}.hero__btn-signin:active{transform:scale(.97)}.hero__btn-signin-img{height:48px;display:block}.hero__btn-icon{border-radius:var(--radius);flex-shrink:0;width:28px;height:28px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-reveal{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeUp}.hero__inner>.hero-reveal:first-child{animation-delay:0s}.hero__inner>.hero-reveal:nth-child(2){animation-delay:.1s}.hero__inner>.hero-reveal:nth-child(3){animation-delay:.2s}.hero__inner>.hero__label{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeUp}.hero__inner>.hero__title{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) 50ms forwards fadeUp}.hero__inner>.hero__subtitle{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) .15s forwards fadeUp}@media (prefers-reduced-motion:reduce){.hero-reveal,.hero__inner>.hero__label,.hero__inner>.hero__title,.hero__inner>.hero__subtitle{opacity:1;animation:none;transform:none}}.hero--landing{min-height:100vh}@media (max-width:799px){.hero{padding:calc(var(--navbar-height) + 32px) 20px 32px;min-height:auto}.hero--landing{min-height:100vh}}.landing-footer{background:var(--color-surface-container-low);padding:24px 32px}.landing-footer__bar{justify-content:space-between;align-items:flex-end;max-width:1536px;margin:0 auto;display:flex}.landing-footer__left{flex-direction:column;gap:16px;display:flex}.landing-footer__logo-img{object-fit:contain;object-position:left;width:auto;height:18px;display:block}.landing-footer__copy{color:var(--color-mid-gray);font-size:.6875rem}.landing-footer__links{gap:0;display:flex}.landing-footer__links a+a{border-left:1px solid var(--color-light-gray);margin-left:16px;padding-left:16px}.landing-footer__links a{color:var(--color-mid-gray);transition:color var(--transition-fast);font-size:.6875rem;text-decoration:none}.landing-footer__links a:hover{color:var(--color-navy)}@media (max-width:799px){.landing-footer{padding:24px 20px}.landing-footer__bar{flex-direction:column;align-items:center;gap:0}.landing-footer__left{text-align:center;align-items:center;margin-bottom:12px}.landing-footer__links{margin-top:4px}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.feedback-trigger{z-index:calc(var(--z-skip-nav) - 1);background:var(--color-navy);color:var(--color-off-white);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast), box-shadow var(--transition-fast), bottom .15s ease-out;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:500;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 2px 12px #00000026}.feedback-trigger:hover{background:var(--color-accent);box-shadow:0 4px 16px #0003}.feedback-modal__backdrop{z-index:var(--z-feedback);background:var(--navy-overlay-70);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:flex-end;align-items:flex-end;padding:20px;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}.feedback-modal{background:var(--color-off-white);border-radius:var(--radius);width:420px;max-width:90vw;max-height:calc(100vh - 40px);box-shadow:0 24px 64px var(--navy-overlay-30);border:1px solid var(--border-default);animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;overflow-y:auto}.feedback-modal--expanded{width:640px}.feedback-modal--expanded .feedback-modal__textarea{min-height:400px}.feedback-modal__header{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.feedback-modal__expand{border-radius:var(--radius);width:28px;height:28px;color:var(--color-mid-gray);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;margin-right:8px;display:flex}.feedback-modal__expand:hover{background:var(--color-gray-100);color:var(--color-navy)}.feedback-modal__title{color:var(--color-navy);font-size:.875rem;font-weight:600}.feedback-modal__close{border-radius:var(--radius);width:32px;height:32px;color:var(--color-mid-gray);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.feedback-modal__close:hover{background:var(--color-gray-100);color:var(--color-navy)}.feedback-modal__body{padding:24px}.feedback-modal__label{color:var(--color-dark-gray);margin-bottom:8px;font-size:.8125rem;line-height:1.4;display:block}.feedback-modal__label--email{margin-top:16px}.feedback-modal__error{color:var(--color-error);margin-top:4px;font-size:.75rem}.feedback-modal__submit{background:var(--color-navy);width:100%;height:44px;color:var(--color-off-white);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast);border:none;margin-top:20px;font-size:.875rem;font-weight:500}.feedback-modal__submit:hover:not(:disabled){background:var(--color-accent)}.feedback-modal__submit:disabled{opacity:.5;cursor:not-allowed}.feedback-modal__success{text-align:center;padding:20px 0}.feedback-modal__success p{color:var(--color-navy);margin-bottom:16px;font-size:.9375rem;font-weight:500}.feedback-modal__done{background:var(--color-navy);color:var(--color-off-white);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast);border:none;padding:8px 24px;font-size:.875rem;font-weight:500}.feedback-modal__done:hover{background:var(--color-accent)}.feedback-modal__success-actions{justify-content:center;gap:10px;display:flex}.feedback-modal__more{color:var(--color-navy);border:1px solid var(--color-light-gray);border-radius:var(--radius);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;padding:8px 24px;font-size:.875rem;font-weight:500}.feedback-modal__more:hover{background:var(--color-off-white);border-color:var(--color-mid-gray)}.feedback-bottom-sheet__backdrop,.feedback-bottom-sheet{display:none}@media (max-width:799px){.feedback-trigger{padding:8px 12px;font-size:.75rem;bottom:16px;right:16px}.feedback-modal__backdrop--desktop{display:none}.feedback-bottom-sheet__backdrop{z-index:var(--z-feedback);display:block}.feedback-bottom-sheet{z-index:var(--z-feedback-above);display:flex}.feedback-bottom-sheet .feedback-modal__textarea{resize:none;min-height:80px;font-size:16px}.feedback-bottom-sheet.bottom-sheet--expanded .feedback-modal__textarea{min-height:120px}.feedback-bottom-sheet .feedback-modal__input{font-size:16px}.feedback-bottom-sheet .feedback-modal__body{padding:16px 20px}.feedback-modal__expand{display:none}}.app-page{padding-top:var(--navbar-height);background:var(--color-off-white);min-height:100vh}.app-page__inner{max-width:1024px;margin:0 auto;padding:32px 24px}.app-card{background:var(--color-off-white);border:1px solid var(--border-default);border-radius:var(--radius);transition:border-color var(--transition-fast);padding:24px}.app-card:hover{border-color:var(--border-hover-soft)}.app-card__label{letter-spacing:.08em;color:var(--color-mid-gray);margin-bottom:8px;font-size:.6875rem;font-weight:600}.footer{border-top:1px solid var(--border-subtle);background:var(--color-off-white);padding:24px 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.footer__copy{color:var(--color-mid-gray);font-size:.6875rem}.footer__links{gap:20px;display:flex}.footer__links a{color:var(--color-mid-gray);transition:color var(--transition-fast);font-size:.6875rem;text-decoration:none}.footer__links a:hover{color:var(--color-navy)}.landing-cta{text-align:center;padding:96px 32px}.landing-cta .landing-label{justify-content:center}.landing-cta h2{margin-bottom:16px}.landing-cta>p{color:var(--color-mid-gray);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.125rem}.landing-cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-cta__btn{color:var(--color-off-white);background:var(--color-navy);cursor:pointer;border:none;align-items:center;gap:12px;padding:18px 40px;font-size:1.125rem;font-weight:500;transition:all .2s;display:inline-flex}.landing-cta__btn:hover{opacity:.9}.landing-cta__btn:active{transform:scale(.97)}.landing-cta__arrow{font-size:1.25rem}.landing-network{background:var(--color-surface-container-high);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:32px;margin-bottom:24px;display:grid}.landing-network__cell{background:var(--color-off-white);transition:background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 24px;text-decoration:none;display:flex}.landing-network__cell:hover{background:var(--color-surface-container-low)}.landing-network__logo{object-fit:cover;filter:grayscale();opacity:.7;width:40px;height:40px;transition:all var(--transition-fast);border-radius:50%}.landing-network__cell:hover .landing-network__logo{filter:grayscale(0%);opacity:1}.landing-network__name{font-family:var(--font-headline), "Noto Serif", serif;color:var(--color-outline-variant);transition:color var(--transition-fast);font-size:1.125rem;font-weight:700}.landing-network__cell:hover .landing-network__name{color:var(--color-navy)}.landing-network__desc{color:var(--color-mid-gray);text-align:center;opacity:0;max-width:180px;transition:opacity var(--transition-fast);font-size:.75rem;line-height:1.4}.landing-network__cell:hover .landing-network__desc{opacity:1}@media (max-width:799px){.landing-network{grid-template-columns:repeat(2,1fr)}}.landing-footnote{color:var(--color-mid-gray);margin-top:8px;font-size:.75rem}.landing-footnote--center{text-align:center}.landing-prose{color:var(--color-mid-gray);max-width:640px;font-size:1rem;line-height:1.7}.landing-section{padding:96px 32px}.landing-section--light{background:var(--color-off-white);color:var(--color-dark-gray)}.landing-section--light h2{color:var(--color-navy)}.landing-section--dark{background:var(--color-navy);color:var(--color-off-white)}.landing-section--dark h2{color:var(--color-off-white)}.landing-section--subtle{background:var(--color-surface-container-low);color:var(--color-dark-gray)}.landing-section--subtle h2{color:var(--color-navy)}.landing-section--gray{background:var(--color-gray-100);color:var(--color-dark-gray)}.landing-section--gray h2{color:var(--color-navy)}.landing-section__inner{max-width:1536px;margin:0 auto}.landing-section h2{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(2rem,3vw + .5rem,3rem);font-weight:700;line-height:1.1}.landing-section__header{margin-bottom:40px}.landing-section__header--center{text-align:center}.landing-section__header--center .landing-label{justify-content:center}.landing-section--pattern{position:relative;overflow:hidden}.landing-section__pattern{z-index:0;pointer-events:none;position:absolute;inset:0}.landing-section__pattern--light{color:#ffffff26}.landing-section__pattern--dark{color:#0000001f}.landing-section--pattern .landing-section__inner{z-index:1;position:relative}.landing-label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);align-items:center;margin-bottom:12px;font-size:.6875rem;font-weight:500;display:flex}.landing-label--light{color:#ffffff80}@media (max-width:799px){.landing-section{padding:64px 20px}}.landing-bento{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:799px){.landing-bento{grid-template-columns:1fr}}.landing-bento__card{background:var(--color-off-white);flex-direction:column;justify-content:flex-start;min-height:200px;padding:32px;transition:box-shadow .5s;display:flex}.landing-bento__card:hover{box-shadow:0 20px 60px #0000000f}.landing-bento__card--highlight{background:var(--color-navy);color:var(--color-off-white)}.landing-bento__card--highlight h3{color:var(--color-off-white)}.landing-bento__card--highlight p{color:#ffffffb3}.landing-bento__card--highlight .landing-bento__icon{color:var(--color-off-white)}.landing-bento__icon{color:var(--color-navy);margin-bottom:24px}.landing-bento__card h3{font-family:var(--font-headline), "Noto Serif", serif;color:var(--color-navy);margin-bottom:12px;font-size:1.375rem;font-weight:700}.landing-bento__card p{color:var(--color-mid-gray);margin:0;font-size:1rem;line-height:1.6}.landing-faq{flex-direction:column;max-width:800px;margin:0 auto;display:flex}.landing-faq-item{border-bottom:1px solid var(--color-light-gray)}.landing-faq-item:first-child{border-top:1px solid var(--color-light-gray)}.landing-faq-btn{cursor:pointer;text-align:left;width:100%;color:var(--color-navy);transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-family:inherit;font-size:1.0625rem;font-weight:500;display:flex}.landing-faq-btn:hover{color:var(--color-mid-gray)}.landing-faq-btn:focus-visible{outline:2px solid var(--color-navy);outline-offset:2px;border-radius:2px}.landing-faq-icon{width:18px;height:18px;color:var(--color-mid-gray);transition:transform var(--transition-fast);flex-shrink:0}.landing-faq-icon--open{transform:rotate(45deg)}.landing-faq-answer{max-height:0;transition:max-height var(--transition-base);overflow:hidden}.landing-faq-answer--open{max-height:300px}.landing-faq-answer p{color:var(--color-mid-gray);margin:0;padding:0 0 24px;font-size:1rem;line-height:1.7}.landing-section__header--center .landing-protocol__intro{margin-left:auto;margin-right:auto}.landing-protocol__intro{color:var(--color-mid-gray);margin-bottom:40px;font-size:1.125rem;line-height:1.6}.landing-protocol__steps{flex-direction:column;gap:32px;max-width:560px;margin:0 auto;display:flex}.landing-protocol__step{align-items:flex-start;gap:24px;display:flex}.landing-protocol__num{font-family:var(--font-serif-alt), "Instrument Serif", serif;color:var(--color-outline-variant);transition:color var(--transition-fast);flex-shrink:0;font-size:2.25rem;font-style:italic;line-height:1}.landing-protocol__step:hover .landing-protocol__num{color:var(--color-navy)}.landing-protocol__step h4{color:var(--color-navy);margin-bottom:4px;font-size:1.125rem;font-weight:700}.landing-protocol__step p{color:var(--color-mid-gray);margin:0;font-size:.9375rem;line-height:1.6}.landing-protocol__visual{position:relative}.landing-protocol__card{background:var(--color-off-white);z-index:1;aspect-ratio:4/5;border:1px solid var(--color-surface-container-high);justify-content:center;align-items:center;padding:8px;display:flex;position:relative;transform:rotate(2deg);box-shadow:0 25px 80px #00000014}.landing-protocol__card-inner{border:12px solid var(--color-surface-container-low);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:40px;display:flex}.landing-protocol__card-header{border-bottom:2px solid var(--color-navy);justify-content:space-between;align-items:flex-start;padding-bottom:24px;display:flex}.landing-protocol__card-logo{font-family:var(--font-serif-alt), "Instrument Serif", serif;color:var(--color-navy);font-size:1.75rem;font-style:italic}.landing-protocol__card-ref{letter-spacing:.1em;text-transform:uppercase;text-align:right;color:var(--color-mid-gray);font-family:monospace;font-size:.5625rem;line-height:1.4}.landing-protocol__card-body{padding:32px 0}.landing-protocol__card-line{background:var(--color-surface-container-high);height:3px;margin-bottom:12px}.landing-protocol__card-seal{justify-content:center;padding:24px 0;display:flex}.landing-protocol__card-footer{justify-content:space-between;align-items:flex-end;display:flex}.landing-protocol__card-sig-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-mid-gray);margin-bottom:4px;font-size:.5rem}.landing-protocol__card-sig{font-family:var(--font-serif-alt), "Instrument Serif", serif;color:var(--color-navy);font-size:1.25rem;font-style:italic}.landing-protocol__card-qr{background:var(--color-navy);width:56px;height:56px;color:var(--color-off-white);border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-protocol__dots{z-index:0;background-image:radial-gradient(circle at 2px 2px, var(--color-outline-variant) 1px, transparent 0);opacity:.3;background-size:40px 40px;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:799px){.landing-protocol__card-inner{border-width:8px;padding:24px}.landing-protocol__card{aspect-ratio:auto;min-height:400px}}.landing-reassurance{text-align:center;color:var(--color-mid-gray);margin-top:16px;font-size:.875rem}.landing-trust{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;display:grid}@media (max-width:799px){.landing-trust{grid-template-columns:1fr;gap:24px}}.landing-trust__item{align-items:flex-start;gap:16px;display:flex}.landing-trust__check{color:#fff6;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-trust__item h4{color:var(--color-off-white);margin-bottom:6px;font-size:1.0625rem;font-weight:600}.landing-trust__item p{color:#ffffff80;margin:0;font-size:.9375rem;line-height:1.6}.network-stats__grid{grid-template-columns:1fr;gap:12px;margin:32px 0 0;padding:0;list-style:none;display:grid}@media (min-width:600px){.network-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.network-stats__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.network-stats__tile{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:24px 20px;display:flex;position:relative}.network-stats__value-row{align-items:baseline;gap:8px;min-width:0;display:inline-flex}.network-stats__value{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700;line-height:1.05}@media (min-width:900px){.network-stats__value{font-size:2.25rem}}.network-stats__value[data-loading=true]{color:var(--fg-muted)}.network-stats__label{color:var(--fg-secondary);letter-spacing:.01em;font-size:.875rem}.network-stats__new{letter-spacing:.08em;text-transform:uppercase;height:18px;color:var(--bg-canvas,#fff);background:var(--color-success,#2c8a3e);border-radius:999px;align-items:center;padding:0 8px;font-size:.625rem;font-weight:700;display:inline-flex;transform:translateY(-2px)}.welcome-footer{background:var(--color-off-white);padding:0}
