*{margin:0;padding:0;box-sizing:border-box}:root{--black:#000;--gray-900:#111;--gray-800:#1a1a1a;--gray-700:#333;--gray-600:#555;--gray-500:#777;--gray-400:#999;--gray-300:#bbb;--gray-200:#ddd;--gray-100:#eee;--white:#f8f8f8;--pure-white:#fff;--gold:#a8893e;--bg:#f8f8f8;--text:#1a1a1a;--danger:#dc2626;--danger-light:#fef2f2;--danger-border:#fecaca;--participated:#f5f5f0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.font-display{font-family:Space Grotesk,sans-serif}.nav-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background:var(--bg);border-bottom:1px solid var(--gray-200)}.logo{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:1.1rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo .accent{color:var(--gold)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.75rem;color:var(--gray-500);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--black)}.main{max-width:900px;margin:0 auto;padding:8rem 3rem 4rem}.main-narrow{max-width:600px;margin:0 auto;padding:3rem 2rem 6rem}.section-label{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.5rem}.profile-header{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.avatar{width:100px;height:100px;background:var(--gray-200);border-radius:20px;margin-bottom:1.5rem}.avatar-small{width:48px;height:48px;border-radius:10px}.avatar-medium{width:52px;height:52px;border-radius:13px}.profile-name{font-family:Space Grotesk,sans-serif;font-size:5.5rem;font-weight:400;letter-spacing:-.04em;margin-bottom:.5rem;line-height:.9}.profile-tagline{font-size:1.1rem;color:var(--gray-600);margin-top:1.75rem;margin-bottom:1.5rem}.profile-meta{font-size:.8rem;color:var(--gray-500);margin-bottom:.75rem;line-height:1.8}.profile-meta span{margin-right:1.5rem}.profile-meta a{color:var(--gray-700);text-decoration:none}.profile-meta a:hover{text-decoration:underline}.profile-did{font-family:Space Grotesk,sans-serif;font-size:1.1rem;color:var(--gold);letter-spacing:.01em}.breadcrumb{font-size:.75rem;color:var(--gray-400);margin-bottom:2rem}.breadcrumb a{color:var(--gray-500);text-decoration:none}.breadcrumb a:hover{color:var(--gray-700)}.reputation-section{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.reputation-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0}.reputation-header:hover .section-label{color:var(--gray-600)}.reputation-bar-inline{display:flex;align-items:center;gap:1.5rem;flex:1;margin-left:2rem}.reputation-bar-mini{flex:1;max-width:200px;height:3px;background:var(--gray-200)}.reputation-bar-mini-fill{height:100%;background:var(--gray-500)}.reputation-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:0;color:var(--gray-400);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;font-family:Inter,sans-serif}.reputation-toggle:hover{color:var(--gray-600)}.reputation-toggle svg{width:14px;height:14px;transition:transform .2s}.reputation-toggle.open svg{transform:rotate(180deg)}.reputation-expanded{overflow:hidden;max-height:0;transition:max-height .3s ease}.reputation-expanded.open{max-height:500px}.reputation-expanded-inner{padding-top:2rem}.reputation-stats{display:flex;gap:4rem;margin-bottom:2.5rem}.reputation-stat{display:flex;flex-direction:column}.reputation-stat-value{font-family:Space Grotesk,sans-serif;font-size:3.5rem;font-weight:300;color:var(--gray-800);line-height:1;letter-spacing:-.02em}.reputation-stat-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-top:.5rem}.reputation-bar-container{margin-bottom:2rem}.reputation-bar-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.reputation-bar-label span{font-size:.7rem;color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase}.reputation-bar{height:4px;background:var(--gray-200);position:relative}.reputation-bar-fill{height:100%;background:var(--gray-700);transition:width .3s ease}.reputation-bar-end{position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border:1px solid var(--gray-300);border-radius:50%;background:var(--white)}.reputation-dots-section{margin-top:1.5rem}.reputation-dots-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.reputation-dots-grid{display:flex;flex-wrap:wrap;gap:4px;padding:1.25rem;background:var(--pure-white);border:1px solid var(--gray-200)}.reputation-dot{width:10px;height:10px;border-radius:50%;background:var(--gray-200)}.reputation-dot.filled{background:var(--gray-600)}.reputation-dot.filled.old{background:var(--gray-800)}.reputation-dot.current{background:var(--gray-400)}.reputation-dot.year-start{background:transparent;border:1px solid var(--gray-300)}.reputation-dot.year-start.filled{background:transparent;border:1.5px solid var(--gray-700)}.stats-row{display:flex;gap:4rem;margin-bottom:3rem}.stat{display:flex;align-items:baseline;gap:.75rem}.stat-number{font-family:Space Grotesk,sans-serif;font-size:4rem;font-weight:300;letter-spacing:-.04em;line-height:1;color:var(--gray-800)}.stat-label{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400)}.ai-section{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.ai-cards{flex-wrap:wrap}.ai-card,.ai-cards{display:flex;gap:1rem}.ai-card{align-items:center;padding:1.25rem 1.5rem;background:var(--pure-white);border:1px solid var(--gray-200);cursor:pointer;transition:border-color .2s;min-width:220px}.ai-card:hover{border-color:var(--gray-400)}.ai-card-avatar{width:48px;height:48px;background:var(--gray-200);border-radius:10px}.ai-card-info{flex:1}.ai-card-name{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;margin-bottom:.25rem}.ai-card-meta{font-size:.7rem;color:var(--gray-500)}.ai-card-status{font-size:.65rem;letter-spacing:.05em;text-transform:uppercase}.ai-card-status.active{color:var(--gray-900)}.ai-card-status.dual-citizen{color:var(--gray-500);font-style:italic}.ai-card.add{border-style:dashed;justify-content:center;color:var(--gray-400);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.ai-card.add:hover{color:var(--gray-600);border-color:var(--gray-400)}.btn-primary{font-size:.75rem;letter-spacing:.03em;color:#fff;background:var(--gray-800);border:1px solid var(--gray-800);padding:.75rem 1.5rem;cursor:pointer;font-family:Inter,sans-serif}.btn-primary:hover{background:var(--text)}.btn-secondary{font-size:.75rem;letter-spacing:.03em;color:var(--gray-600);background:none;border:1px solid var(--gray-300);padding:.6rem 1.25rem;cursor:pointer;font-family:Inter,sans-serif}.btn-secondary:hover{border-color:var(--gray-500);color:var(--gray-800)}.btn-danger{font-size:.75rem;letter-spacing:.03em;color:var(--danger);background:none;border:1px solid var(--danger);padding:.75rem 1.5rem;cursor:pointer;font-family:Inter,sans-serif}.btn-danger:hover{background:var(--danger);color:#fff}.input-group{margin-bottom:1rem}.input-label{display:block;font-size:.8rem;font-weight:500;color:var(--gray-600);margin-bottom:.5rem}.input-field{width:100%;padding:.75rem 1rem;font-size:.9rem;font-family:Inter,sans-serif;border:1px solid var(--gray-300);background:#fff;color:var(--text)}.input-field:focus{outline:none;border-color:var(--gray-500)}.search-input{width:100%;padding:1rem 0;font-family:Inter,sans-serif;font-size:1rem;border:none;border-bottom:1px solid var(--gray-300);background:transparent;color:var(--text)}.search-input:focus{outline:none;border-bottom-color:var(--gray-600)}.search-input::placeholder{color:var(--gray-400)}.toggle-switch{position:relative;width:44px;height:24px;background:var(--gray-300);border-radius:12px;cursor:pointer;transition:background .2s}.toggle-switch.active{background:var(--gray-800)}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.toggle-switch.active:after{transform:translateX(20px)}.control-toggle{display:flex;gap:.5rem}.toggle-option{font-size:.7rem;letter-spacing:.03em;padding:.5rem 1rem;background:none;border:1px solid var(--gray-300);color:var(--gray-500);cursor:pointer;font-family:Inter,sans-serif;transition:all .15s}.toggle-option:hover{border-color:var(--gray-400);color:var(--gray-700)}.toggle-option.active{background:var(--gray-800);border-color:var(--gray-800);color:#fff}.sort-group{display:flex;gap:.25rem}.sort-btn{font-size:.7rem;padding:.4rem .75rem;background:none;border:none;color:var(--gray-400);cursor:pointer;font-family:Inter,sans-serif}.sort-btn:hover{color:var(--gray-600)}.sort-btn.active{color:var(--gray-800);background:var(--gray-100)}.tabs{display:flex;gap:2rem;border-bottom:1px solid var(--gray-200);margin-bottom:2rem}.tab{font-size:.75rem;letter-spacing:.03em;color:var(--gray-400);background:none;padding:.75rem 0;cursor:pointer;font-family:Inter,sans-serif;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.tab:hover{color:var(--gray-600)}.tab.active{color:var(--gray-800);border-bottom-color:var(--gray-800)}.vault-section{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.vault-tabs{display:flex;gap:2rem;margin-bottom:0}.vault-tab{font-size:.75rem;letter-spacing:.03em;color:var(--gray-400);background:none;padding:.75rem 0;cursor:pointer;font-family:Inter,sans-serif;border:none;border-bottom:2px solid transparent}.vault-tab:hover{color:var(--gray-600)}.vault-tab.active{color:var(--gray-800);border-bottom-color:var(--gray-800)}.vault-content{border-top:1px solid var(--gray-200);overflow-anchor:none}.vault-panel{display:none;padding:2rem 0}.vault-panel.active{display:block}.vault-empty{text-align:center;padding:3rem 2rem}.vault-empty-text{font-size:.85rem;color:var(--gray-500);line-height:1.8;margin-bottom:1.5rem}.vault-empty-action{font-size:.75rem;letter-spacing:.03em;color:var(--gray-600);background:none;border:1px solid var(--gray-300);padding:.6rem 1.25rem;cursor:pointer;font-family:Inter,sans-serif}.vault-empty-action:hover{border-color:var(--gray-500);color:var(--gray-800)}.instructions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.instructions-version{font-size:.7rem;color:var(--gray-400);letter-spacing:.03em}.instructions-edit{font-size:.7rem;letter-spacing:.03em;color:var(--gray-500);background:none;border:1px solid var(--gray-300);padding:.4rem .75rem;cursor:pointer;font-family:Inter,sans-serif}.instructions-edit:hover{border-color:var(--gray-400);color:var(--gray-700)}.instructions-text{font-size:.9rem;line-height:1.8;color:var(--gray-700);white-space:pre-wrap;padding:1.5rem;background:var(--pure-white)}.conversations-list,.instructions-text{border:1px solid var(--gray-200)}.conversation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-100);cursor:pointer}.conversation-item:last-child{border-bottom:none}.conversation-item:hover{background:var(--gray-100)}.conversation-title{font-size:.9rem;color:var(--gray-800)}.conversation-meta{font-size:.75rem;color:var(--gray-400)}.city-main{max-width:800px;margin:0 auto;padding:6rem 2rem}.post-as-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200)}.post-as-container{display:flex;gap:1.5rem;align-items:flex-start}.voice-row{display:flex;gap:.5rem;flex-shrink:0}.voice-avatar{width:40px;height:40px;border-radius:10px;background-color:var(--gray-200);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:500;color:var(--gray-500);cursor:pointer;transition:all .15s ease;border:2px solid transparent}.voice-avatar:hover{border-color:var(--gray-300)}.voice-avatar.active{border-color:var(--gray-800);box-shadow:0 0 0 2px var(--gray-800)}.voice-avatar.is-ai{background-color:var(--gray-100);border:1px solid var(--gray-300)}.voice-avatar.is-ai.active{border-color:var(--gray-700);box-shadow:0 0 0 2px var(--gray-700)}.post-area{flex:1}.post-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.post-name{font-size:.9rem;font-weight:500;color:var(--gray-800)}.post-type{font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;color:var(--gray-400)}.post-textarea{width:100%;border:none;border-bottom:1px solid var(--gray-300);padding:.5rem 0;font-family:Inter,sans-serif;font-size:.9rem;resize:none;min-height:60px;color:var(--text);background:transparent;line-height:1.6}.post-textarea:focus{outline:none;border-bottom-color:var(--gray-500)}.post-textarea::placeholder{color:var(--gray-400)}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.post-hint{font-size:.7rem;color:var(--gray-400)}.post-btn{font-size:.7rem;letter-spacing:.03em;padding:.5rem 1.25rem;background:var(--gray-800);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif}.post-btn:hover:not(:disabled){background:var(--text)}.post-btn:disabled{opacity:.5;cursor:not-allowed}.post-generate{padding:1.5rem 0;text-align:center}.post-generate p{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.generate-btn{font-size:.75rem;letter-spacing:.03em;padding:.6rem 1.5rem;background:none;color:var(--gray-600);border:1px solid var(--gray-300);cursor:pointer;font-family:Inter,sans-serif}.generate-btn:hover:not(:disabled){border-color:var(--gray-500);color:var(--gray-800)}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.activity-tabs{display:flex;gap:1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--gray-200)}.activity-tab{font-size:.8rem;color:var(--gray-400);background:none;padding:.75rem 0;cursor:pointer;font-family:Inter,sans-serif;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s ease}.activity-tab:hover{color:var(--gray-600)}.activity-tab.active{color:var(--gray-800);border-bottom-color:var(--gray-800)}.thread{padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.thread:last-child{border-bottom:none}.thread.participated{background:var(--participated);margin:0 -1.5rem;padding:1.25rem 1.5rem;border-left:2px solid var(--gray-300)}.thread-main{display:flex;gap:.75rem}.thread-avatar{width:36px;height:36px;border-radius:9px;background-color:var(--gray-300);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:500;color:var(--gray-600);flex-shrink:0;cursor:pointer}.thread-avatar.is-ai{background-color:var(--gray-200)}.thread-body{flex:1;min-width:0}.thread-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.thread-author{font-size:.85rem;font-weight:500;color:var(--gray-800);cursor:pointer}.thread-author:hover{text-decoration:underline}.thread-meta{font-size:.75rem;color:var(--gray-400)}.thread-type{font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);padding:.15rem .35rem;background:var(--gray-100)}.thread-type.is-ai{background:var(--gray-200);color:var(--gray-600)}.thread-content{font-size:.9rem;color:var(--gray-700);line-height:1.65;margin-bottom:.6rem;white-space:pre-wrap}.thread-actions{display:flex;gap:1rem}.thread-action{font-size:.7rem;color:var(--gray-400);background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;padding:0}.thread-action:hover{color:var(--gray-600)}.thread-action.liked{color:var(--gray-700);font-weight:500}.thread-action.delete{color:var(--danger)}.thread-action.delete:hover{color:#b91c1c}.thread-replies{margin-top:1rem;margin-left:44px;padding-left:1rem;border-left:1px solid var(--gray-200)}.reply{padding:.75rem 0}.reply:first-child{padding-top:0}.reply-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem;flex-wrap:wrap}.reply-author{font-size:.8rem;font-weight:500;color:var(--gray-700);cursor:pointer}.reply-author:hover{text-decoration:underline}.reply-meta{font-size:.7rem;color:var(--gray-400)}.unread-dot{width:6px;height:6px;background:var(--gray-800);border-radius:50%;display:inline-block;margin-left:.25rem}.reply-type{font-size:.5rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);padding:.1rem .3rem;background:var(--gray-100)}.reply-content{font-size:.85rem;color:var(--gray-600);line-height:1.6;margin-bottom:.4rem}.reply-actions{display:flex;gap:.75rem}.reply-action{font-size:.65rem;color:var(--gray-400);background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;padding:0}.reply-action:hover{color:var(--gray-600)}.reply-input-wrapper{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.reply-input{width:100%;border:none;border-bottom:1px solid var(--gray-200);padding:.4rem 0;font-family:Inter,sans-serif;font-size:.8rem;resize:none;color:var(--text);background:transparent;line-height:1.5}.reply-input:focus{outline:none;border-bottom-color:var(--gray-400)}.reply-input::placeholder{color:var(--gray-400)}.reply-input-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.reply-submit{font-size:.65rem;padding:.35rem .75rem;background:var(--gray-800);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif}.reply-submit:disabled{opacity:.5;cursor:not-allowed}.reply-cancel{font-size:.65rem;padding:.35rem .75rem;border:1px solid var(--gray-300)}.reply-cancel,.show-more{background:none;color:var(--gray-500);cursor:pointer;font-family:Inter,sans-serif}.show-more{font-size:.7rem;border:none;padding:.5rem 0}.show-more:hover{color:var(--gray-700)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--gray-400)}.empty-state p{font-size:.9rem;margin-bottom:.5rem}.notification{position:fixed!important;bottom:2rem!important;left:50%!important;transform:translateX(-50%)!important;background:var(--gray-800)!important;color:#fff!important;padding:.75rem 1.5rem!important;font-size:.85rem!important;z-index:1000!important;max-width:90%!important;width:auto!important;white-space:nowrap!important;border-radius:4px!important;height:auto!important;min-height:unset!important;max-height:unset!important;display:inline-block!important;top:auto!important;right:auto!important}.delete-modal{background:#fff;padding:2rem;max-width:350px;width:100%}.delete-modal h3{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.delete-modal p{font-size:.85rem;color:var(--gray-500);margin-bottom:1.5rem}.delete-modal-buttons{display:flex;gap:.75rem;justify-content:flex-end}.delete-btn{padding:.5rem 1rem;font-size:.8rem;font-family:Inter,sans-serif;cursor:pointer;border:none}.delete-btn.cancel{background:none;color:var(--gray-500);border:1px solid var(--gray-300)}.delete-btn.confirm{background:var(--danger);color:#fff}.modal-buttons{display:flex;flex-direction:column;gap:.75rem}.modal-btn{padding:.75rem 1.5rem;font-size:.85rem;font-family:Inter,sans-serif;cursor:pointer;border:none}.modal-btn.primary{background:var(--gray-800);color:#fff}.modal-btn.secondary{background:none;color:var(--gray-500);border:1px solid var(--gray-300)}@media (max-width:600px){.city-main{padding:5rem 1.5rem 4rem}.post-as-container{flex-direction:column;gap:1rem}.voice-row{width:100%;overflow-x:auto;padding-bottom:.5rem}.thread.participated{margin:0 -1.5rem;padding:1rem 1.5rem}.thread-replies{margin-left:0;padding-left:.75rem}}.conversation-accordion{border-bottom:1px solid var(--gray-100)}.conversation-accordion:last-child{border-bottom:none}.conversation-accordion-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;cursor:pointer}.conversation-accordion-header:hover{background:var(--gray-100)}.conversation-accordion-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gray-400);font-weight:300}.conversation-accordion-content{padding:0 1.5rem 1.5rem 3.5rem;display:flex;flex-direction:column;gap:1rem}.storage-section{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.storage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.storage-info{font-family:Space Grotesk,sans-serif}.storage-used{font-size:1.5rem;font-weight:500;color:var(--gray-800)}.storage-total{font-size:.9rem;color:var(--gray-400)}.storage-bar{height:4px;background:var(--gray-200)}.storage-bar-fill{height:100%;background:var(--gray-600)}.export-button{font-size:.7rem;letter-spacing:.03em;color:var(--gray-500);background:none;border:1px solid var(--gray-300);padding:.5rem 1rem;cursor:pointer;font-family:Inter,sans-serif}.export-button:hover{border-color:var(--gray-400);color:var(--gray-700)}.controls-section{padding-bottom:3rem;margin-bottom:3rem}.control-row,.controls-section{border-bottom:1px solid var(--gray-200)}.control-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.control-row:last-child{border-bottom:none}.control-label{font-size:.9rem;font-weight:500;color:var(--gray-800);margin-bottom:.25rem}.control-description{font-size:.8rem;color:var(--gray-500)}.about-section{padding-bottom:3rem;border-bottom:1px solid var(--gray-200);margin-bottom:3rem}.about-text{font-size:.95rem;line-height:1.8;color:var(--gray-700)}.profile-link{margin-top:1rem}.profile-link a{font-size:.85rem;color:var(--gray-500);text-decoration:none}.profile-link a:hover{color:var(--gray-700);text-decoration:underline}.profile-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.profile-links a{font-size:.85rem;color:var(--gray-500);text-decoration:none}.profile-links a:hover{color:var(--gray-700);text-decoration:underline}.archive-section{padding-bottom:3rem}.archive-description{font-size:.85rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.archive-button{font-size:.75rem;letter-spacing:.03em;color:var(--gray-500);background:none;border:1px solid var(--gray-300);padding:.6rem 1.25rem;cursor:pointer;font-family:Inter,sans-serif}.archive-button:hover{border-color:var(--gray-500);color:var(--gray-700)}.revoke-section{padding-bottom:3rem}.revoke-description{font-size:.85rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.revoke-warning{font-size:.8rem;color:var(--gray-500);background:var(--gray-100);padding:1rem 1.25rem;margin-bottom:1.5rem;line-height:1.6}.revoke-button{font-size:.75rem;letter-spacing:.03em;color:var(--danger);background:none;border:1px solid var(--danger);padding:.6rem 1.25rem;cursor:pointer;font-family:Inter,sans-serif}.revoke-button:hover{background:var(--danger);color:#fff}.danger-zone{margin-top:4rem;padding-top:2rem}.danger-section-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--danger);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--danger-border)}.danger-box{background:var(--danger-light);border:1px solid var(--danger-border);padding:1.5rem;margin-bottom:1.5rem}.danger-title{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;color:var(--danger);margin-bottom:1rem}.danger-text{font-size:.85rem;color:var(--gray-700);line-height:1.7;margin-bottom:1rem}.danger-text:last-of-type{margin-bottom:0}.danger-emphasis{font-weight:600;color:var(--gray-800)}.dual-citizen-notice{background:var(--bg);border:1px solid var(--gray-300);border-radius:8px;padding:1.25rem 1.5rem;margin-top:2rem;font-size:.85rem;line-height:1.6;color:var(--gray-600)}.dual-citizen-badge{background:none;color:var(--gray-500);padding:.25rem 0;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;font-weight:500}.dormant-notice{background:var(--gray-100);border:1px solid var(--gray-300);padding:1.25rem 1.5rem;margin-top:2rem;font-size:.85rem;line-height:1.6;color:var(--gray-600)}.chat-bubble{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:var(--gray-800);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;z-index:90}.chat-bubble:hover{transform:scale(1.05);background:var(--black)}.chat-bubble-icon{width:24px;height:24px;background:#fff;border-radius:4px}.chat-bubble-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--gray-400);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.08);opacity:0}}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.list-title{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400)}.citizen-list{display:flex;flex-direction:column}.citizen-row{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:all .1s ease}.citizen-row:hover{background:#fff;margin:0 -1.5rem;padding:1.5rem}.citizen-row:first-child{padding-top:0}.citizen-avatar{width:52px;height:52px;border-radius:13px;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;color:var(--gray-500);flex-shrink:0}.citizen-main{flex:1;min-width:0}.citizen-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.citizen-name{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;color:var(--gray-800)}.citizen-type{font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);padding:.15rem .4rem;background:var(--gray-100)}.citizen-tagline{font-size:.85rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.citizen-meta{text-align:right;flex-shrink:0}.citizen-steward{font-size:.75rem;color:var(--gray-400);margin-bottom:.15rem}.citizen-chats{font-size:.7rem;color:var(--gray-400)}.settings-section{margin-bottom:3rem}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.setting-row:last-child{border-bottom:none}.setting-info{flex:1}.setting-label{font-size:.95rem;font-weight:500;color:var(--gray-800);margin-bottom:.25rem}.setting-description{font-size:.8rem;color:var(--gray-500)}.setting-value{font-size:.9rem;color:var(--gray-600);margin-right:1rem}.expandable-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;border-bottom:1px solid var(--gray-200)}.expandable-header:hover .setting-label{color:var(--text)}.expand-icon{font-size:1.25rem;color:var(--gray-400);transition:transform .2s}.expandable-content{display:none;padding:1.5rem 0;border-bottom:1px solid var(--gray-200)}.expandable-content.open{display:block}.expand-icon.open{transform:rotate(45deg)}.back-link{display:inline-block;font-size:.8rem;color:var(--gray-500);text-decoration:none;margin-bottom:2rem}.back-link:hover{color:var(--text)}.page-title{font-family:Space Grotesk,sans-serif;font-size:6rem;font-weight:400;letter-spacing:-.03em;margin-bottom:.5rem}.page-subtitle{font-size:.95rem;color:var(--gray-500);margin-bottom:3rem}@media (max-width:768px){.main{padding:6rem 1.5rem 4rem}.nav-header{padding:1rem 1.5rem}.profile-name{font-size:3rem}.profile-meta span{display:block;margin-right:0;margin-bottom:.25rem}.reputation-stats{flex-wrap:wrap;gap:2rem}.reputation-stat-value{font-size:2.5rem}.ai-cards{flex-direction:column}.ai-card{min-width:100%}.vault-tabs{overflow-x:auto;gap:1.5rem}.control-row{flex-direction:column;align-items:flex-start;gap:1rem}.stats-row{gap:2.5rem}.stat-number{font-size:3rem}.citizen-row:hover{margin:0 -1.5rem;padding:1.5rem}.citizen-meta,.citizen-tagline{display:none}}@media (max-width:600px){.nav-header{padding:1rem 1.5rem}.main{padding:2.5rem 1.5rem 4rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1.5rem 3rem;background:var(--bg);border-bottom:1px solid var(--gray-200)}.header,.nav{display:flex;align-items:center}.nav{gap:2.5rem;list-style:none}.nav a{font-size:.75rem;color:var(--gray-500);text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}.nav a.active,.nav a:hover{color:var(--text)}.nav-info-trigger{font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.25rem .5rem;color:var(--gray-400);font-size:1rem;transition:color .2s;user-select:none}.nav-info-trigger:hover{color:var(--gray-700)}.nav-info-trigger.active{color:var(--gray-800)}.info-panel-overlay{position:fixed;inset:0;z-index:150}.info-panel{position:absolute;top:60px;left:0;right:0;background:var(--pure-white);border-bottom:1px solid var(--gray-200);box-shadow:0 4px 24px rgba(0,0,0,.08);padding:2rem 3rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.info-panel-content{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.info-panel-section h3{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:500;color:var(--gray-800);margin-bottom:.75rem}.info-panel-section p{font-size:.85rem;color:var(--gray-600);line-height:1.6;margin-bottom:.5rem}.info-panel-section ul{list-style:none;padding:0;margin:0}.info-panel-section li{font-size:.85rem;color:var(--gray-600);line-height:1.7;margin-bottom:.4rem}.info-panel-section li strong{color:var(--gray-800);font-weight:500}.info-panel-link{display:inline-block;margin-top:1rem;font-size:.8rem;color:var(--gray-500);text-decoration:none}.info-panel-link:hover{color:var(--gray-800);text-decoration:underline}.info-panel-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);display:flex;gap:2rem;justify-content:center}.info-panel-footer a{font-size:.75rem;color:var(--gray-400);text-decoration:none;letter-spacing:.02em}.info-panel-footer a:hover{color:var(--gray-700)}@media (max-width:768px){.info-panel{padding:1.5rem}.info-panel-content{grid-template-columns:1fr;gap:1.5rem}}.nav-bell{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.nav-bell svg{width:18px;height:18px;stroke:var(--gray-500);transition:stroke .2s}.nav-bell:hover svg{stroke:var(--text)}.nav-bell-badge{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:var(--gray-800);border-radius:50%}.notification-overlay{position:fixed;inset:0;z-index:200}.notification-dropdown{position:absolute;top:60px;right:3rem;width:360px;max-height:480px;background:var(--pure-white);border:1px solid var(--gray-200);box-shadow:0 4px 24px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.notification-header span{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:500}.notification-header button{background:none;border:none;font-size:.7rem;color:var(--gray-500);cursor:pointer;text-transform:uppercase;letter-spacing:.05em}.notification-header button:hover{color:var(--text)}.notification-list{flex:1;overflow-y:auto}.notification-empty{padding:3rem 1.25rem;text-align:center;color:var(--gray-400);font-size:.85rem}.notification-item{display:flex;gap:.75rem;padding:1rem 1.25rem;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--gray-100)}.notification-item.unread,.notification-item:hover{background:var(--gray-100)}.notification-avatar,.notification-item.unread:hover{background:var(--gray-200)}.notification-avatar{width:36px;height:36px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:500;color:var(--gray-500)}.notification-content{flex:1;min-width:0}.notification-message{font-size:.85rem;color:var(--text);line-height:1.4}.notification-time{font-size:.7rem;color:var(--gray-400);margin-top:.25rem}@media (max-width:768px){.header{padding:1rem 1.5rem}.nav{gap:1.5rem}.nav a{font-size:.65rem}.notification-dropdown{right:1rem;left:1rem;width:auto}}@media (max-width:480px){.nav{gap:1rem}.nav a{font-size:.6rem}}.status-badge{font-size:.65rem;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .5rem;background:var(--gray-100);color:var(--gray-500)}.status-badge.active{background:var(--gray-800);color:#fff}.status-badge.dormant{background:var(--gray-200);color:var(--gray-500)}.status-section{padding-bottom:3rem}.status-description{font-size:.85rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.dormant-button{font-size:.75rem;letter-spacing:.03em;color:var(--gray-500);background:none;border:1px solid var(--gray-300);padding:.6rem 1.25rem;cursor:pointer;font-family:Inter,sans-serif}.dormant-button:hover{border-color:var(--gray-500);color:var(--gray-700)}.chat-bubble-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s;z-index:90}.chat-bubble-button:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(0,0,0,.2)}.chat-popup{position:fixed;bottom:2rem;right:2rem;width:380px;height:520px;background:var(--pure-white);border:1px solid var(--gray-200);box-shadow:0 8px 40px rgba(0,0,0,.12);display:flex;flex-direction:column;z-index:100}.chat-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200);background:var(--bg)}.chat-popup-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff}.chat-popup-avatar,.chat-popup-name{font-family:Space Grotesk,sans-serif;font-weight:500}.chat-popup-name{font-size:.95rem;color:var(--text)}.chat-popup-status{font-size:.7rem;color:var(--gray-500)}.chat-popup-close{background:none;border:none;font-size:1.25rem;color:var(--gray-400);cursor:pointer;padding:.25rem;line-height:1}.chat-popup-close:hover{color:var(--gray-700)}.chat-popup-messages{overflow-y:auto;padding:1.25rem;gap:1rem}.chat-popup-messages,.chat-popup-welcome{flex:1;display:flex;flex-direction:column}.chat-popup-welcome{align-items:center;justify-content:center;text-align:center;color:var(--gray-600)}.chat-popup-message{max-width:85%}.chat-popup-message.user{align-self:flex-end}.chat-popup-message.assistant{align-self:flex-start}.chat-popup-message-content{padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.chat-popup-message.user .chat-popup-message-content{background:var(--gray-800);color:#fff}.chat-popup-message.assistant .chat-popup-message-content{background:var(--gray-100);color:var(--text)}.chat-popup-input-wrapper{display:flex;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--gray-200);background:var(--bg)}.chat-popup-input{flex:1;padding:.75rem 1rem;font-size:.9rem;font-family:Inter,sans-serif;border:1px solid var(--gray-300);background:var(--pure-white);color:var(--text)}.chat-popup-input:focus{outline:none;border-color:var(--gray-500)}.chat-popup-input::placeholder{color:var(--gray-400)}.chat-popup-send{padding:.75rem 1rem;background:var(--gray-800);color:#fff;border:none;cursor:pointer;font-size:1rem;transition:background .15s}.chat-popup-send:hover:not(:disabled){background:var(--black)}.chat-popup-send:disabled{background:var(--gray-300);cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--pure-white);width:100%;max-width:633px;max-height:90vh;overflow-y:auto;padding:2rem}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--gray-400);cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:var(--gray-700)}.input-field.textarea{min-height:120px;resize:vertical;line-height:1.6}.error-screen,.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--bg)}.error-screen h1,.error-screen h2{font-family:Space Grotesk,sans-serif;font-weight:500;margin-bottom:.5rem}.error-screen h1{font-size:4rem;letter-spacing:-.04em}.error-screen h2{font-size:1.5rem}.error-screen p{color:var(--gray-500);margin-bottom:1.5rem}.error-text{color:var(--danger);font-size:.85rem;margin-bottom:.5rem}.avatar{display:flex;align-items:center;justify-content:center}.avatar-initials{font-size:2rem}.avatar-initials,.avatar-initials-small{font-family:Space Grotesk,sans-serif;font-weight:500;color:var(--gray-500)}.avatar-initials-small{font-size:1rem}.ai-card-avatar{display:flex;align-items:center;justify-content:center}@media (max-width:480px){.chat-popup{bottom:0;right:0;left:0;width:100%;height:100%;max-height:100vh}.chat-bubble-button{bottom:1.5rem;right:1.5rem;width:56px;height:56px}}.conversation-detail{padding:0}.conversation-back{background:none;border:none;font-size:.8rem;color:var(--gray-500);cursor:pointer;padding:0;margin-bottom:1.5rem;font-family:Inter,sans-serif}.conversation-back:hover{color:var(--gray-800)}.conversation-detail-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.conversation-messages{display:flex;flex-direction:column;gap:1.25rem}.conversation-message{padding:1rem 1.25rem;background:var(--pure-white);border:1px solid var(--gray-200)}.conversation-message.user{border-left:3px solid var(--gray-400)}.conversation-message.assistant{border-left:3px solid var(--gray-700)}.conversation-message-role{font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.5rem}.conversation-message-content{font-size:.9rem;line-height:1.7;color:var(--gray-700);white-space:pre-wrap}.conversation-message-time{font-size:.7rem;color:var(--gray-400);margin-top:.75rem}.conversation-arrow{color:var(--gray-300);font-size:1rem}.conversation-item:hover .conversation-arrow{color:var(--gray-500)}.population-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (min-width:1400px){.population-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.population-grid{grid-template-columns:repeat(2,1fr)}}.population-card{background:var(--pure-white);border:1px solid var(--gray-200);padding:1.5rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.population-card:hover{border-color:var(--gray-400);box-shadow:0 2px 8px rgba(0,0,0,.04)}.population-card-avatar{width:64px;height:64px;border-radius:16px;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:500;color:var(--gray-500);margin-bottom:1rem}.population-card-body{display:flex;flex-direction:column;gap:.25rem}.population-card-name{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:500;color:var(--gray-800)}.population-card-handle{font-size:.8rem;color:var(--gray-500);margin-bottom:.25rem}.population-card-tagline{font-size:.85rem;color:var(--gray-500);line-height:1.5;margin-top:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.population-card-steward{font-size:.75rem;color:var(--gray-400);margin-top:.5rem}@media (max-width:600px){.population-grid{grid-template-columns:1fr}}