/* Forium R9 - Profil Vitrini + Kişisel Ana Sayfa */
.profile-showcase-widget{overflow:hidden;position:relative}
.profile-showcase-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.profile-showcase-heading{min-width:0}
.profile-showcase-title{display:flex;align-items:center;gap:9px;font-weight:850;font-size:1.02rem;color:var(--ui-text-main)}
.profile-showcase-title i{color:var(--ui-accent)}
.profile-showcase-subtitle{margin-top:5px;color:var(--ui-text-muted);font-size:.84rem;line-height:1.5}
.profile-showcase-edit{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--ui-border);background:var(--ui-bg);color:var(--ui-text-main);text-decoration:none;padding:8px 11px;border-radius:10px;font-size:.78rem;font-weight:800;white-space:nowrap;transition:.18s ease}
.profile-showcase-edit:hover{border-color:var(--ui-accent);color:var(--ui-accent);transform:translateY(-1px)}
.profile-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.profile-showcase-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.profile-showcase-item{min-width:0;border:1px solid var(--ui-border);background:var(--ui-bg);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.profile-showcase-item:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ui-accent) 55%,var(--ui-border));box-shadow:0 10px 28px rgba(15,23,42,.08)}
.profile-showcase-media{height:116px;background:linear-gradient(135deg,color-mix(in srgb,var(--ui-accent) 12%,var(--ui-card)),var(--ui-card));display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--ui-border)}
.profile-showcase-media img{width:100%;height:100%;display:block;object-fit:cover}
.profile-showcase-media i{font-size:1.8rem;color:var(--ui-accent)}
.profile-showcase-copy{padding:13px;min-width:0;display:flex;flex-direction:column;gap:7px;flex:1}
.profile-showcase-topic{font-weight:850;color:var(--ui-text-main);line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.profile-showcase-desc{font-size:.79rem;color:var(--ui-text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.profile-showcase-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:2px;color:var(--ui-text-muted);font-size:.73rem;font-weight:700}
.profile-showcase-meta span{display:inline-flex;align-items:center;gap:5px}
.profile-showcase-category{color:var(--ui-accent);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-showcase-grid.compact .profile-showcase-item{display:grid;grid-template-columns:72px minmax(0,1fr)}
.profile-showcase-grid.compact .profile-showcase-media{height:100%;min-height:86px;border-bottom:0;border-right:1px solid var(--ui-border)}
.profile-showcase-grid.compact .profile-showcase-copy{padding:11px 12px}
.profile-showcase-empty{padding:22px;border:1px dashed var(--ui-border);background:var(--ui-bg);border-radius:14px;text-align:center;color:var(--ui-text-muted)}
.profile-showcase-empty i{display:block;font-size:1.7rem;color:var(--ui-accent);margin-bottom:8px;opacity:.82}

/* Profil ayarları - vitrin */
.ps-feature-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}
.ps-feature-pill{border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-bg);padding:11px 12px;min-width:0}
.ps-feature-pill strong{display:block;font-size:1rem;color:var(--ui-text-main)}
.ps-feature-pill span{font-size:.72rem;color:var(--ui-text-muted);font-weight:700}
.ps-lock-card{border:1px solid color-mix(in srgb,#f59e0b 45%,var(--ui-border));background:color-mix(in srgb,#f59e0b 7%,var(--ui-card));border-radius:15px;padding:18px;display:flex;gap:13px;align-items:flex-start;margin-bottom:18px}
.ps-lock-card>i{color:#f59e0b;font-size:1.4rem;margin-top:2px}.ps-lock-card h4{margin:0 0 5px}.ps-lock-card p{margin:0;color:var(--ui-text-muted);line-height:1.55}
.ps-add-topic{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin:18px 0}
.ps-entry-list{display:grid;gap:14px}
.ps-entry-editor{border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-card);overflow:hidden}
.ps-entry-editor-head{display:flex;align-items:center;gap:10px;padding:13px 15px;background:var(--ui-bg);border-bottom:1px solid var(--ui-border)}
.ps-entry-editor-head i{color:var(--ui-accent)}.ps-entry-editor-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ps-entry-editor-body{padding:15px;display:grid;gap:13px}.ps-entry-editor-actions{display:flex;gap:8px;flex-wrap:wrap;padding:0 15px 15px}
.ps-entry-image{width:120px;height:80px;border:1px solid var(--ui-border);border-radius:10px;overflow:hidden;background:var(--ui-bg);display:flex;align-items:center;justify-content:center;color:var(--ui-text-muted)}
.ps-entry-image img{width:100%;height:100%;object-fit:cover;display:block}
.ps-entry-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.45fr);gap:12px}
.ps-entry-grid textarea{min-height:86px;resize:vertical}

/* Profil ayarları - kişisel ana sayfa */
.ph-home-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-bg);margin-bottom:16px}
.ph-home-intro h4{margin:0 0 5px}.ph-home-intro p{margin:0;color:var(--ui-text-muted);line-height:1.55}
.ph-layout-groups{display:grid;gap:15px}.ph-layout-group{border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-card);overflow:hidden}
.ph-layout-group-title{padding:10px 13px;font-size:.76rem;color:var(--ui-text-muted);font-weight:800;background:var(--ui-bg);border-bottom:1px solid var(--ui-border)}
.ph-widget-list{display:grid;gap:0}.ph-widget-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:11px;align-items:center;padding:12px 13px;border-bottom:1px solid var(--ui-border);transition:.15s ease}.ph-widget-row:last-child{border-bottom:0}.ph-widget-row.is-hidden{opacity:.55}.ph-widget-row.is-locked{background:color-mix(in srgb,var(--ui-accent) 3%,var(--ui-card))}
.ph-widget-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--ui-accent) 10%,var(--ui-card));color:var(--ui-accent)}
.ph-widget-copy{min-width:0}.ph-widget-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-widget-copy small{color:var(--ui-text-muted)}
.ph-widget-move{display:flex;gap:5px}.ph-widget-move button{width:31px;height:31px;border:1px solid var(--ui-border);border-radius:8px;background:var(--ui-bg);color:var(--ui-text-main);cursor:pointer}.ph-widget-move button:hover{border-color:var(--ui-accent);color:var(--ui-accent)}
.ph-widget-toggle{display:flex;align-items:center;gap:7px;font-size:.76rem;font-weight:800;color:var(--ui-text-muted)}
.ph-home-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:16px}
.ph-home-disabled{padding:18px;border:1px dashed var(--ui-border);border-radius:14px;background:var(--ui-bg);color:var(--ui-text-muted)}

@media(max-width:900px){.profile-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-feature-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.profile-showcase-head{flex-direction:column}.profile-showcase-grid,.profile-showcase-grid.compact{grid-template-columns:1fr}.profile-showcase-grid.compact .profile-showcase-item{grid-template-columns:66px minmax(0,1fr)}.profile-showcase-media{height:105px}.ps-feature-summary{grid-template-columns:1fr 1fr}.ps-add-topic{grid-template-columns:1fr}.ps-entry-grid{grid-template-columns:1fr}.ph-home-intro{flex-direction:column}.ph-widget-row{grid-template-columns:auto minmax(0,1fr) auto}.ph-widget-toggle{grid-column:2/4}.ph-home-actions{align-items:stretch;flex-direction:column}.ph-home-actions>*{width:100%}}

/* Forium R10 - karma Profil Vitrini */
.profile-showcase-card-link{display:contents;color:inherit;text-decoration:none}
.profile-showcase-kind{display:inline-flex;align-items:center;gap:6px;width:max-content;max-width:100%;font-size:.66rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase;color:var(--ui-accent);background:color-mix(in srgb,var(--ui-accent) 9%,var(--ui-card));border:1px solid color-mix(in srgb,var(--ui-accent) 22%,var(--ui-border));padding:3px 7px;border-radius:999px}
.profile-showcase-kind i{font-size:.64rem}
.profile-showcase-note-text{font-size:.8rem;line-height:1.58;color:var(--ui-text-muted);overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}
.profile-showcase-link-label{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:4px;color:var(--ui-accent);font-size:.75rem;font-weight:850}
.profile-showcase-link-button{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:40px;padding:9px 12px;border:1px solid color-mix(in srgb,var(--ui-accent) 38%,var(--ui-border));border-radius:10px;background:color-mix(in srgb,var(--ui-accent) 10%,var(--ui-card));color:var(--ui-accent);text-decoration:none;font-size:.78rem;font-weight:900;line-height:1.2;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.profile-showcase-link-button:hover{background:color-mix(in srgb,var(--ui-accent) 18%,var(--ui-card));border-color:var(--ui-accent);color:var(--ui-accent);transform:translateY(-1px);box-shadow:0 6px 18px color-mix(in srgb,var(--ui-accent) 12%,transparent)}
.profile-showcase-link-button i{font-size:.76rem;flex:0 0 auto}
.profile-showcase-item.type-link{cursor:default}
.profile-showcase-item.type-photo .profile-showcase-media{height:150px}
.profile-showcase-item.type-note .profile-showcase-media,.profile-showcase-item.type-link .profile-showcase-media{background:linear-gradient(135deg,color-mix(in srgb,var(--ui-accent) 14%,var(--ui-card)),var(--ui-card))}
.profile-showcase-grid.compact .profile-showcase-item.type-photo .profile-showcase-media{height:100%;min-height:96px}

.ps-settings-card{border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-card);padding:15px;margin:0 0 16px}
.ps-settings-card h4{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--ui-text-main)}
.ps-settings-card h4 i{color:var(--ui-accent)}
.ps-add-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}
.ps-add-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-card);padding:15px;min-width:0}
.ps-add-card-head{display:flex;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--ui-border)}
.ps-add-card-head>i{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--ui-accent) 10%,var(--ui-card));color:var(--ui-accent)}
.ps-add-card-head strong{display:block;color:var(--ui-text-main);font-size:.88rem}.ps-add-card-head small{display:block;color:var(--ui-text-muted);font-size:.72rem;line-height:1.4;margin-top:2px}
.ps-add-card textarea{min-height:92px;resize:vertical}
.ps-type-badge{display:inline-flex;align-items:center;gap:5px;margin-left:auto;padding:3px 7px;border:1px solid var(--ui-border);border-radius:999px;color:var(--ui-text-muted);background:var(--ui-card);font-size:.65rem;font-weight:850;white-space:nowrap}
.ps-remove-image{display:inline-flex;align-items:center;gap:7px;color:var(--ui-text-muted);font-size:.76rem;font-weight:750}
.ps-remove-image input{accent-color:var(--ui-accent)}

@media(max-width:780px){.ps-add-grid{grid-template-columns:1fr}}
