.island-profile-actions{display:flex;align-items:center;gap:12px}
body[data-panel="profiles"] :is(.island-topline,.workspace-tabs,.zhizhi-companion),body[data-panel="community"] :is(.island-topline,.workspace-tabs,.zhizhi-companion){display:none!important}
.profile-intro{text-align:center;margin:24px 0 38px}.profile-intro h1{font-size:clamp(28px,4vw,42px);letter-spacing:0}.profile-intro p{margin-top:15px;color:var(--muted)}
.profile-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;max-width:1050px;margin:auto}
.profile-card{display:flex;flex-direction:column;align-items:center;min-height:335px;padding:25px;border-radius:30px;border:2px solid #dae5c8;background:#edf3df;color:var(--ink);box-shadow:0 6px #dae5c8;transition:transform .2s,box-shadow .2s;overflow:hidden;min-width:0}
.profile-card:hover,.profile-card:focus-visible{transform:translateY(-7px);filter:none;box-shadow:0 12px #dae5c8}.profile-card:hover img{transform:rotate(-8deg) scale(1.06)}.profile-card:active{transform:translateY(2px)}
.profile-color-1{background:#fff0e1;border-color:#eadbc9;box-shadow:0 6px #eadbc9}.profile-color-2{background:#e8f0fa;border-color:#d3e0ee;box-shadow:0 6px #d3e0ee}.profile-color-3{background:#f2eafa;border-color:#e0d4e9;box-shadow:0 6px #e0d4e9}
.profile-card-number{font-size:12px;letter-spacing:2px;color:#68745d;align-self:flex-start}.profile-portrait{position:relative;display:grid;place-items:center;width:135px;height:145px;margin:14px 0 10px;border-radius:50%;background:#ffffff75}.profile-portrait img{height:137px;width:120px;object-fit:contain;transition:transform .2s}.profile-portrait>span{position:absolute;bottom:3px;right:0;font-size:30px}
.profile-card>strong{font-size:24px;overflow-wrap:anywhere}.profile-stage{font-weight:400;font-size:14px;margin:9px 0 20px;color:#607165}.profile-enter{display:flex;width:100%;justify-content:space-between;padding:12px 16px;border-radius:14px;background:#ffffffb0;font-size:15px;margin-top:auto}
.profile-add{border:2px dashed #ced6c0;background:#ffffff65;box-shadow:none;justify-content:center;gap:15px;color:#627454}.profile-add>span:last-child{font-size:14px;font-weight:400}.profile-plus{display:grid;place-items:center;border-radius:50%;background:#edf0e3;width:88px;height:88px;font-size:44px;margin-bottom:15px}.profile-note{text-align:center;color:var(--muted);font-size:14px;margin:35px 0}
.parent-community-entry{display:flex;align-items:center;gap:22px;width:100%;text-align:left;padding:26px 30px;background:#e8f0e1;color:var(--ink);border:1px solid #d9e4cd;border-radius:23px;margin-bottom:24px}.community-entry-icon{font-size:38px}.parent-community-entry strong{display:block;font-size:22px;margin-bottom:8px}.parent-community-entry small{font-size:14px;font-weight:400}.parent-community-entry>span:last-child{margin-left:auto;font-size:28px}
.community-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:14px 0 22px}.community-heading h2{font-size:32px}.community-heading p{margin-top:12px;color:var(--muted)}.community-visibility{font-size:13px;background:#edf2e5;padding:14px 18px;border-radius:14px;color:#52664c}.community-toolbar{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:22px}.community-toolbar [role=group]{display:flex;gap:6px;flex-wrap:wrap}.community-toolbar [data-topic]{background:transparent;color:#52654d}.community-toolbar [aria-pressed=true]{background:#dfead6;color:#285b43}
.community-posts,.community-replies{display:grid;gap:18px}.community-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--muted);font-size:13px}.community-meta time{margin-left:auto}.community-title{padding:10px 0!important;background:none;color:var(--ink);font-size:21px;text-align:left;white-space:normal;overflow-wrap:anywhere}.community-post p{margin:0 0 15px;color:#607063;overflow-wrap:anywhere;white-space:pre-wrap}.community-thread{margin:20px 0}.community-thread h3{font-size:25px;margin:18px 0;overflow-wrap:anywhere}.community-thread p,.community-replies p{white-space:pre-wrap;overflow-wrap:anywhere}.community-thread .danger,.community-replies .danger{margin-top:15px}.community-replies{margin-bottom:20px}.community-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:22px 0}.community-pagination span{font-size:13px;color:var(--muted)}#community-compose h3{margin-bottom:20px}#community-reply-form>button{justify-self:start}
@media(min-width:1000px){.profile-cards:has(.profile-card:nth-child(4)){grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.island-profile-actions{gap:5px}.island-profile-actions>button.secondary{font-size:12px;padding:8px}.island-topline h1{font-size:22px}.profile-intro{margin-top:15px;margin-bottom:28px}.profile-intro p{font-size:14px}.profile-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-card{min-height:280px;padding:16px 12px;border-radius:24px}.profile-card>strong{font-size:21px}.profile-card-number{font-size:10px;letter-spacing:1px}.profile-portrait{width:108px;height:120px;margin:10px 0}.profile-portrait img{width:95px;height:115px}.profile-stage{font-size:12px}.profile-enter{font-size:12px;padding:11px 9px}.profile-add>span:last-child{font-size:12px}.profile-note{font-size:12px}.parent-community-entry{padding:22px 17px;gap:13px}.parent-community-entry strong{font-size:20px}.parent-community-entry small{font-size:12px}.community-heading{align-items:flex-start}.community-heading h2{font-size:25px}.community-heading>button{white-space:nowrap;padding:12px}.community-heading p{font-size:13px}.community-meta time{margin-left:0}.community-post,.community-thread{padding:20px}.community-title{font-size:19px}.community-toolbar{gap:10px}.community-toolbar [data-topic]{padding:10px 12px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.profile-card,.profile-portrait img{transition:none!important;transform:none!important}}
