/* tMP Core 2.14.2 — Log in / Join, the member card, and the typed greeting. */
.tmp-me { display: inline-flex; align-items: center; gap: 10px; text-decoration: none !important; white-space: nowrap; font-family: inherit; }
.tmp-me--out { height: 40px; padding: 0 16px 0 14px; border-radius: 999px; border: 1px solid rgba(15, 32, 41, .22); color: var(--ink, #0F2029) !important; background: rgba(255, 255, 255, .6); font-weight: 600; font-size: 14px; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.tmp-me--out i { font-style: normal; opacity: .35; margin: 0 2px; }
.tmp-me--out:hover { background: #fff; border-color: rgba(15, 32, 41, .45); transform: translateY(-1px); }
.tmp-me--in { position: relative; overflow: hidden; height: 46px; padding: 0 16px 0 6px; border-radius: 12px; color: #fff !important; background: linear-gradient(135deg, var(--ink, #0F2029) 0%, color-mix(in srgb, var(--ink, #0F2029) 78%, #3a6b5a) 100%); box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset, 0 6px 18px rgba(15, 32, 41, .22); transition: transform .15s ease, box-shadow .15s ease; }
.tmp-me--in::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent, #C9A45C); opacity: .9; }
.tmp-me--in::after { content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .16), transparent); transform: skewX(-18deg); animation: tmp-me-shine 1.6s .5s ease-out 1 both; pointer-events: none; }
@keyframes tmp-me-shine { to { left: 130%; } }
.tmp-me--in:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset, 0 10px 24px rgba(15, 32, 41, .3); }
.tmp-me__av { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; overflow: hidden; background: var(--accent, #C9A45C); color: var(--ink, #0F2029); font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.tmp-me__av img { width: 100%; height: 100%; object-fit: cover; }
.tmp-me__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; line-height: 1.1; }
.tmp-me__hi { font-size: 14px; font-weight: 600; max-width: 230px; overflow: hidden; text-overflow: ellipsis; }
.tmp-me__sub { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; } .tmp-me__sub b { font-weight: 400; opacity: .6; }
/* The typed greeting: letters rise in; a caret blinks while it types, then goes. */
.tmp-greet__w { display: inline-block; white-space: nowrap; }
.tmp-greet.is-typing .tmp-greet__sp { width: .28em; }
.tmp-greet.is-typing .tmp-greet__c { display: none; }
.tmp-greet.is-typing .tmp-greet__c.is-on { display: inline-block; animation: tmp-greet-in .34s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes tmp-greet-in { from { opacity: 0; transform: translateY(.3em); } }
.tmp-greet.is-typing .tmp-greet__sp.is-on { width: .28em; }
.tmp-greet.is-typed .tmp-greet__c { display: inline; }
.tmp-greet__caret { display: inline-block; width: 2px; height: .95em; margin-left: 2px; vertical-align: -.1em; background: currentColor; animation: tmp-greet-blink .9s steps(1) infinite; }
.tmp-greet.is-typed .tmp-greet__caret { animation: none; opacity: 0; transition: opacity .4s ease; }
@keyframes tmp-greet-blink { 50% { opacity: 0; } }
.tmp-greet__was { display: block; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .75; margin-bottom: 6px; }
@media (max-width: 940px) { .tmp-me--in .tmp-me__txt { display: none; } .tmp-me--in { padding: 0 6px; } .tmp-me--out span { display: none; } .tmp-me--out { width: 40px; padding: 0; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { .tmp-me--in::after { animation: none; } }
.tmp-actions__me { gap: 8px; } .tmp-actions__me svg { opacity: .7; }
