.profile-lists{flex-direction:column;gap:32px;padding:0;display:flex}.profile-lists__loading{justify-content:center;padding:48px 0;display:flex}.profile-lists__section{flex-direction:column;gap:12px;display:flex}.profile-lists__section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.profile-lists__section-title{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.005em;color:var(--fg-primary);margin:0;font-size:1.125rem;font-weight:600}.profile-lists__create-btn{border:1px solid var(--border-medium);border-radius:var(--radius);width:30px;height:30px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.profile-lists__create-btn:hover{background:var(--bg-sunken)}.profile-lists__create-btn:focus-visible{box-shadow:0 0 0 2px var(--focus-ring,var(--fg-primary));outline:none}.profile-lists__empty{color:var(--fg-muted);margin:0;padding:12px 0;font-size:.875rem}.profile-lists__rows{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.profile-lists__row{border:1px solid var(--border-subtle);border-radius:var(--radius);text-align:left;cursor:pointer;width:100%;transition:background var(--transition-fast), border-color var(--transition-fast);color:var(--fg-primary);background:0 0;align-items:center;gap:12px;padding:10px 12px;display:flex}.profile-lists__row:hover{background:var(--bg-sunken);border-color:var(--border-medium)}.profile-lists__row-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-lists__row-title{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.profile-lists__row-desc{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.profile-lists__row-meta{color:var(--fg-muted);white-space:nowrap;font-size:.75rem}.profile-lists__detail-head{align-items:center;gap:12px;margin-bottom:8px;display:flex}.profile-lists__back{border:1px solid var(--border-medium);border-radius:var(--radius);width:30px;height:30px;color:var(--fg-primary);cursor:pointer;transition:background var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.profile-lists__back:hover{background:var(--bg-sunken)}.profile-lists__detail-title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);flex:1;align-items:baseline;gap:10px;margin:0;font-size:1.25rem;font-weight:600;display:flex}.profile-lists__detail-count{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);font-size:.8125rem;font-weight:500}.profile-lists__detail-actions{align-items:center;gap:8px;display:flex}.profile-lists__detail-desc{color:var(--fg-secondary);margin:0 0 12px;font-size:.875rem;line-height:1.5}.profile-lists__bulk-bar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:6px 4px 8px;display:flex}.profile-lists__bulk-select-all{color:var(--fg-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.8125rem;display:inline-flex}.profile-lists__bulk-select-all input{width:14px;height:14px;accent-color:var(--fg-primary);cursor:pointer}.profile-lists__items{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.profile-lists__items-row{align-items:center;gap:10px;display:flex}.profile-lists__items-check{width:14px;height:14px;accent-color:var(--fg-primary);cursor:pointer;flex-shrink:0}.profile-lists__items-row-body{flex:1;min-width:0}.profile-lists__item{border:1px solid var(--border-subtle);border-radius:var(--radius);transition:background var(--transition-fast);background:0 0;align-items:center;gap:8px;padding:8px 10px;display:flex}.profile-lists__item:hover{background:var(--bg-sunken)}.profile-lists__item-link{min-width:0;color:inherit;flex:1;align-items:center;gap:12px;text-decoration:none;display:flex}.profile-lists__item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-lists__item-title{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.profile-lists__item-subtitle{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.profile-lists__item-remove{border-radius:var(--radius);width:26px;height:26px;color:var(--fg-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;padding:0;display:inline-flex}.profile-lists__item-remove:hover{background:var(--bg-sunken);color:var(--color-error)}.profile-lists__item-remove:disabled{opacity:.5;cursor:not-allowed}.profile-lists__project{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:0;display:flex;overflow:hidden}.profile-lists__project .feed-card__author{margin-bottom:0}.profile-lists__project:hover{border-color:var(--border-medium)}.profile-lists__project-row{flex:1;min-width:0}.profile-lists__project .cert-list-row{padding:10px 14px}.profile-lists__project:hover .cert-list-row{background:var(--bg-sunken)}.profile-lists__project--loading{align-items:center;min-height:60px;padding:10px 14px}.profile-lists__project-skel{border-radius:var(--radius);background:var(--bg-sunken);flex:1;height:40px;display:block}.profile-lists__thumb{border-radius:var(--radius);object-fit:cover;background:var(--bg-sunken);flex-shrink:0;width:32px;height:32px;display:block}.profile-lists__thumb--placeholder{border:1px solid var(--border-subtle)}.profile-lists__create-form{flex-direction:column;gap:14px;display:flex}.profile-lists__create-field{flex-direction:column;gap:6px;display:flex}.profile-lists__create-label{color:var(--fg-secondary);font-size:.8125rem;font-weight:500}.profile-lists__create-input,.profile-lists__create-textarea{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);padding:8px 12px;font-size:.9375rem}.profile-lists__create-textarea{resize:vertical;min-height:72px}.profile-lists__create-input:focus,.profile-lists__create-textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-lists__create-error{color:var(--color-error);margin:0;font-size:.8125rem}.profile-lists__create-actions{justify-content:flex-end;gap:8px;display:flex}.add-to-list{display:inline-flex;position:relative}.add-to-list__trigger{border-radius:var(--radius);width:28px;height:28px;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;padding:0;display:inline-flex}.add-to-list__trigger:hover{background:var(--bg-sunken);color:var(--fg-primary)}.add-to-list__trigger:focus-visible{box-shadow:0 0 0 2px var(--focus-ring,var(--fg-primary));outline:none}.add-to-list__pop{z-index:50;background:var(--bg-elevated);border:1px solid var(--border-medium);border-radius:var(--radius);min-width:168px;box-shadow:var(--shadow-md);padding:4px;position:absolute;top:calc(100% + 6px);right:0}.add-to-list__pop-item{border-radius:var(--radius);width:100%;color:var(--fg-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:6px 10px;font-size:.875rem;font-weight:400;display:flex}.add-to-list__pop-item:hover{background:var(--bg-sunken)}.add-to-list__body{flex-direction:column;gap:12px;display:flex}.add-to-list__loading{justify-content:center;padding:16px 0;display:flex}.add-to-list__empty{color:var(--fg-secondary);margin:0;font-size:.875rem}.add-to-list__list{flex-direction:column;gap:4px;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.add-to-list__row{border:1px solid var(--border-subtle);border-radius:var(--radius);align-items:center;gap:8px;padding:6px 10px;display:flex}.add-to-list__row-title{min-width:0;color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;overflow:hidden}.add-to-list__error{color:var(--color-error);margin:0;font-size:.8125rem}.add-to-list__create-btn{border:1px dashed var(--border-medium);border-radius:var(--radius);color:var(--fg-primary);font:inherit;cursor:pointer;background:0 0;align-self:flex-start;padding:6px 10px;font-size:.875rem;display:inline-flex}.add-to-list__create-btn:hover{background:var(--bg-sunken)}.add-to-list__create-btn:disabled{opacity:.5;cursor:not-allowed}.add-to-list__create{flex-direction:column;gap:8px;display:flex}.add-to-list__create-input{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);padding:8px 12px;font-size:.9375rem}.add-to-list__create-input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.add-to-list__create-actions{justify-content:flex-end;gap:8px;display:flex}.profile-lists__paste-body{flex-direction:column;gap:12px;display:flex}.profile-lists__paste-help{color:var(--fg-secondary);margin:0;font-size:.875rem;line-height:1.5}.profile-lists__paste-nsid{border-radius:var(--radius);background:var(--bg-sunken);color:var(--fg-primary);padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}.profile-lists__paste-textarea{width:100%;font:inherit;color:var(--fg-primary);background:var(--bg-canvas);border:1px solid var(--border-default);border-radius:var(--radius);resize:vertical;min-height:96px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;line-height:1.5}.profile-lists__paste-textarea:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.profile-lists__paste-progress{flex-direction:column;gap:8px;padding:8px 0;display:flex}.profile-lists__paste-progress-row{align-items:center;gap:10px;font-size:.8125rem;display:flex}.profile-lists__paste-progress-label{color:var(--fg-primary);flex:1}.profile-lists__paste-progress-percent{font-variant-numeric:tabular-nums;color:var(--fg-secondary)}.profile-lists__paste-progress-bar{background:var(--bg-sunken);border-radius:999px;width:100%;height:4px;position:relative;overflow:hidden}.profile-lists__paste-progress-bar-fill{background:var(--fg-primary);border-radius:999px;transition:width .2s ease-out;position:absolute;inset:0 auto 0 0}.profile-lists__paste-results{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:2px;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.profile-lists__paste-row{grid-template-columns:84px 1fr;align-items:baseline;gap:2px 10px;padding:6px 4px;font-size:.8125rem;display:grid}.profile-lists__paste-status{color:var(--fg-muted);font-size:.75rem;font-weight:500}.profile-lists__paste-row--added .profile-lists__paste-status{color:var(--color-success)}.profile-lists__paste-row--already .profile-lists__paste-status,.profile-lists__paste-row--wrong-type .profile-lists__paste-status,.profile-lists__paste-row--missing .profile-lists__paste-status,.profile-lists__paste-row--error .profile-lists__paste-status{color:var(--color-error)}.profile-lists__paste-row--writing .profile-lists__paste-status{color:var(--fg-primary)}.profile-lists__paste-uri{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;overflow:hidden}.profile-lists__paste-message{color:var(--fg-muted);grid-column:2;font-size:.75rem}.profile-lists__paste-actions{justify-content:flex-end;gap:8px;display:flex}.profile-lists__add-body{flex-direction:column;gap:12px;display:flex}.profile-lists__add-search{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--bg-canvas);color:var(--fg-secondary);align-items:center;gap:8px;padding:8px 12px;display:flex}.profile-lists__add-search:focus-within{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak)}.profile-lists__add-input{font:inherit;color:var(--fg-primary);background:0 0;border:0;outline:none;flex:1;font-size:.9375rem}.profile-lists__add-spinner{justify-content:center;padding:16px 0;display:flex}.profile-lists__add-empty{color:var(--fg-muted);text-align:center;margin:0;padding:8px 0;font-size:.875rem}.profile-lists__add-error{color:var(--color-error);margin:0;font-size:.8125rem}.profile-lists__add-results{flex-direction:column;gap:4px;max-height:340px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.profile-lists__add-row{border-radius:var(--radius);border:1px solid var(--border-subtle);align-items:center;gap:12px;padding:8px 10px;display:flex}.profile-lists__add-row:hover{background:var(--bg-sunken)}.profile-lists__add-avatar{flex-shrink:0;display:inline-flex}.profile-lists__add-body{flex-direction:column;flex:1;min-width:0;display:flex}.profile-lists__add-title{color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.profile-lists__add-subtitle{color:var(--fg-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}
.pe{padding:0 0 calc(96px + var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));flex-direction:column;display:flex}.pe__loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.pe__back{margin:4px 0 16px}.pe__back-link{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);transition:color var(--transition-fast);align-items:center;gap:4px;padding:4px 0;font-size:.8125rem;font-weight:450;text-decoration:none;display:inline-flex}.pe__back-link:hover{color:var(--fg-primary)}.pe__back-link>svg{flex-shrink:0;margin-left:-2px}.pe__back-handle{color:var(--fg-secondary,var(--fg-primary));font-weight:500}.pe__back-link:hover .pe__back-handle{color:var(--fg-primary)}.pe__media{margin-bottom:56px;position:relative}.pe .profile-card__banner{border-radius:var(--radius);height:140px;margin:0}.pe__avatar-slot{background:var(--bg-default);box-shadow:0 0 0 1px var(--border-subtle);border-radius:999px;padding:4px;line-height:0;position:absolute;bottom:-36px;left:16px}.pe__section{border-top:1px solid var(--border-subtle);flex-direction:column;gap:16px;padding:28px 0;display:flex}.pe__section:first-of-type{border-top:none;padding-top:0}.pe__section-head{flex-direction:column;gap:4px;display:flex}.pe__section-title{font-family:var(--font-headline), "Noto Serif", serif;letter-spacing:-.005em;color:var(--fg-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.2}.pe__hint{color:var(--fg-muted);margin:0;font-size:.8125rem;line-height:1.55}.pe__fields,.pe__row{flex-direction:column;gap:16px;display:flex}@media (min-width:800px){.pe__row--split{grid-template-columns:1fr 160px;align-items:start;gap:16px;display:grid}}.pe__field{flex-direction:column;gap:6px;min-width:0;display:flex}.pe__label{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);justify-content:space-between;align-items:baseline;gap:8px;font-size:.8125rem;font-weight:500;display:flex}.pe__label-count{color:var(--fg-muted);letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:400}.pe__field-error{color:var(--color-error);margin:0;font-size:.75rem}.pe__url-list{flex-direction:column;gap:10px;display:flex}.pe__url-item{flex-direction:column;gap:4px;display:flex}.pe__url-row{grid-template-columns:minmax(0,1fr) 130px auto;align-items:start;gap:8px;display:grid}.pe__url-remove{border-radius:var(--radius);width:36px;height:36px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.pe__url-remove:hover{background:var(--overlay-weak);color:var(--fg-primary)}.pe__url-add{border-radius:var(--radius);font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-secondary,var(--fg-primary));cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-top:2px;padding:6px 8px;font-size:.8125rem;font-weight:500;display:inline-flex}.pe__url-add:hover{background:var(--overlay-weak);color:var(--fg-primary)}.pe__url-empty{color:var(--fg-muted);margin:0;font-size:.8125rem;font-style:italic}.pe__error{margin:16px 0 0}.pe__footer{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));background:var(--bg-default);border-top:1px solid var(--border-subtle);-webkit-backdrop-filter:saturate(180%)blur(8px);z-index:5;margin:24px -32px 0;padding:12px 32px;position:sticky}.pe__footer-inner{justify-content:flex-end;align-items:center;gap:8px;display:flex}.pe__action-btn{border-radius:var(--radius);height:36px;font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast);justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.pe__action-btn--ghost{border:1px solid var(--border-default);color:var(--fg-secondary,var(--fg-primary));background:0 0}.pe__action-btn--ghost:hover:not(:disabled){background:var(--overlay-weak);color:var(--fg-primary)}.pe__action-btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg);border:1px solid var(--btn-primary-bg)}.pe__action-btn--primary:hover:not(:disabled){opacity:.92}.pe__action-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:799px){.pe{padding:0 0 96px}.pe .profile-card__banner{height:112px}.pe__avatar-slot{bottom:-32px;left:12px}.pe__url-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"url remove""label label";gap:6px}.pe__url-row>:first-child{grid-area:url}.pe__url-row>:nth-child(2){grid-area:label}.pe__url-row>:nth-child(3){grid-area:remove}.pe__footer-inner{flex-direction:column-reverse;gap:8px}.pe__footer-inner>*{width:100%}}
.profile-sidebar__avatar--editing{position:relative}.profile-sidebar__avatar-edit-btn{color:var(--color-white);font-family:var(--font-inter), system-ui, sans-serif;cursor:pointer;box-shadow:var(--shadow-sm);transition:background var(--transition-fast);z-index:1;background:#111111c7;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:inline-flex;position:absolute;bottom:10px;right:10px}.profile-sidebar__avatar-edit-btn:hover{background:#111111eb}.profile-sidebar__avatar-edit-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.profile-sidebar__avatar-edit-btn:disabled{cursor:progress;opacity:.9}.profile-sidebar__avatar-edit-label{white-space:nowrap}.profile-sidebar__avatar-edit-input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-sidebar__website-edit{align-items:center;gap:8px;display:flex}.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__hint{text-align:center;font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-muted);pointer-events:none;justify-content:center;align-items:center;padding:16px 16px 44px;font-size:.8125rem;line-height:1.4;display:flex;position:absolute;inset:0}.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-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-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__controls{align-items:center;gap:8px;margin-left:auto;display:inline-flex}@media (min-width:800px){.profile-projects__toolbar{border-bottom:1px solid var(--border-subtle);align-items:center;min-height:47px}.profile-projects__controls{padding-bottom:8px}}.profile-projects__box{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}@media (max-width:799px){.profile-projects__box{background:0 0;border:0;border-radius:0;overflow:visible}.profile-projects__box .profile-projects__box-head{border-bottom:0;padding-left:0;padding-right:0}.profile-projects__box .profile-projects__box-certs{display:none}}.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__flow{border-top:1px solid var(--border-subtle);flex-direction:column;gap:12px;margin-top:4px;padding-top:16px;display:flex}.social-graph-sync__flow-head{align-items:center;gap:4px;display:flex}.social-graph-sync__flow-title{font-family:var(--font-inter), system-ui, sans-serif;color:var(--fg-primary);margin:0;font-size:1rem;font-weight:600}.social-graph-sync__modal-body{flex-direction:column;gap:12px;display: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);transition:background var(--transition-fast);padding:8px 16px}.social-graph-sync__modal-row:hover{background:var(--overlay-weak)}.social-graph-sync__modal-row:last-child{border-bottom:none}.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}.project-detail__body{flex-direction:column;display:flex}@media (min-width:800px){.app-shell:has(.project-detail--wide) .app-shell__content{max-width:1280px}.project-detail{max-width:960px}.edit-banner.edit-banner--project{max-width:928px;margin-left:auto;margin-right:auto}}@media (max-width:799px){.edit-banner.edit-banner--project{max-width:688px;margin-left:auto;margin-right:auto}}.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}}@media (max-width:799px){.project-detail__head-bar{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:8px}.project-detail__head-actions{margin-left:0}.project-detail__title{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;overflow:visible}}.project-detail__byline,.project-detail__eyebrow-date,.project-detail__tab-title{display:none}.project-detail__location-section{flex-direction:column;gap:8px;display:flex}.project-detail__certs-list{margin:0;padding:0;list-style:none}@media (max-width:799px){.project-detail{padding-left:0;padding-right:0}.project-detail__head-title-group{width:100%}.project-detail__eyebrow-row{justify-content:space-between;align-items:baseline;gap:8px;width:100%;display:flex}.project-detail__eyebrow-date{color:var(--fg-muted);white-space:nowrap;font-size:.6875rem;font-weight:600;display:inline}.project-detail__lead-row .project-detail__lead{font-size:.8125rem;font-style:normal;font-weight:400}.project-detail .project-detail__certs-title{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);font-family:inherit;font-size:.6875rem;font-weight:600;line-height:1}.project-detail__tab-title{font-family:var(--font-headline), "Noto Serif", serif;color:var(--fg-primary);letter-spacing:-.01em;order:0;margin:0 0 4px;font-size:1.5rem;font-weight:700;line-height:1.2;display:block}.project-detail:not(.project-detail--editing) .project-detail__byline{flex-wrap:nowrap;align-items:center;margin:2px 0 8px;display:flex}.project-detail__byline .feed-card__author,.project-detail__byline .feed-card__author-meta{min-width:0}.project-detail__byline .feed-card__author-name,.project-detail__byline .feed-card__author-handle{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.project-detail__byline-menu{flex:none;align-self:flex-start;align-items:flex-start;margin-left:auto;display:inline-flex}.project-detail__byline-menu button[aria-label="Open list actions"]{width:32px;height:32px}.project-detail__lead-menu,.project-detail:not(.project-detail--editing) .project-detail__head-author,.project-detail:not(.project-detail--editing) .project-detail__inline-created{display:none}.project-detail:not(.project-detail--editing) .project-detail__head-bar{order:1}.project-detail:not(.project-detail--editing) .project-detail__byline{order:2}.project-detail:not(.project-detail--editing) .project-detail__hero{order:3}.project-detail:not(.project-detail--editing) .project-detail__summary{order:4}.project-detail:not(.project-detail--editing) .project-detail__meta{order:7}.project-detail:not(.project-detail--editing) .context-updates{order:8}.project-detail:not(.project-detail--editing) .project-detail__certs--preview{order:9}.project-detail:not(.project-detail--editing) .project-detail__location-section{order:11}.project-detail:not(.project-detail--editing) .project-detail__location-section,.project-detail:not(.project-detail--editing) .project-detail__meta,.project-detail:not(.project-detail--editing) .context-updates,.project-detail:not(.project-detail--editing) .project-detail__certs--preview{margin-top:24px}.project-detail:not(.project-detail--editing) .context-updates{border-top:none;padding-top:0}.project-detail:not(.project-detail--editing) .project-detail__prose,.project-detail:not(.project-detail--editing) .project-detail__certs:not(.project-detail__certs--preview),.project-detail:not(.project-detail--editing) .project-detail__tab-empty{order:10}.project-detail--tab-description .project-detail__head-bar,.project-detail--tab-updates .project-detail__head-bar,.project-detail--tab-activities .project-detail__head-bar,.project-detail--tab-description:not(.project-detail--editing) .project-detail__byline,.project-detail--tab-updates:not(.project-detail--editing) .project-detail__byline,.project-detail--tab-activities:not(.project-detail--editing) .project-detail__byline,.project-detail--tab-activities:not(.project-detail--editing) .project-detail__certs-header,.project-detail--tab-updates .context-updates__head{display:none}.project-detail.project-detail--tab-updates:not(.project-detail--editing) .context-updates{border-top:none;margin-top:0;padding-top:0}.project-detail--tab-updates,.project-detail--tab-activities{margin-top:4px}.project-detail--tab-activities .project-detail__certs{border-top:none;margin-top:0;padding-top:0}.project-detail__certs--preview .cert-list-row:first-child{padding-top:0}}.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:24px 0 32px;padding:16px;display:grid}@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-secondary);transition:color var(--transition-fast);margin-left:auto;font-size:.75rem;font-weight:500;text-decoration:none}.project-detail__see-all:hover{color:var(--fg-primary);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:800px){.project-detail__certs .feed{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.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}@media (max-width:799px){.create-group__identity-row{grid-template-columns:1fr;gap:16px}}.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}.create-group__identity-col{flex-direction:column;gap:6px;min-width:0;display:flex}.create-group .project-detail__meta{background:0 0;border:0;padding:0}.create-group__about{flex-direction:column;gap:6px;display:flex}.create-group__account{grid-template-columns:1fr}@media (min-width:800px){.create-group__account{grid-template-columns:repeat(2,minmax(0,1fr))}}.create-group__field-hint{color:var(--fg-muted);margin:0;font-size:.75rem;line-height:1.4}.create-group__convert{background:var(--bg-sunken);border:1px solid var(--border-subtle);border-radius:var(--radius);align-items:flex-start;gap:10px;margin-top:20px;padding:12px 14px;display:flex}.create-group__convert-icon{color:var(--fg-muted);flex-shrink:0;margin-top:1px}.create-group__convert-body{flex-direction:column;gap:2px;min-width:0;display:flex}.create-group__convert-title{color:var(--fg-primary);margin:0;font-size:.8125rem;font-weight:600}.create-group__convert-text{color:var(--fg-muted);margin:0;font-size:.8125rem;line-height:1.5}.create-group__convert-path{border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--fg-secondary);white-space:nowrap;padding:1px 6px;font-weight:600}@media (max-width:799px){.create-group .cert-detail__title-input{font-size:1rem}.create-group .create-group__avatar-tile{max-width:50%;margin-inline:auto}.create-group .project-detail>.create-cert__actions{order:9}.create-project .project-detail>*{order:3}.create-project .project-detail>.cert-detail__headline{order:1}.create-project .project-detail>.create-project__hero{order:2;margin-top:12px}}
.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:0;margin:0;padding:0;list-style:none;display:flex}.context-updates__item{flex-direction:column;gap:8px;display:flex}.context-updates__item+.context-updates__item{border-top:1px solid var(--border-subtle);margin-top:24px;padding-top:24px}.context-updates__item-number-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.context-updates__item-number{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);font-size:.6875rem;font-weight:600;line-height:1}.context-updates__item-number-date{color:var(--fg-muted);white-space:nowrap;font-size:.6875rem;font-weight:600;line-height:1}.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__lead{color:var(--fg-secondary);margin:0 0 8px;font-size:.875rem}.context-updates__doc-wrap{display:block}.context-updates__doc-wrap--clamped{max-height:6em;position:relative;overflow:hidden}.context-updates__doc-wrap--truncated: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:0}.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:2px 8px 16px}@media (min-width:800px){.explore-page{padding:0}}@media (max-width:799px){.explore-page{max-width:100%;overflow-x:clip}.app-shell:has(.explore-page) .app-shell__content{padding-left:0;padding-right: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}.explore-page:before{display:none}}.explore__sidebar{flex-direction:column;gap:16px;padding:32px 12px;display:flex}@media (max-width:799px){.explore__sidebar{display:none}}.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);height:32px;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:0 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{max-width:none;padding:8px 0}}.explore__chrome{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.explore__search-field{flex:1;min-width:200px}@media (min-width:800px){.explore__search-field input{height:32px}}.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)}@media (max-width:799px){.explore__chrome{gap:10px}.explore__search-field{flex:1 0 100%;order:-1;min-width:0}.explore__chrome-actions{flex-shrink:0;align-self:stretch;gap:8px;margin-left:auto}.explore__chrome-btn{min-height:44px;padding-top:10px;padding-bottom:10px}.explore__chrome-btn--icon{aspect-ratio:auto;flex-shrink:0;align-self:center;width:36px;height:36px;min-height:0;padding:0;position:relative}.explore__chrome-btn--icon:before{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.explore__sub-dropdown-trigger{min-height:44px}}.explore__category-dropdown{display:contents}@media (max-width:799px){.explore__category-dropdown{display:none}}.explore__category-pills{display:none}@media (max-width:799px){.explore__category-pills{flex-wrap:wrap;flex:0 auto;align-items:center;gap:6px;min-width:0;display:flex}.explore__category-pill{border:1px solid var(--border-default);background:var(--bg-elevated);color:var(--fg-primary);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;min-height:30px;padding:4px 12px;font-size:.75rem;font-weight:500;display:inline-flex}.explore__category-pill--active{background:var(--fg-primary);color:var(--bg-canvas);border-color:var(--fg-primary)}.explore__category-pills-sep{background:var(--border-default);flex-shrink:0;align-self:center;width:1px;height:18px;display:block}}.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__all{flex-direction:column;gap:28px;display:flex}.explore__all-section{flex-direction:column;gap:10px;display:flex}.explore__all-section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.explore__all-section-title{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-secondary);align-items:center;gap:6px;margin:0;font-size:.7rem;font-weight:600;display:flex}.explore__all-section-action{color:var(--fg-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;flex-shrink:0;align-items:center;gap:2px;padding:0;font-size:.75rem;font-weight:500;display:inline-flex}.explore__all-section-action:hover{color:var(--fg-primary);text-underline-offset:2px;text-decoration:underline}.explore__inline-controls{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}@media (max-width:799px){.explore__inline-controls{display:none}}.explore__inline-divider{background:var(--border-medium);align-self:stretch;width:1px;min-height:20px}.explore__degree-bar.explore__degree-bar--inline{margin:0;padding:0}.explore__all-empty{color:var(--fg-muted);border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);margin:0;padding:14px;font-size:.85rem}.explore__all-loading{justify-content:center;padding:20px 0;display:flex}.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.cert-list-row--compact{grid-template-columns:1fr;grid-template-areas:none}.cert-list-row.cert-list-row--compact .cert-list-row__link{grid-area:auto}.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:.85rem;font-weight:600;line-height:1.3;overflow:hidden}.cert-list-row__subtitle{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;line-height:1.3;display:none;overflow:hidden}.cert-list-row__meta{color:var(--fg-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;line-height:1.3;overflow:hidden}.cert-list-row__meta-item{display:inline}.cert-list-row__meta-sep{color:var(--fg-muted);margin:0 5px}.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__author-col .feed-card__author{margin-bottom:0}.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){.explore__list{background:0 0;border:0;border-radius:0;overflow:visible}.explore__list>li+li .cert-list-row,.explore__list>li+li .account-list-row{border-top:1px solid var(--border-default)}.cert-list-row{padding:16px 0}.cert-list-row:hover{background:0 0}.cert-list-row__body{gap:4px}.cert-list-row__title{font-size:.85rem;font-weight:600}.cert-list-row__meta{color:var(--fg-muted)}.cert-list-row.cert-list-row--compact .cert-list-row__link{align-items:flex-start}.cert-list-row.cert-list-row--compact .cert-list-row__meta{white-space:normal;text-overflow:clip;overflow:visible}.cert-list-row:not(.cert-list-row--compact){grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"link time";align-items:center;gap:12px}.cert-list-row:not(.cert-list-row--compact) .cert-list-row__link{grid-area:link;align-items:center}.cert-list-row:not(.cert-list-row--compact) .cert-list-row__time{color:var(--fg-muted);grid-area:time}.cert-list-row:not(.cert-list-row--compact) .cert-list-row__author-col,.cert-list-row:not(.cert-list-row--compact) .cert-list-row__meta{display:none}.cert-list-row:not(.cert-list-row--compact) .cert-list-row__subtitle{display:block}}.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))}@media (max-width:799px){.explore__grid--users,.explore__grid--projects,.explore__grid--certs{grid-template-columns:minmax(0,1fr)}:is(.explore__grid--projects .explore-project-card__image-wrap:has(.explore-project-card__image--placeholder),.explore__grid--certs .feed-card__image-wrap--placeholder){display:none}}.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:.85rem;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:.75rem;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;padding:14px 0}.account-list-row:hover{background:0 0}.account-list-row__badge{justify-self:start}.account-list-row__joined{display:none}}.funding-receipt-row{transition:background var(--transition-fast);grid-template-columns:7rem minmax(0,1fr) minmax(0,1fr) 7rem minmax(0,1fr);align-items:center;gap:16px;padding:12px 14px;display:grid}.explore__list>li+li .funding-receipt-row{border-top:1px solid var(--border-subtle)}.funding-receipt-row:hover{background:var(--bg-sunken)}.funding-receipt-row--interactive{cursor:pointer}.funding-receipt-row--interactive:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.funding-receipt-row--header:hover{background:0 0}.funding-receipt-row__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);font-size:.6875rem;font-weight:600}.funding-receipt-row__heading--amount{text-align:right}.funding-receipt-row__amount{color:var(--fg-primary);font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;text-align:right;font-size:.85rem;font-weight:400;overflow:hidden}.funding-receipt-row__currency{color:var(--fg-primary);margin-left:4px;font-weight:400}.funding-receipt-row__from,.funding-receipt-row__to-cell{align-items:center;gap:6px;min-width:0;display:inline-flex;overflow:hidden}.funding-receipt-row__from .wallet-address:focus-visible,.funding-receipt-row__to-cell .wallet-address:focus-visible{outline-offset:-2px}.funding-receipt-row__party{min-width:0}.funding-receipt-row__word{color:var(--fg-secondary);flex-shrink:0;font-size:.85rem;font-weight:400}.funding-receipt-row__text-party{font-size:.85rem;font-weight:400}.funding-receipt-row__for{align-items:center;gap:6px;min-width:0;display:inline-flex}.funding-receipt-row__activity{min-width:0;color:var(--fg-primary);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.funding-receipt-row__activity-img{border-radius:var(--radius);background:var(--bg-sunken);flex-shrink:0;width:36px;height:36px;display:block;overflow:hidden}.funding-receipt-row__activity-img img{object-fit:cover;width:100%;height:100%;display:block}.funding-receipt-row__activity-title{min-width:0;color:var(--fg-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.funding-receipt-row__activity:hover .funding-receipt-row__activity-title{text-decoration:underline}.funding-receipt-row__date{color:var(--fg-secondary);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:400}.funding-confirmer-item{align-items:center;gap:8px;min-width:0;display:inline-flex}.funding-confirmer-item__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.funding-receipt-row__confirmed-by{flex-direction:column;gap:4px;min-width:0;display:flex}.funding-receipt-row__cell-label{display:none}.funding-receipt-row__confirmed-value{display:contents}@media (min-width:800px){.funding-receipt-row__confirmed-by{align-items:flex-end}.funding-receipt-row__confirmed-value>*{max-width:100%}.funding-receipt-row__confirmed-label,.funding-receipt-row__heading--confirmed{text-align:right}}.funding-receipt-row__confirmed-label{color:var(--fg-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:400;display:-webkit-box;overflow:hidden}@media (min-width:800px){.explore__list--funding{grid-template-columns:max-content minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) max-content minmax(0,1fr);display:grid}.explore__list--funding>li{display:contents}.explore__list--funding .funding-receipt-row{grid-column:1/-1;grid-template-columns:subgrid;column-gap:16px;padding:12px 0}.explore__list--funding .funding-receipt-row>:first-child{padding-left:14px}.explore__list--funding .funding-receipt-row>:last-child{padding-right:14px}}@media (max-width:799px){.funding-receipt-row--header{display:none}.explore__list--funding{background:0 0;border:none;border-radius:0;overflow:visible}.explore__list--funding,.cert-detail__funding-list{flex-direction:column;gap:12px;display:flex}.funding-receipt-row{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-elevated);grid-template-columns:1fr auto;align-items:start;gap:12px;padding:14px}.explore__list>li+li .funding-receipt-row,.cert-detail__funding-list>li+li .funding-receipt-row{border-top:none}.funding-receipt-row:hover{background:var(--bg-elevated)}.funding-receipt-row--interactive:active{background:var(--bg-sunken)}.funding-receipt-row__date{grid-area:1/1;align-self:center;font-size:.8125rem}.funding-receipt-row__amount{grid-area:1/2;place-self:center end}.funding-receipt-row__from,.funding-receipt-row__to-cell,.funding-receipt-row__for,.funding-receipt-row__confirmed-by{flex-direction:row;grid-column:1/-1;align-items:flex-start;gap:10px;min-width:0;display:flex}.funding-receipt-row__cell-label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);flex:0 0 4.5rem;padding-top:2px;font-size:.6875rem;font-weight:600;display:block}.funding-receipt-row__party,.funding-receipt-row__text-party,.funding-receipt-row__activity{min-width:0}.funding-receipt-row__confirmed-value{flex-direction:column;gap:4px;min-width:0;display:flex}.funding-receipt-row__confirmed-label{white-space:normal}}.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{flex-wrap:wrap;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}.funding-receipt-detail__section+.funding-receipt-detail__section{margin-top:2px}.funding-receipt-detail__section-heading{margin:0}.funding-receipt-detail__section-toggle{border:0;border-bottom:1px solid var(--border-default);text-align:left;width:100%;color:var(--fg-primary);cursor:pointer;border-radius:var(--radius) var(--radius) 0 0;transition:background var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:10px 4px;font-size:.9375rem;font-weight:600;display:flex}.funding-receipt-detail__section-toggle:hover{background:var(--bg-sunken)}.funding-receipt-detail__section-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.funding-receipt-detail__chevron{color:var(--fg-muted);transition:transform var(--transition-fast);flex-shrink:0}.funding-receipt-detail__chevron[data-open]{transform:rotate(90deg)}.funding-receipt-detail__list{flex-direction:column;margin:0;display:flex}.funding-receipt-detail__row{grid-template-columns:7.5rem minmax(0,1fr);align-items:start;gap:12px;padding:10px 0;display:grid}.funding-receipt-detail__row+.funding-receipt-detail__row{border-top:1px solid var(--border-subtle)}.funding-receipt-detail__label{text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);padding-top:3px;font-size:.6875rem;font-weight:600}.funding-receipt-detail__value{min-width:0;color:var(--fg-primary);margin:0;font-size:.85rem}.funding-receipt-detail__amount{font-variant-numeric:tabular-nums}.funding-receipt-detail__currency{color:var(--fg-muted);margin-left:4px}.funding-receipt-detail__empty{color:var(--fg-muted)}.funding-receipt-detail__note{overflow-wrap:anywhere}.funding-receipt-detail__copyable{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.funding-receipt-detail__mono{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--font-mono);color:var(--fg-secondary);font-size:.75rem;overflow:hidden}.funding-receipt-detail__copy-btn{width:24px;height:24px;color:var(--fg-muted);cursor:pointer;border-radius:var(--radius);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.funding-receipt-detail__copy-btn:hover{background:var(--bg-sunken);color:var(--fg-primary)}.funding-receipt-detail__copy-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
.funding-form__body{flex-direction:column;gap:14px;display:flex}.funding-form__field{border:none;flex-direction:column;gap:6px;min-width:0;margin:0;padding:0;display:flex}.funding-form__label{letter-spacing:.02em;color:var(--fg-secondary);font-size:.75rem;font-weight:600}.funding-form__optional{color:var(--fg-muted);font-weight:400}.funding-form__static{color:var(--fg-primary);margin:0;font-size:.875rem}.funding-form__static--for{color:var(--fg-secondary)}.funding-form__static--identity{padding:2px 0}.funding-form__recorded-note{color:var(--fg-secondary)}.funding-form__recorded-refresh{vertical-align:middle;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:none;justify-content:center;align-items:center;margin-left:6px;padding:0;display:inline-flex}.funding-form__recorded-refresh:hover,.funding-form__recorded-refresh:focus-visible{background:var(--bg-elevated);color:var(--fg-primary)}.funding-form__input{font:inherit;color:var(--fg-primary);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);width:100%;min-width:0;padding:8px 10px;font-size:.875rem}.funding-form__input::placeholder{color:var(--fg-muted)}.funding-form__input:focus{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.funding-form__textarea{resize:vertical;min-height:48px}.funding-form__amount-row{gap:8px;display:flex}.funding-form__input--amount{flex:1}.funding-form__input--currency{flex:none;width:96px}.funding-form__directions{flex-wrap:wrap;gap:8px;display:flex}.funding-form__direction{border:1px solid var(--border-default);color:var(--fg-secondary);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;display:inline-flex}.funding-form__direction input{margin:0}.funding-form__direction[data-active]{border-color:var(--fg-primary);background:var(--overlay-weak);color:var(--fg-primary)}.funding-form__disclosure{color:var(--fg-secondary);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.8125rem;text-decoration:underline}.funding-form__disclosure:hover{color:var(--fg-primary)}.funding-form__advanced{flex-direction:column;gap:8px;margin-top:8px;display:flex}.funding-form__error{color:var(--color-error);margin:0;font-size:.8125rem}.funding-form__actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.funding-form__confirm-lede{color:var(--fg-secondary);margin:8px 0 0;font-size:.875rem;line-height:1.45}.funding-form__summary{background:var(--bg-sunken);border-radius:var(--radius);flex-direction:column;gap:8px;padding:12px;display:flex}.funding-form__summary-row{align-items:center;gap:10px;min-width:0;display:flex}.funding-form__summary-label{width:56px;color:var(--fg-muted);flex:none;font-size:.75rem;font-weight:600}.funding-form__summary-value{min-width:0;color:var(--fg-primary);align-items:center;gap:6px;font-size:.875rem;display:inline-flex}.funding-form__muted{color:var(--fg-muted)}.funding-identity-choice{flex-direction:column;gap:8px;display:flex}.funding-identity-choice__option{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--bg-elevated);text-align:left;cursor:pointer;width:100%;transition:border-color var(--transition-fast), background var(--transition-fast);align-items:center;padding:8px 10px;display:flex}.funding-identity-choice__option:hover{border-color:var(--border-hover);background:var(--bg-sunken)}.funding-identity-choice__option:focus-visible{border-color:var(--fg-primary);box-shadow:0 0 0 2px var(--overlay-weak);outline:none}.funding-party{flex-direction:column;gap:6px;min-width:0;display:flex;position:relative}.funding-party__modes{border:1px solid var(--border-default);border-radius:var(--radius);align-self:flex-start;display:inline-flex;overflow:hidden}.funding-party__mode{background:var(--bg-elevated);color:var(--fg-secondary);cursor:pointer;border:none;padding:4px 10px;font-size:.75rem}.funding-party__mode+.funding-party__mode{border-left:1px solid var(--border-default)}.funding-party__mode[aria-pressed=true]{background:var(--overlay-weak);color:var(--fg-primary);font-weight:600}.funding-party__search{min-width:0;position:relative}.funding-party__chip{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--bg-elevated);align-items:center;gap:8px;max-width:100%;padding:4px 8px;display:flex}.funding-party__chip-identity{flex:1;min-width:0}.funding-party__chip-remove{width:20px;height:20px;color:var(--fg-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.funding-party__chip-remove:hover,.funding-party__chip-remove:focus-visible{background:var(--bg-elevated);color:var(--fg-primary)}.funding-party__dropdown{z-index:var(--z-popover);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius);max-height:220px;box-shadow:var(--shadow-md);margin:4px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.funding-party__option{border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:1px;padding:6px 8px;display:flex}.funding-party__option--active{background:var(--overlay-weak)}.funding-party__option-name{min-width:0;color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.funding-party__option-handle{color:var(--fg-muted);font-size:.6875rem}.funding-receipt-detail__footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.funding-receipt-detail__footer--list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.funding-receipt-detail__perspective{align-items:center;gap:12px;min-width:0;display:flex}.funding-receipt-detail__perspective-id{flex:1;min-width:0}.funding-receipt-detail__perspective-action{flex:none;align-items:center;gap:4px;display:flex}.funding-receipt-detail__confirmed{align-items:center;gap:4px;min-height:40px;display:flex}.funding-receipt-detail__confirmed-note{color:var(--fg-secondary);margin:0;font-size:.8125rem}.funding-receipt-detail__delete-confirm{flex-wrap:wrap;align-items:center;gap:8px;min-height:40px;display:flex}.funding-receipt-detail__delete-prompt{color:var(--fg-secondary);font-size:.8125rem}
.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{padding:0}.home-page:before{display:none}.home__layout{grid-template-columns:1fr}}.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;display:none}}.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){.app-shell:has(.home-page) .app-shell__content{padding-top:var(--navbar-height);padding-left:0;padding-right:0}.home__main{padding:0 8px 32px}}.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:1299.98px){.home__split{grid-template-columns:minmax(0,1fr);gap:0}.home__news{display:none}}.home__feed{min-width:0}@media (min-width:800px){.home__feed{width:600px;max-width:100%;margin-inline:auto}}.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{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home-feed__item{border-bottom:1px solid var(--border-subtle)}.home-feed__item:last-child{border-bottom:none}.home-feed__card{color:var(--fg-primary);flex-direction:column;gap:12px;padding:20px 0;font-size:.875rem;display:flex}.home-feed__card>:not(.home-feed__card-head){padding-left:42px}.home-feed__card-head{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px;display:grid}.home-feed__avatar{flex-shrink:0;width:32px;height:32px;margin-top:2px;text-decoration:none;display:inline-flex}.home-feed__card-head-meta{flex-direction:column;gap:1px;min-width:0;display:flex}.home-feed__byline{align-items:baseline;gap:6px;min-width:0;margin:0;display:flex}.home-feed__actor{color:var(--fg-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;text-decoration:none;overflow:hidden}.home-feed__actor:hover{text-decoration:underline}.home-feed__handle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:.8125rem;line-height:1.3;overflow:hidden}.home-feed__time{font-variant-numeric:tabular-nums;color:var(--fg-muted);white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:.75rem}.home-feed__sentence{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;margin:0;font-size:.8125rem;line-height:1.35;display:-webkit-box;overflow:hidden}.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__group-toggle{align-self:flex-start}.home-feed__group-list{flex-direction:column;gap:4px;margin-top:4px;display:flex}.home-feed__loading{justify-content:center;padding:48px 0;display:flex}.home-feed__card-body{color:inherit;flex-direction:column;gap:8px;min-width:0;text-decoration:none;display:flex}a.home-feed__card-body:hover .home-feed__card-title{text-decoration:underline;-webkit-text-decoration-color:var(--fg-muted);text-decoration-color:var(--fg-muted);text-underline-offset:3px}.home-feed__card-image{aspect-ratio:1;border-radius:var(--radius);background:var(--bg-sunken);width:100%;overflow:hidden}.home-feed__card-image img{object-fit:cover;width:100%;height:100%;display:block}.home-feed__card-title-row{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.home-feed__card-title{font-family:var(--font-headline), "Noto Serif", Georgia, serif;color:var(--fg-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.125rem;font-weight:700;line-height:1.3;overflow:hidden}.home-feed__card-desc{color:var(--fg-secondary);text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.home-feed__card-meta{color:var(--fg-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.75rem;display:flex}.home-feed__card-meta-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.home-feed__card-meta-item+.home-feed__card-meta-item:before{content:"";background:var(--fg-muted);border-radius:50%;flex-shrink:0;width:3px;height:3px;margin-right:8px}@media (min-width:800px){.home-feed__card{padding:24px 0}.home-feed__card-title{font-size:1.25rem}.home-feed__card-image{width:min(100%,400px);margin-inline:auto}}@media (max-width:799px){.home-feed__item{border-bottom:1px solid var(--border-default)}.home-feed__item:last-child{border-bottom:0}.home-feed__card{padding:16px 0}.home-feed__load-more{padding:20px 0 8px}.home-feed__load-more-btn{padding:12px 18px;font-size:.875rem}.home-feed__group-list-item{padding:4px 0}.home-feed__group-toggle{align-self:center}}.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}@media (max-width:799px){.home-row{min-height:44px}}.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:30px;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}@media (max-width:799px){.profile-groups__title{display:none}.profile-groups__controls{flex:100%;min-width:0}.profile-groups__search{flex:auto;min-width:0;height:30px}.profile-groups__search-input{flex:auto;width:auto;min-width:0}.profile-groups__controls .profile-groups__sort-btn{width:30px;height:30px}}.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:30px;height:30px;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:flex-start;gap:12px;padding:12px;display:flex}.profile-groups__row:hover{background:var(--overlay-weak);border-color:var(--border-hover-soft)}.profile-groups__avatar-link{flex-shrink:0;line-height:0;text-decoration:none}.profile-groups__main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.profile-groups__identity{min-width:0;color:inherit;flex-direction:column;text-decoration:none;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);white-space:nowrap;font-size:.75rem}.profile-groups__rolerow{align-items:center;gap:8px;margin-top:2px;display:flex}.profile-groups__row-actions{align-items:center;gap:8px;margin-top:6px;display:inline-flex}.profile-groups__role{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--overlay-weak);border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:.6875rem;font-weight:600}.profile-groups__operate-btn{height:30px;min-height:0;padding-top:0;padding-bottom:0}.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}
