.friends-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;justify-items:center}.friend-link{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#faf6ed;transition:transform .2s ease}.friend-link:hover{transform:translateY(-2px)}.friend-photo{width:70px;height:90px;border-radius:50%/60%;object-fit:cover;border:3px solid #2e2e33;box-shadow:0 0 8px rgba(0,0,0,.4);margin-bottom:.5rem}.friend-photo.placeholder{background:#2e2e33}.friend-name{font-family:UnifrakturCook,cursive;font-size:1rem;margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.friends-grid{gap:1.5rem}.friend-photo{width:60px;height:78px}.friend-name{font-size:.9rem}}@media (max-width:500px){.friends-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.friend-photo{width:52px;height:68px;border-width:2px;box-shadow:0 0 5px rgba(0,0,0,.3)}.friend-name{font-size:.8rem;max-width:80px}}.veil-subtabs{margin-bottom:.5rem}.veil-content{padding-top:8px}.profile-favorites-group{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));grid-gap:1rem 2rem;gap:1rem 2rem;margin-top:24px;font-family:var(--profile-font,"UnifrakturCook",cursive);font-size:.95rem;color:var(--font-color,#d8d4ce);line-height:1.5}.profile-favorite-item{display:flex;flex-wrap:wrap}.profile-favorite-item strong,.profile-favorites-group strong{color:var(--font-color,#d8d4ce);margin-right:.5ch}.profile-favorites-heading{font-size:1.1rem;margin-bottom:6px;color:var(--theme-color);font-weight:600;font-family:var(--profile-font,"UnifrakturCook",cursive)}@media (max-width:480px){.profile-favorites-group{grid-template-columns:1fr;gap:.5rem 0;font-size:.8rem;margin-top:16px}.profile-favorite-item{flex-direction:column;align-items:flex-start;line-height:1.4}.profile-favorites-heading{font-size:.95rem;margin-bottom:4px;text-align:center}.veil-subtabs{font-size:.9rem;text-align:center}.veil-content{padding-top:4px}}#__next,body,html{height:100%;margin:0;padding:0}.profile-bg{background-image:var(--bg-url,none);background-repeat:var(--bg-repeat,no-repeat);background-size:cover;background-position:50%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:4rem;padding-bottom:6rem;background-attachment:fixed}.profile-banner-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:0}.profile-banner{width:100%;max-width:1000px;height:220px;object-fit:cover;border:none;display:block;border-top-left-radius:8px;border-top-right-radius:8px}.profile-container{position:relative;width:100%;max-width:1000px;margin:0 auto;padding:0}.profile-panel-wrapper{display:flex;width:100%;background-color:var(--panel-bg,rgba(24,22,23,.8));box-shadow:0 0 24px rgba(0,0,0,.4);border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}.profile-sidebar{width:280px;padding:2rem 1.5rem;border-right:1px solid #2e2e33;display:flex;flex-direction:column;gap:1.25rem}.profile-photo-wrapper{width:180px;height:240px;border-radius:50%/60%;border:4px solid #2e2e33;overflow:visible;box-shadow:0 0 10px rgba(0,0,0,.6);margin-bottom:1rem}.profile-photo{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%/60%}.profile-header{color:var(--font-color,#faf6ed);font-family:var(--header-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif);font-size:2.5rem;margin:0}.profile-pronouns{font-size:.95rem;color:var(--font-color,#d8d4ce);margin-left:.5rem}.reputation{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-family:UnifrakturCook,IM Fell English SC,Crimson Text,Georgia,serif;color:#faf6ed}.reputation-label{font-weight:700;color:#7c6995}.reputation-icon{font-size:1.2rem}.reputation-value{color:#faf6ed;font-family:UnifrakturCook,IM Fell English SC,Crimson Text,Georgia,serif}.profile-meta{font-size:.9rem;color:var(--font-color,#d8d4ce);line-height:1.5;font-family:var(--profile-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif)}.profile-meta div{margin-bottom:.25rem}.profile-meta strong{color:var(--font-color,#faf6ed)}.profile-about-inline{font-size:.95rem;color:var(--font-color,#d8d4ce);font-family:var(--profile-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif)}.profile-button-wrapper{display:flex;flex-wrap:wrap;gap:1rem}.profile-button{all:unset;display:inline-block;min-width:140px;text-align:center;box-sizing:border-box;background:var(--theme-color,#7c6995);color:var(--font-color,#faf6ed);padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-family:var(--header-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif);transition:background .2s ease;cursor:pointer}.profile-button:hover{filter:brightness(.9)}.profile-main{flex:1 1;padding:2rem;display:flex;flex-direction:column;gap:2rem;min-height:800px;transition:min-height 1s ease}.profile-favorites{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem 2rem;gap:1rem 2rem;font-size:.95rem;color:var(--font-color,#d8d4ce);line-height:1.5;font-family:var(--profile-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif)}.profile-favorites strong{color:var(--font-color,#faf6ed)}.profile-tabs{display:flex;border-bottom:1px solid #2e2e33}.profile-tabs button{background:none;color:var(--font-color,#faf6ed);font-family:var(--header-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif);padding:.75rem 1.25rem;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;transition:all .2s ease}.profile-tabs button:hover{background:rgba(255,255,255,.05)}.profile-tabs button.active{border-bottom:3px solid var(--active-tab-color,#c75f5f);color:var(--active-tab-color,#c75f5f)}.profile-tab-panel{transition:min-height 1s ease}.profile-section-title{font-family:var(--header-font,"UnifrakturCook","IM Fell English SC","Crimson Text",Georgia,serif);font-size:1.5rem;color:var(--font-color,#faf6ed);margin-top:1rem;margin-bottom:.75rem;padding-bottom:.25rem;border-bottom:2px solid #2e2e33}.supporter-ankh{position:relative}.ankh-icon-inline,.supporter-ankh{display:inline-block;vertical-align:middle}.ankh-icon-inline{width:36px;height:36px;margin-left:6px;filter:drop-shadow(0 0 4px #8b0000aa);transition:transform .2s ease;cursor:help}.ankh-icon-inline:hover{transform:scale(1.1)}.supporter-ankh:after{content:"AfterLife Supporter";position:absolute;top:-1.8rem;left:50%;transform:translateX(-50%);background:rgba(24,22,23,.95);padding:.25rem .5rem;border-radius:4px;font-family:UnifrakturCook,IM Fell English SC,Crimson Text,Georgia,serif;font-size:.7rem;color:#faf6ed;border:1px solid #8b0000aa;opacity:0;pointer-events:none;transition:opacity .25s ease;white-space:nowrap;z-index:10}.supporter-ankh:hover:after{opacity:1}.sticker-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.sticker-layer.editing{pointer-events:auto}.sticker-toolbar{position:fixed;bottom:20px;right:20px;background:rgba(0,0,0,.8);padding:8px;border-radius:8px;display:flex;gap:8px;z-index:9999}.sticker-delete-btn{position:absolute;top:-10px;right:-10px;background:rgba(0,0,0,.8);color:#fff;border:1px solid #ff4d6d;border-radius:50%;width:20px;height:20px;font-size:14px;line-height:18px;text-align:center;cursor:pointer;z-index:10000}.sticker-delete-btn:hover{background:#ff4d6d;color:#000}.profile-photo-wrapper{position:relative;display:inline-block}.profile-badge{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;text-align:center;gap:4px;width:max-content;white-space:nowrap;padding:4px 8px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:1}.badge-goth{background:linear-gradient(135deg,#3a2338,#000000);color:#c8a8da}.badge-emo{background:linear-gradient(135deg,#3d1d28,#2a0f18);color:#ff7597}.badge-scene{background:linear-gradient(135deg,#ff9eff,#8ac6ff);color:#1a1a1a}.badge-metalhead{background:#1f1f1f;color:#e0e0e0;box-shadow:inset 0 0 4px rgba(255,255,255,.1)}.badge-punk{background:#000000;color:#e84a5f;border:2px dashed #e84a5f}.badge-alt{background:#2b2b2b;color:#faf6ed;border:1px solid #faf6ed}.badge-grunge{background:linear-gradient(135deg,#444444,#222222);color:#c2b280;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.badge-cyber{background:linear-gradient(135deg,#0a0a0a,#001f3f);color:#90c4e9}.badge-visualkei{background:linear-gradient(135deg,#2b2b2b,#422b2e);color:#f1c40f}.badge-vamp{background:linear-gradient(135deg,#3d0011,#12000a);color:#ff4d6d}.badge-kawaii{background:linear-gradient(135deg,#ffeefc,#ffc0cb);color:#900048}.badge-eboyegirl{background:linear-gradient(135deg,#2d2d2d,#4d004d);color:#ff66cc}.badge-indie{background:linear-gradient(135deg,#faf6ed,#dde1e4);color:#333333}.badge-y2k{background:linear-gradient(135deg,#e0f7fa,#80deea);color:#004d40}.badge-cottagecore{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.badge-darkacademia{background:linear-gradient(135deg,#2f1b17,#5d4037);color:#d6c6b8}.badge-fairycore{background:linear-gradient(135deg,#f3e5f5,#ce93d8);color:#6a1b9a}.badge-lolita{background:linear-gradient(135deg,#ffebee,#ffcdd2);color:#ad1457}.badge-vintage{background:linear-gradient(135deg,#fdf5e6,#e6d8ad);color:#5e4635}.badge-pastelgoth{background:linear-gradient(135deg,#2d2d2d,#d6a7d6);color:#2d2d2d}.badge-steampunk{background:linear-gradient(135deg,#5d4037,#3e2723);color:#d7ccc8}@media (max-width:480px){.profile-panel-wrapper{flex-direction:column}.profile-banner-wrapper{display:none}.profile-sidebar{width:100%;padding:1.25rem 1rem;align-items:center;border-right:none;border-bottom:1px solid #2e2e33}.profile-photo-wrapper{width:100px;height:130px;margin-bottom:.5rem}.profile-badge{font-size:.65rem;padding:2px 6px;bottom:-6px}.profile-header{font-size:1.5rem;text-align:center}.profile-pronouns{font-size:.75rem;margin-left:.25rem}.reputation{font-size:.8rem;gap:.25rem;justify-content:center}.profile-about-inline,.profile-meta{font-size:.75rem;text-align:center}.profile-button-wrapper{flex-direction:column;align-items:center;gap:.5rem}.profile-button{min-width:100px;font-size:.85rem;padding:.45rem .75rem}.profile-main{padding:1rem;gap:1.25rem;min-height:auto}.profile-section-title{font-size:1.25rem;text-align:center}.profile-favorites{grid-template-columns:1fr;font-size:.8rem;gap:.5rem}.profile-tabs{flex-wrap:wrap;justify-content:center}.profile-tabs button{font-size:.85rem;padding:.5rem .75rem}.profile-tab-panel{padding:.25rem 0}.hide-on-mobile,.sticker-layer,.sticker-toolbar{display:none!important}}