/* Event layout placeholders and member identity surfaces. */
.button-layout-preview{display:inline-grid;gap:.1rem;justify-items:start;color:var(--white);background:var(--baltic);border:2px solid rgba(254,254,254,.55);box-shadow:5px 5px 0 var(--deep-space);opacity:.9;cursor:not-allowed}.button-layout-preview small{font-size:.52rem;letter-spacing:.13em;color:var(--sunflower)}.button-layout-preview:disabled{transform:none;animation:none}.ticket-event-actions{display:flex;align-items:stretch;gap:.8rem;flex-wrap:wrap}.ticket-event-actions .button{margin-top:0}.ticket-event-grid .ticket-event-actions{margin-top:auto}.ticket-event-grid article>strong{margin-bottom:1.5rem}
.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);min-height:350px}.profile-avatar-shell{position:relative;z-index:2;width:clamp(120px,15vw,180px);aspect-ratio:1;padding:7px;background:var(--sunflower);border:5px solid var(--tangerine);border-radius:50%;box-shadow:9px 9px 0 var(--cinnabar)}.profile-avatar-shell img,.profile-avatar-fallback{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-avatar-fallback{color:var(--white);background:linear-gradient(135deg,var(--baltic),var(--deep-space));font:clamp(3rem,7vw,6rem)/1 'Archivo Black';text-shadow:4px 4px 0 var(--cinnabar)}.profile-online-dot{position:absolute;right:4px;bottom:12%;width:24px;height:24px;background:#20ad57;border:4px solid var(--white);border-radius:50%;box-shadow:0 0 16px rgba(32,173,87,.9)}.profile-hero-copy{position:relative;z-index:2;min-width:0}.profile-hero-copy h1{overflow-wrap:anywhere}.profile-hero-copy>p:last-child{max-width:650px}.profile-meta{display:flex;gap:.65rem;flex-wrap:wrap;margin:1.2rem 0}.profile-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.48rem .7rem;color:var(--deep-space);background:var(--white);border:2px solid var(--baltic);font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;box-shadow:3px 3px 0 var(--deep-space)}.profile-pill>i{display:grid;place-items:center;width:20px;height:20px;color:var(--white);background:var(--baltic);border-radius:50%;font-style:normal;font-size:.72rem}.role-pill{background:var(--sunflower);border-color:var(--tangerine);box-shadow:3px 3px 0 var(--cinnabar)}.role-pill>i{background:var(--cinnabar)}.online-pill{color:var(--white);background:#075f2b;border-color:#20ad57}.online-pill>i{width:10px;height:10px;background:#43ef7e;box-shadow:0 0 9px #43ef7e}.profile-logout{position:relative;z-index:2;align-self:start}.member-presence{display:flex!important;align-items:center;gap:.35rem}.member-presence i{width:8px;height:8px;background:#777;border-radius:50%}.member-presence.is-online{color:#159447!important}.member-presence.is-online i{background:#20ad57;box-shadow:0 0 7px rgba(32,173,87,.8)}
html[data-theme="dark"] .profile-pill{color:var(--white);background:#202020}html[data-theme="dark"] .role-pill{color:var(--deep-space);background:var(--sunflower)}html[data-theme="dark"] .online-pill{color:var(--white);background:#075f2b}
@media(max-width:800px){.profile-hero{grid-template-columns:auto 1fr;min-height:0;padding:2rem 5vw;align-items:center}.profile-avatar-shell{width:105px;border-width:4px;box-shadow:6px 6px 0 var(--cinnabar)}.profile-hero-copy h1{font-size:clamp(2.2rem,10vw,3.4rem)}.profile-logout{grid-column:1/-1;justify-self:start}.profile-online-dot{width:20px;height:20px}.event-actions,.ticket-event-actions{width:100%}.event-actions .button,.ticket-event-actions .button{justify-content:center;text-align:center}}
@media(max-width:500px){.profile-hero{grid-template-columns:1fr;padding-top:1.5rem}.profile-avatar-shell{width:92px}.profile-meta{gap:.45rem}.profile-pill{font-size:.62rem}.profile-logout{grid-column:1}.button-layout-preview{width:100%}}
