.profile-center-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.profile-center-nav{position:sticky;top:18px;padding:18px;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:rgba(15,23,42,.88);display:flex;flex-direction:column;gap:5px}.profile-center-nav a,.profile-center-nav span{padding:11px 13px;border-radius:12px;text-decoration:none;color:#cbd5e1}.profile-center-nav a:hover,.profile-center-nav a.active{background:rgba(139,92,246,.18);color:#fff}.profile-center-nav span{margin-top:10px;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b}.profile-center-user{padding:8px 12px 16px;display:flex;flex-direction:column}.profile-center-user small{color:#94a3b8}.profile-center-content{display:grid;gap:18px}.profile-modern-card,.profile-danger-zone,.gallery-hero,.modern-profile-hero,.profile-tab-nav{border:1px solid rgba(148,163,184,.16);background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(30,41,59,.83));border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(2,6,23,.24)}.profile-modern-heading,.gallery-hero,.modern-profile-headline{display:flex;justify-content:space-between;gap:18px;align-items:center}.profile-modern-heading h1,.gallery-hero h1{margin:.25rem 0 0}.form-grid{display:grid;gap:16px;margin-top:20px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .full{grid-column:1/-1}.profile-modern-form label,.gallery-manager-grid label{display:grid;gap:7px}.profile-modern-form input,.profile-modern-form textarea,.profile-modern-form select,.gallery-manager-grid input,.gallery-manager-grid textarea,.gallery-manager-grid select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0b1220;color:#fff}.slug-field{display:flex;align-items:center;background:#0b1220;border-radius:12px;padding-left:12px}.slug-field input{border:0!important}.avatar-picker{display:grid;grid-template-columns:repeat(8,minmax(66px,1fr));gap:12px;margin-top:16px}.avatar-picker label{position:relative}.avatar-picker input{position:absolute;opacity:0}.avatar-picker img{width:100%;aspect-ratio:1;border-radius:18px;border:3px solid transparent;background:#0b1220;padding:6px;cursor:pointer}.avatar-picker input:checked+img{border-color:#8b5cf6;transform:translateY(-3px)}.profile-team-notice{padding:14px 18px;border-radius:16px;background:rgba(14,165,233,.14);border:1px solid rgba(14,165,233,.35)}.profile-danger-zone{border-color:rgba(239,68,68,.4)}.gallery-manager-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:22px 0}.gallery-drop{padding:26px;border:2px dashed rgba(139,92,246,.5);border-radius:18px;text-align:center}.gallery-drop input{padding:0;border:0;background:none}.modern-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.gallery-tile{overflow:hidden;border-radius:20px;background:#111827;border:1px solid rgba(148,163,184,.16);transition:.2s transform,.2s box-shadow}.gallery-tile:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(0,0,0,.32)}.gallery-tile img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.gallery-tile>div{padding:14px;display:grid;gap:4px}.gallery-tile small{color:#94a3b8}.link-danger{border:0;background:none;color:#f87171;padding:5px 0;text-align:left;cursor:pointer}.gallery-empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:2px dashed rgba(148,163,184,.2);border-radius:24px}.modern-profile-page{--accent:#8b5cf6}.accent-blue{--accent:#3b82f6}.accent-emerald{--accent:#10b981}.accent-rose{--accent:#f43f5e}.accent-orange{--accent:#f97316}.accent-gold{--accent:#eab308}.modern-profile-cover{height:220px;border-radius:20px;background:radial-gradient(circle at 20% 20%,var(--accent),transparent 34%),linear-gradient(120deg,#0f172a,#1e293b)}.modern-profile-headline{margin-top:-58px;padding:0 22px 4px;align-items:end}.modern-profile-avatar{width:132px;height:132px;object-fit:cover;border-radius:30px;border:6px solid #0f172a;background:#111827}.modern-profile-title{display:flex;align-items:center;gap:12px;flex:1}.modern-profile-title h1{margin:0;font-size:2rem}.modern-profile-title p{margin:.25rem 0;color:#94a3b8}.online-dot{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.14)}.profile-tab-nav{display:flex;gap:7px;margin:18px 0;padding:10px}.profile-tab-nav a{padding:11px 16px;text-decoration:none;color:#94a3b8;border-radius:12px}.profile-tab-nav a:hover,.profile-tab-nav a.active{color:#fff;background:color-mix(in srgb,var(--accent) 22%,transparent)}.modern-profile-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:20px}.modern-profile-grid main,.modern-profile-grid aside{display:grid;gap:20px;align-content:start}.profile-facts{display:grid;gap:13px}.profile-facts div{display:flex;justify-content:space-between;gap:15px}.profile-facts dt{color:#94a3b8}.profile-facts dd{margin:0;text-align:right}.profile-gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0}.profile-gallery-preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.button-block{width:100%;text-align:center}.mini-friends{display:flex;flex-wrap:wrap;gap:8px}.mini-friends a{padding:7px 10px;border-radius:999px;background:rgba(148,163,184,.12);text-decoration:none}.profile-empty-state{padding:24px;border-radius:16px;background:rgba(148,163,184,.07);color:#94a3b8}.button-row{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.profile-center-shell,.modern-profile-grid{grid-template-columns:1fr}.profile-center-nav{position:static}.gallery-manager-grid,.form-grid.two{grid-template-columns:1fr}.modern-profile-headline{align-items:center;flex-wrap:wrap;margin-top:-45px}.avatar-picker{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.modern-profile-cover{height:160px}.modern-profile-avatar{width:100px;height:100px}.profile-tab-nav{overflow:auto}.profile-modern-heading,.gallery-hero{align-items:flex-start;flex-direction:column}.avatar-picker{grid-template-columns:repeat(3,1fr)}}

/* Update 1.5.0 – responsive profile center and complete gallery management */
*,*::before,*::after{box-sizing:border-box}.profile-center-shell,.modern-gallery-page,.modern-profile-page{width:min(100%,1320px);max-width:100%;margin-inline:auto}.profile-center-content,.profile-modern-form,.profile-modern-card,.gallery-management,.modern-gallery-grid{min-width:0}.profile-center-shell img,.modern-gallery-page img,.modern-profile-page img{max-width:100%}.profile-modern-form input,.profile-modern-form select,.profile-modern-form textarea,.gallery-form input,.gallery-form select,.gallery-form textarea{min-width:0;max-width:100%}.gallery-album-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;margin:20px 0}.gallery-album-nav>a{min-width:0;display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:rgba(15,23,42,.82);color:#e2e8f0;text-decoration:none;transition:.2s}.gallery-album-nav>a:hover,.gallery-album-nav>a.active{transform:translateY(-2px);border-color:rgba(139,92,246,.65);background:rgba(99,102,241,.15)}.gallery-album-nav img{width:54px;height:54px;object-fit:cover;border-radius:13px;flex:0 0 auto}.gallery-album-nav span{display:grid;min-width:0}.gallery-album-nav strong,.gallery-album-nav small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-album-nav small{color:#94a3b8}.gallery-management{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;margin:20px 0}.profile-modern-card>summary,.album-edit-pop>summary,.image-actions>summary{cursor:pointer;list-style:none}.profile-modern-card>summary::-webkit-details-marker,.album-edit-pop>summary::-webkit-details-marker,.image-actions>summary::-webkit-details-marker{display:none}.profile-modern-card>summary span{display:grid;gap:3px}.profile-modern-card>summary small{color:#94a3b8}.gallery-form{display:grid;gap:14px;margin-top:18px}.gallery-form.compact{gap:10px}.gallery-form label{display:grid;gap:6px}.gallery-form input,.gallery-form select,.gallery-form textarea{width:100%;padding:11px 12px;border:1px solid rgba(148,163,184,.25);border-radius:11px;background:#0b1220;color:#fff}.gallery-form textarea{resize:vertical;min-height:84px}.gallery-drop{position:relative;min-height:140px;display:grid!important;place-content:center;text-align:center;padding:24px;border:2px dashed rgba(139,92,246,.5)!important;border-radius:18px;background:rgba(99,102,241,.06);overflow:hidden}.gallery-drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.gallery-drop strong{font-size:1.05rem}.gallery-drop small{color:#94a3b8}.selected-album-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:24px 0}.selected-album-head h2{margin:.3rem 0}.album-edit-pop{position:relative;flex:0 0 auto}.album-edit-pop[open]{width:min(420px,100%)}.album-edit-pop[open]>.gallery-form,.album-edit-pop[open]>.gallery-delete-form{padding:16px;border:1px solid rgba(148,163,184,.2);background:#0f172a;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.gallery-delete-form{display:grid;gap:12px;margin-top:12px}.gallery-tile{min-width:0}.gallery-image-link{position:relative;display:block}.cover-badge{position:absolute;left:10px;top:10px;padding:5px 9px;border-radius:999px;background:rgba(15,23,42,.9);font-size:.72rem;font-weight:700}.gallery-tile-body{min-width:0}.gallery-tile-body>strong,.gallery-tile-body>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-actions{margin-top:8px}.image-actions>summary{padding:8px 10px;border-radius:10px;background:rgba(148,163,184,.1);text-align:center}.image-actions[open]>summary{margin-bottom:10px}.check-row{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important}.check-row input{width:auto!important}.button-danger{background:#7f1d2d!important;color:#fff!important;border-color:#be123c!important}.profile-center-nav{min-width:0}.profile-center-nav a{overflow-wrap:anywhere}.profile-modern-heading{flex-wrap:wrap}.profile-modern-heading>div{min-width:0}.avatar-picker{grid-template-columns:repeat(auto-fit,minmax(74px,1fr))}.avatar-picker img{max-height:110px}.modern-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}
@media(max-width:1100px){.profile-center-shell{grid-template-columns:220px minmax(0,1fr)}.gallery-management{grid-template-columns:1fr}.avatar-picker{grid-template-columns:repeat(4,minmax(68px,1fr))}}
@media(max-width:820px){.profile-center-shell{display:block}.profile-center-nav{position:static;display:flex;flex-direction:row;overflow-x:auto;gap:7px;margin-bottom:18px;padding:10px;scrollbar-width:thin}.profile-center-nav .profile-center-user,.profile-center-nav span{display:none}.profile-center-nav a{flex:0 0 auto;white-space:nowrap}.form-grid.two{grid-template-columns:1fr}.gallery-hero,.selected-album-head,.profile-modern-heading{flex-direction:column;align-items:stretch}.gallery-hero .button-row,.selected-album-head .button-row{width:100%}.album-edit-pop,.album-edit-pop[open]{width:100%}.modern-profile-headline{padding-inline:12px}.modern-profile-grid{grid-template-columns:1fr}}
@media(max-width:600px){.profile-modern-card,.profile-danger-zone,.gallery-hero,.modern-profile-hero,.profile-tab-nav{padding:16px;border-radius:18px}.gallery-album-nav{grid-template-columns:1fr 1fr}.gallery-album-nav>a{padding:9px}.gallery-album-nav img{width:44px;height:44px}.modern-gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-tile>div{padding:10px}.avatar-picker{grid-template-columns:repeat(3,1fr)}.button-row>.button{flex:1 1 auto;text-align:center}.profile-modern-heading .button{width:100%}.gallery-drop{min-height:120px}.modern-profile-title{min-width:0}.modern-profile-title h1{font-size:1.45rem;overflow-wrap:anywhere}}
@media(max-width:390px){.gallery-album-nav,.modern-gallery-grid{grid-template-columns:1fr}.avatar-picker{grid-template-columns:repeat(2,1fr)}}
