@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{color-scheme:light;--motion-smooth: cubic-bezier(.22, 1, .36, 1);--motion-quick: .22s;--motion-medium: .36s;--ghost-button-bg: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05));--ghost-button-bg-hover: linear-gradient(180deg, rgba(255, 255, 255, .19), rgba(255, 255, 255, .1));--ghost-button-bg-press: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));--ghost-button-border: rgba(255, 255, 255, .14);--ghost-button-border-strong: rgba(255, 255, 255, .22);--ghost-button-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 16px 34px rgba(24, 34, 24, .06);--ghost-button-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, .32), 0 18px 40px rgba(24, 34, 24, .08);--ghost-button-shadow-press: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 24px rgba(24, 34, 24, .05);--ghost-button-blur: blur(14px) saturate(1.04);--ghost-button-transition: all .4s cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,sans-serif;color:#182218;background:#f6efe3;overflow-x:hidden}button{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.avatar-tone{--avatar-filter: contrast(.9) grayscale(10%);filter:var(--avatar-filter)}.avatar-tone-active{--avatar-filter: contrast(.9) grayscale(28%) sepia(20%)}.avatar-tone-trusted{--avatar-filter: brightness(1.1) contrast(1.1) grayscale(24%)}.app-route-stage{animation:app-route-enter var(--motion-medium) var(--motion-smooth) both;will-change:opacity,transform,filter}.app-route-stage-spatial-forward{animation:app-route-enter-spatial-forward .42s var(--motion-smooth) both}.app-route-stage-spatial-back{animation:app-route-enter-spatial-back .32s var(--motion-smooth) both}@keyframes app-route-enter{0%{opacity:0;transform:translateY(14px) scale(.992);filter:blur(10px)}60%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes app-route-enter-spatial-forward{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@keyframes app-route-enter-spatial-back{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.app-route-stage,.app-route-stage-spatial-forward,.app-route-stage-spatial-back{animation:none}}.chat-shell{--panel: rgba(255, 249, 242, .9);--line: #ddd7ca;--text: #182218;--muted: #656c62;--accent: #11161f;--accent-soft: rgba(31, 138, 91, .16);--bubble-me: linear-gradient(135deg, #1d8a5b, #45b874);--bubble-them: #f3efe6;--motion-smooth-local: var(--motion-smooth, cubic-bezier(.22, 1, .36, 1));--motion-quick-local: var(--motion-quick, .22s);--motion-medium-local: var(--motion-medium, .36s);min-height:100svh;min-height:100dvh;height:100dvh;padding:0 clamp(.75rem,2.5vw,1.5rem) max(calc(.72rem + env(safe-area-inset-bottom,0px)),.85rem);background:transparent;color:var(--text);font-family:Manrope,sans-serif;box-sizing:border-box;overflow:hidden}.chat-panel{height:100%;max-height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,72rem);margin:0 auto;box-sizing:border-box;min-width:0;overflow:hidden}.chat-bar,.chat-body,.chat-footer{width:min(100%,64rem);margin:0 auto;box-sizing:border-box}.chat-bar{display:flex;align-items:center;gap:.78rem;padding:max(calc(.82rem + env(safe-area-inset-top,0px)),.96rem) 0 .86rem;position:sticky;top:0;z-index:5;background:linear-gradient(180deg,#f7f1e7f0,#f7f1e7cc 76%,#f7f1e700);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:chat-panel-enter var(--motion-medium-local) var(--motion-smooth-local) both;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.back-button{min-width:0;height:2.55rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:0 .92rem 0 .72rem;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:var(--text);font:inherit;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.46rem;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition);position:relative;flex-shrink:0}.back-button:hover{border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.back-button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.back-button-icon{width:.76rem;height:.76rem;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translate(2px) rotate(45deg);flex-shrink:0}.back-button-copy{font-size:.86rem;line-height:1}.chat-bar .avatar{width:2.8rem;height:2.8rem;border-radius:999px;border:1px solid rgba(221,215,202,.98);background:#ffffffe6;color:var(--text);display:grid;place-items:center;text-transform:uppercase;overflow:hidden;font-weight:700;flex-shrink:0;transition:transform var(--motion-medium-local) var(--motion-smooth-local),box-shadow var(--motion-medium-local) var(--motion-smooth-local)}.chat-bar .avatar img{width:100%;height:100%;object-fit:cover;display:block}.chat-heading{min-width:0;display:grid;gap:.16rem;flex:1 1 auto;animation:chat-heading-enter .42s var(--motion-smooth-local) both}.chat-kicker{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#656c62d9}.chat-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.02rem;font-weight:800}.chat-bar-status{margin-left:auto;flex-shrink:0;max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-body{min-height:0;overflow:hidden;contain:strict}.chat-body.loading{display:grid;gap:.7rem;padding:.2rem 0 1rem}.chat-virtuoso{height:100%;width:100%;min-height:0}.chat-virtuoso-scroller{height:100%;overflow-y:auto;overflow-x:hidden;padding:.2rem 0 1rem;overscroll-behavior-y:contain;scroll-padding-bottom:9rem;will-change:scroll-position;contain:strict;-webkit-overflow-scrolling:touch}.chat-virtuoso-list{min-width:0}.chat-virtuoso-item{padding-bottom:.9rem}.chat-date{align-self:center;margin:-.08rem 0 0;padding:.18rem .72rem;border-radius:999px;background:#ffffff9e;color:var(--muted);font-size:.75rem;letter-spacing:.02em}.chat-date-skeleton{width:8.4rem;height:1.7rem;color:transparent}.chat-empty{align-self:center;padding:.96rem 1.12rem;border:1px dashed rgba(201,206,196,.94);border-radius:1rem;background:#ffffffb8;color:var(--muted);box-shadow:0 12px 24px #0f15240f}.chat-history-skeleton{display:grid;gap:.76rem}.skeleton-row{opacity:.92}.chat-row{display:flex;gap:.75rem;min-width:0;width:100%;contain:layout paint style;transform:translateZ(0);backface-visibility:hidden}.chat-row.me{justify-content:flex-end}.chat-bubble{max-width:min(78%,32rem);padding:.78rem .94rem;border-radius:1.16rem;display:flex;flex-direction:column;gap:.46rem;line-height:1.5;min-width:0;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 14px 28px #0f152414;box-sizing:border-box;transition:transform var(--motion-quick-local) var(--motion-smooth-local),box-shadow var(--motion-quick-local) var(--motion-smooth-local);transform:translateZ(0);backface-visibility:hidden}.chat-row:hover .chat-bubble{transform:translateY(-1px);box-shadow:0 18px 30px #0f15241a}.bubble-me{background:var(--bubble-me);color:#fff;border-bottom-right-radius:.38rem}.bubble-them{background:var(--bubble-them);color:var(--text);border:1px solid #e1dccf;border-bottom-left-radius:.38rem}.chat-bubble-skeleton{width:min(var(--skeleton-width, 64%),34rem);pointer-events:none}.chat-skeleton-line,.chat-skeleton-meta,.chat-date-skeleton{display:block;border-radius:999px;background:linear-gradient(110deg,#ffffff4d 8%,#ffffff9e 18%,#ffffff4d 33%),#ffffff57;background-size:220% 100%;animation:chat-skeleton-shimmer 1.3s linear infinite}.chat-skeleton-line-long{width:82%;height:.86rem}.chat-skeleton-line-short{width:58%;height:.8rem}.chat-skeleton-meta{width:4.4rem;height:.72rem}.chat-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.group-sender{font-size:.74rem;font-weight:700;letter-spacing:.02em;opacity:.92}.chat-row.me .chat-bubble{margin-left:auto}.chat-row.them .chat-bubble{margin-right:auto}.chat-image{width:min(18rem,52vw);max-height:20rem;object-fit:cover;border-radius:.9rem;display:block}.chat-image-button{padding:0;border:none;background:transparent;cursor:zoom-in;transition:transform var(--motion-quick-local) var(--motion-smooth-local)}.chat-image-button:hover{transform:scale(1.01)}.chat-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.chat-row.them .chat-meta-row{justify-content:flex-start}.chat-timestamp{font-size:.72rem;color:#ffffffc7}.chat-row.them .chat-timestamp{color:#6d778b}.chat-delete-button{border:none;background:transparent;color:inherit;font-size:.72rem;font-weight:700;cursor:pointer;padding:0;line-height:1;opacity:.82}.chat-delete-button:hover:not(:disabled){text-decoration:underline}.chat-delete-button:disabled{opacity:.56;cursor:not-allowed}.chat-footer{position:sticky;bottom:0;z-index:5;padding:.72rem 0 0;background:linear-gradient(180deg,#f7f1e700,#f7f1e7cc 18%,#f7f1e7f5);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.chat-footer-context{display:inline-flex;align-items:center;gap:.62rem;margin:0 0 .48rem;padding:.28rem .62rem .28rem .28rem;border:1px solid rgba(221,215,202,.92);border-radius:999px;background:#fffc;box-shadow:0 8px 20px #0f152414;transition:transform var(--motion-medium-local) var(--motion-smooth-local),opacity var(--motion-medium-local) var(--motion-smooth-local),box-shadow var(--motion-medium-local) var(--motion-smooth-local);animation:chat-dock-enter .42s var(--motion-smooth-local) both;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.chat-footer-context.compact{transform:translateY(.14rem) scale(.975);opacity:.86}.chat-footer-avatar{width:2rem;height:2rem;border-radius:999px;overflow:hidden;display:grid;place-items:center;border:1px solid var(--line);background:#fff;font-size:.82rem;font-weight:700;text-transform:uppercase;flex-shrink:0;transition:transform var(--motion-medium-local) var(--motion-smooth-local)}.chat-footer-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chat-footer-copy{display:grid;gap:.16rem;min-width:0}.chat-footer-kicker{font-size:.66rem;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#656c62d1;font-weight:700}.chat-footer-copy strong{font-size:.84rem;line-height:1.1;color:var(--text)}.status-pill{display:inline-flex;align-items:center;align-self:flex-start;padding:.38rem .68rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:#ffffffd1;color:var(--muted);border:1px solid var(--line);line-height:1;transition:background-color var(--motion-quick-local) var(--motion-smooth-local),color var(--motion-quick-local) var(--motion-smooth-local),border-color var(--motion-quick-local) var(--motion-smooth-local),transform var(--motion-quick-local) var(--motion-smooth-local)}.status-pill.online{background:#11161f;color:#fff;border-color:#11161f}.status-pill.busy{background:#1d8a5b24;color:#166945;border-color:#1d8a5b2e}.chat-input{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.72rem;align-items:center;width:100%;margin:0 auto;padding:.82rem;border:1px solid rgba(221,215,202,.98);border-radius:1.24rem;background:linear-gradient(160deg,#fffffff5,#faf6eff0),#fffffff0;box-shadow:0 18px 36px #0f15241f;min-width:0;transition:transform var(--motion-medium-local) var(--motion-smooth-local),box-shadow var(--motion-medium-local) var(--motion-smooth-local),border-color var(--motion-medium-local) var(--motion-smooth-local);animation:chat-dock-enter .48s var(--motion-smooth-local) both;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.chat-input.engaged{border-color:#1d8a5b3d;box-shadow:0 22px 42px #0f152424;transform:translateY(-1px)}.chat-input input[type=text]{width:100%;min-width:0;border:1px solid rgba(221,215,202,.98);border-radius:.98rem;background:#ffffffeb;padding:.84rem .95rem;color:var(--text);font:inherit;transition:border-color var(--motion-quick-local) var(--motion-smooth-local),box-shadow var(--motion-quick-local) var(--motion-smooth-local),background-color var(--motion-quick-local) var(--motion-smooth-local)}.chat-input input[type=text]:focus{outline:none;border-color:#1d8a5b6b;box-shadow:0 0 0 3px #1d8a5b1f;background:#fff}.chat-file-input{display:none}.photo-button{background:var(--ghost-button-bg);border:1px solid rgba(255,255,255,.14);color:var(--text);border-radius:999px;width:2.92rem;min-width:2.92rem;height:2.92rem;padding:0;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.photo-button:hover:not(.disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.photo-button.disabled,.send-button:disabled{opacity:.65}.photo-button.disabled{pointer-events:none}.send-button{background:var(--ghost-button-bg);border:1px solid rgba(255,255,255,.14);color:#233126;border-radius:999px;padding:.84rem 1.12rem;font:inherit;font-weight:600;white-space:nowrap;cursor:pointer;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.send-button.ready{border-color:#8fc3a847;background:linear-gradient(180deg,#eaf9f157,#eaf9f129);color:#1f553c}.send-button:hover:not(:disabled){background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.chat-shell.send-pulse .chat-input{box-shadow:0 24px 44px #0f152429}.chat-shell.send-pulse .send-button.ready{animation:send-button-pop .36s var(--motion-smooth-local)}.chat-shell.composer-engaged .chat-bar .avatar{transform:scale(.97)}.chat-shell.history-loading .chat-bar .avatar{animation:chat-avatar-breathe 1.6s ease-in-out infinite}@media(min-width:1100px){.chat-shell{padding:0 clamp(1.2rem,3vw,2.6rem) max(calc(.9rem + env(safe-area-inset-bottom,0px)),1rem)}.chat-panel{width:min(100%,60rem)}.chat-bar,.chat-body,.chat-footer{width:min(100%,54rem)}.chat-bar{padding-top:1rem}.chat-bubble{max-width:min(70%,29rem)}}.image-viewer-overlay{position:fixed;inset:0;background:#000000d1;display:grid;place-items:center;z-index:1000;padding:1rem}.image-viewer-card{max-width:min(96vw,42rem);max-height:92vh;display:grid;gap:.75rem}.image-viewer-image{max-width:100%;max-height:78vh;border-radius:12px;display:block;object-fit:contain;background:#000}.image-viewer-actions{display:flex;justify-content:flex-end;gap:.5rem}.image-viewer-btn{text-decoration:none;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.45rem .75rem;background:var(--ghost-button-bg);color:#f7f3ea;font:inherit;font-weight:600;cursor:pointer;backdrop-filter:blur(16px) saturate(1.04);-webkit-backdrop-filter:blur(16px) saturate(1.04);box-shadow:inset 0 1px #ffffff1f,0 16px 34px #00000038;transition:var(--ghost-button-transition)}.image-viewer-btn.secondary{color:#f7f3ead6}.image-viewer-btn:hover{border-color:#ffffff3d;background:linear-gradient(180deg,#ffffff38,#ffffff14);transform:translateY(-1px)}@keyframes chat-panel-enter{0%{opacity:0;transform:translateY(12px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes chat-heading-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-dock-enter{0%{opacity:0;transform:translateY(14px) scale(.985);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes chat-row-enter{0%{opacity:0;transform:translateY(16px) scale(.985);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes chat-skeleton-shimmer{to{background-position-x:-220%}}@keyframes send-button-pop{0%,to{transform:translateY(0) scale(1)}35%{transform:translateY(-2px) scale(1.03)}}@keyframes chat-avatar-breathe{0%,to{transform:scale(1);box-shadow:0 0 #1d8a5b00}50%{transform:scale(.975);box-shadow:0 0 0 8px #1d8a5b0f}}@media(max-width:760px){.chat-shell{padding:0 .45rem max(calc(.45rem + env(safe-area-inset-bottom,0px)),.45rem)}.chat-bar{gap:.56rem;padding:.76rem 0 .7rem}.chat-virtuoso-scroller{padding-bottom:.72rem}.chat-virtuoso-item{padding-bottom:.62rem}.chat-title{font-size:.96rem}.chat-kicker,.chat-footer-kicker{letter-spacing:.1em}.chat-bar-status{padding:.34rem .56rem;font-size:.66rem}.chat-footer{padding-top:.38rem}.chat-footer-context{margin-bottom:.36rem;padding-right:.56rem}.status-pill{padding:.36rem .62rem;font-size:.68rem}.chat-date{font-size:.7rem}.chat-empty{padding:.78rem .9rem;border-radius:.88rem;font-size:.84rem}.chat-bubble{max-width:85%;padding:.7rem .8rem;border-radius:1rem;gap:.35rem;box-shadow:0 10px 22px #0f152414}.chat-input{gap:.42rem;padding:.46rem;border-radius:1rem;box-shadow:0 12px 26px #0f15241a}.chat-input input[type=text]{padding:.74rem .8rem;border-radius:.88rem}.chat-image{width:min(15rem,64vw);border-radius:.78rem}.send-button{padding:.74rem .9rem;border-radius:.86rem;font-size:.9rem}}@media(max-width:560px){.photo-button{width:2.34rem;min-width:2.34rem;height:2.34rem;font-size:1rem}.back-button{height:2.34rem;padding:0 .78rem 0 .66rem}.back-button-copy{font-size:.8rem}.chat-bar .avatar{width:2.24rem;height:2.24rem}.chat-footer-avatar{width:1.88rem;height:1.88rem}.chat-row{gap:.5rem}.chat-bubble{max-width:82%}}@media(prefers-reduced-motion:reduce){.chat-bar,.chat-heading,.chat-footer-context,.chat-input,.chat-shell.history-loading .chat-bar .avatar,.chat-shell.history-loading .chat-footer-avatar,.chat-shell.send-pulse .send-button.ready,.chat-skeleton-line,.chat-skeleton-meta,.chat-date-skeleton{animation:none}.back-button,.chat-bar .avatar,.chat-bubble,.chat-image-button,.chat-footer-context,.chat-footer-avatar,.chat-input,.chat-input input[type=text],.photo-button,.send-button,.status-pill{transition:none}}:root{--bottom-nav-height: calc(74px + env(safe-area-inset-bottom, 0px)) }.bottom-nav{position:sticky;bottom:0;width:100%;flex-shrink:0;min-height:var(--bottom-nav-height);padding:0 clamp(.55rem,2vw,1rem) env(safe-area-inset-bottom,0px);border-top:1px solid rgba(96,91,74,.14);background:#f7f1e7f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-sizing:border-box;isolation:isolate;z-index:12}.bottom-nav-inner{width:min(100%,480px);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;min-height:74px}.bottom-nav-link{min-height:58px;padding:.45rem .35rem .4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-decoration:none;color:#6b6d61;font-weight:500;font-size:.74rem;letter-spacing:.01em;transition:color .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.bottom-nav-link:before{content:"";position:absolute;inset:7px 10px 8px;border-radius:18px;background:linear-gradient(180deg,#ffffffdb,#ecf7f1b8);box-shadow:0 10px 18px #14261c14;opacity:0;transform:scale(.72);transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);z-index:0}.bottom-nav-link>*{position:relative;z-index:1}.bottom-nav-link:hover{color:#283128;transform:translateY(-1px)}.bottom-nav-link.active{color:#16955e;transform:translateY(-1px)}.bottom-nav-link.active:before{opacity:1;transform:scale(1)}.bottom-nav-link:focus-visible{outline:none;color:#16955e}.bottom-nav-icon{width:1.42rem;height:1.42rem;display:block;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .22s ease}.bottom-nav-link.active .bottom-nav-icon{transform:translateY(-1px) scale(1.06);filter:drop-shadow(0 4px 10px rgba(22,149,94,.16))}.bottom-nav-label{line-height:1;transition:transform .22s cubic-bezier(.22,1,.36,1)}.bottom-nav-link.active .bottom-nav-label{transform:translateY(1px)}@media(min-width:768px){.bottom-nav{background:#f7f1e7e6}}@media(min-width:1100px){.bottom-nav{position:fixed;top:50%;bottom:auto;left:clamp(1rem,2vw,2rem);width:auto;min-height:0;padding:0;border-top:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transform:translateY(-50%);z-index:24}.bottom-nav-inner{width:5.9rem;min-height:0;margin:0;padding:.55rem;grid-template-columns:1fr;gap:.35rem;border:1px solid rgba(255,255,255,.2);border-radius:1.6rem;background:#f7f1e7c2;backdrop-filter:blur(22px) saturate(1.04);-webkit-backdrop-filter:blur(22px) saturate(1.04);box-shadow:inset 0 1px #ffffff5c,0 18px 40px #14261c1a}.bottom-nav-link{min-height:4.35rem;padding:.72rem .48rem .7rem;gap:.34rem;border-radius:1.18rem;font-size:.72rem}.bottom-nav-link:before{inset:0;border-radius:1.18rem;background:linear-gradient(180deg,#ffffffd6,#ebf3eca3);box-shadow:0 12px 26px #14261c14}.bottom-nav-link:hover,.bottom-nav-link.active{transform:translate(2px)}.bottom-nav-icon{width:1.3rem;height:1.3rem}.bottom-nav-label{font-size:.69rem;letter-spacing:.03em}}.conversations-page{--bg-1: #eef4ff;--bg-2: #f8f9fc;--panel: rgba(255, 249, 242, .84);--ink: #182218;--muted: #5f685d;--line: #ddd7ca;--accent: #1f8a5b;--accent-soft: rgba(31, 138, 91, .16);min-height:100svh;min-height:100dvh;height:100dvh;background:transparent;color:var(--ink);font-family:Manrope,sans-serif;overflow-x:clip;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.conversations-shell{width:min(100%,68rem);margin:0 auto;padding:clamp(1rem,2.5vw,2rem);display:flex;flex-direction:column;box-sizing:border-box;flex:1;min-height:0;overflow:hidden}.conversations-stage-header{display:grid;gap:1rem;padding-bottom:.2rem;position:relative;z-index:1}.conversations-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.conversations-hero-compact{justify-content:flex-start}.conversations-title-wrap{max-width:42rem}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700;color:var(--accent)}.page-title{margin:.35rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.05;color:var(--ink)}.page-copy{margin:.55rem 0 0;max-width:44ch;color:var(--muted);line-height:1.55}.conversations-signal-strip{margin-top:.85rem;border:1px solid rgba(24,34,24,.08);border-radius:1rem;padding:.8rem .85rem;background:radial-gradient(circle at top right,rgba(255,255,255,.78),transparent 42%),linear-gradient(140deg,#fffcf8eb,#f5f9f2d1);display:grid;gap:.55rem;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.conversations-signal-strip-clear{border-color:#14543b29;background:radial-gradient(circle at top right,rgba(214,250,232,.88),transparent 42%),linear-gradient(140deg,#fafffcf5,#eff8f1db)}.conversations-signal-strip-fragile{border-color:#91805f2e;background:radial-gradient(circle at top right,rgba(249,236,208,.72),transparent 42%),linear-gradient(140deg,#fffbf5f5,#f8f4ebe0)}.conversations-signal-strip-blurred{border-color:#7d827d24}.conversations-signal-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.conversations-signal-top strong{font-family:Space Grotesk,sans-serif;font-size:1.2rem;line-height:1}.conversations-signal-mark-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.conversations-signal-copy{font-size:.84rem;line-height:1.45;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notify-button{align-self:flex-start;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:var(--ink);padding:.65rem 1rem;font:inherit;font-size:.86rem;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.notify-button:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.notify-button:disabled{opacity:.6;cursor:default}.conversations-toolbar{display:flex;align-items:center;justify-content:flex-end;min-height:3.4rem;box-sizing:border-box;flex-shrink:0}.search-field{width:100%}.search-launcher{width:3.4rem;height:3.4rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:#233126;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--ghost-button-shadow);cursor:pointer;transition:var(--ghost-button-transition);will-change:transform,opacity;transform:translateZ(0)}.search-launcher:hover{transform:translateY(-1px);border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover)}.search-launcher:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-launcher svg,.search-icon svg{width:1.18rem;height:1.18rem;display:block}.search-shell{width:100%;max-width:0;margin-left:auto;opacity:0;overflow:hidden;pointer-events:none;transform:translate(.45rem);transition:max-width .22s ease,opacity .18s ease,transform .22s ease}.search-shell.expanded{max-width:24rem;opacity:1;pointer-events:auto;transform:translate(0)}.search-input-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;border:1px solid var(--line);border-radius:1rem;background:linear-gradient(140deg,#fffffffa,#f8f6f1eb),var(--panel);padding:.52rem .58rem .52rem .82rem;box-shadow:0 14px 28px #0f152414;will-change:transform,opacity;transform:translateZ(0)}.search-icon{color:var(--muted);display:inline-flex;align-items:center;justify-content:center}.search-field input{min-width:0;border:0;padding:.42rem 0;font:inherit;background:transparent;color:var(--ink)}.search-field input::placeholder{color:#8a9087}.search-field input:focus{outline:none}.search-dismiss{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:#233126;min-height:2rem;padding:.32rem .7rem;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.search-dismiss:hover{border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.search-dismiss:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.conversations-meta{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:0}.conversations-meta span{color:var(--muted);font-size:.84rem;font-weight:600}.conversations-list{display:grid;gap:.75rem}.conversations-list-static .conversations-virtual-item{padding-bottom:0}.conversations-stage{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.conversations-scroll-shell{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-bottom:.9rem}.conversations-scroll-content{display:grid;gap:.85rem}.conversations-list-shell,.conversations-virtuoso{min-width:0}.conversations-list-shell{flex:1;min-height:0;overflow:hidden}.conversations-virtuoso{height:100%}.conversations-virtuoso-scroller{height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-bottom:.9rem;scroll-padding-bottom:1rem}.conversations-virtuoso-list{min-width:0}.conversations-virtuoso>div:first-child{min-height:100%}.conversations-virtual-item{padding-bottom:.75rem}.conversation-card{width:100%;border:1px solid var(--line);border-radius:1rem;background:var(--panel);color:inherit;padding:1rem;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.95rem;align-items:center;text-align:left;box-shadow:0 14px 28px #0f152414;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease;box-sizing:border-box;contain:layout paint style;transform:translateZ(0);backface-visibility:hidden}button.conversation-card{appearance:none;font:inherit;cursor:pointer}.conversation-card:hover{border-color:#bcc6dc;box-shadow:0 18px 34px #0f15241f;transform:translateY(-1px)}.conversation-card:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.avatar{width:3.25rem;height:3.25rem;border-radius:1rem;overflow:hidden;border:1px solid var(--line);background:#fff;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.conversation-body{min-width:0;display:grid;gap:.32rem}.conversation-top{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .6rem;min-width:0}.conversation-body h3{margin:0;min-width:0;flex:1 1 10rem;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role{margin:0;flex-shrink:0;display:inline-flex;align-items:center;padding:.18rem .56rem;border-radius:999px;font-size:.75rem;font-weight:700;background:#18221814;color:#233126}.time{margin-left:auto;flex-shrink:0;font-size:.8rem;color:var(--muted)}.preview{margin:0;color:#334033;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.conversation-subline{margin:0;color:var(--muted);font-size:.84rem;line-height:1.4}.conversation-identity-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;min-width:0}.conversation-cleanid{display:inline-flex;align-items:center;width:auto;max-width:100%;padding:.16rem .48rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffd6;font-weight:700}.conversation-cleanid-clear{color:#15553b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8e0,#fffffff5),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 10px,transparent 10px 20px)}.conversation-cleanid-steady{color:#314634;background:linear-gradient(120deg,#f0f5eff5,#fffffff5)}.conversation-cleanid-fragile{color:#7c6137;border-style:dashed;background:linear-gradient(120deg,#f9ecd08f,#fffffff2)}.conversation-cleanid-blurred{color:#727771;text-shadow:0 0 8px rgba(103,106,103,.16);filter:saturate(.9)}.conversation-trust-chip{display:inline-flex;align-items:center;min-height:1.6rem;padding:.18rem .52rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffb3;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);flex-shrink:0}.conversation-trust-chip-clear{color:#14543b;border-color:#14543b29;background:#d6fae8cc}.conversation-trust-chip-steady{color:#324434;background:#f0f5efe0}.conversation-trust-chip-fragile{color:#7c6137;background:#f9ecd0ad}.conversation-trust-chip-blurred{color:#6f746f;background:#ecece8e0}.conversations-list-loading{pointer-events:none;overflow-y:auto;padding-right:.1rem}.conversation-card-skeleton{overflow:hidden;cursor:default;animation:conversation-card-enter .42s cubic-bezier(.22,1,.36,1) both}.conversation-card-skeleton:hover{border-color:var(--line);box-shadow:0 14px 28px #0f152414;transform:none}.avatar-skeleton{display:grid;place-items:center;background:#fcf9f4eb}.avatar-skeleton-core{width:100%;height:100%;border-radius:inherit}.conversation-title-skeleton{width:min(100%,10rem);height:1rem;border-radius:999px}.role-skeleton,.conversation-cleanid-skeleton,.conversation-trust-chip-skeleton{border-color:transparent;background:#ffffffa3;color:transparent}.role-skeleton{min-width:4.6rem;justify-content:center}.role-skeleton-core{width:100%;height:.72rem;border-radius:999px}.time-skeleton{width:4rem;height:.76rem;margin-left:auto;border-radius:999px}.conversation-preview-skeleton{display:grid;gap:.38rem}.preview-skeleton-line{height:.84rem;border-radius:999px}.preview-skeleton-line-short{height:.78rem}.conversation-cleanid-skeleton{padding-right:.42rem}.conversation-cleanid-skeleton-group{min-width:6rem}.cleanid-skeleton-core{display:block;height:.76rem;border-radius:999px}.conversation-trust-chip-skeleton{min-width:4.3rem;justify-content:center}.trust-skeleton-core{width:100%;height:.68rem;border-radius:999px}.skeleton-surface{position:relative;overflow:hidden;display:block;background:linear-gradient(112deg,#ffffff4d 8%,#ffffffb8 18%,#ffffff57 33%),#ece8e0d1;background-size:220% 100%;animation:conversation-skeleton-shimmer 1.8s linear infinite}.status-text{border:1px solid var(--line);border-radius:.9rem;background:#ffffffd1;padding:.75rem .9rem;color:#425345;box-shadow:0 10px 22px #0f15240f;box-sizing:border-box;animation:conversation-card-enter .32s cubic-bezier(.22,1,.36,1) both}.conversations-inline-status{margin-bottom:.05rem}.conversations-empty-state{border:1px solid var(--line);border-radius:1rem;padding:1rem;background:radial-gradient(circle at top right,rgba(255,255,255,.82),transparent 44%),linear-gradient(140deg,#fffcf8f0,#f5f9f2d1);box-shadow:0 14px 28px #0f152414;display:grid;gap:.72rem}.conversations-empty-state h3{margin:0;font-size:1.05rem}.conversations-empty-state p{margin:0;color:var(--muted);line-height:1.55}.conversations-empty-state-clear{border-color:#14543b29}.conversations-empty-state-fragile{border-color:#91805f2e}.conversations-empty-mark{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.conversations-empty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.conversations-empty-cell{border:1px solid rgba(24,34,24,.08);border-radius:.9rem;background:#ffffffbd;padding:.78rem;display:grid;gap:.28rem}.conversations-empty-cell span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.conversations-empty-cell strong{font-size:.92rem;line-height:1.4;color:#203020}@keyframes conversation-card-enter{0%{opacity:0;transform:translateY(18px) scale(.985);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes conversation-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-20% 0}}@media(min-width:1100px){.conversations-shell{width:min(100%,61rem);padding:clamp(1.2rem,2.5vw,2rem) clamp(1.35rem,2.8vw,2.5rem) clamp(1.35rem,2.8vw,2rem) calc(clamp(6.75rem,7vw,8rem) + clamp(1.1rem,1.8vw,1.8rem))}.conversations-title-wrap{max-width:34rem}.conversations-stage-header{gap:.85rem}.conversations-meta{padding-top:.1rem}.conversations-list-shell{max-width:53.5rem}.conversations-virtual-item{padding-bottom:.68rem}.conversation-card{border-radius:1.12rem;padding:1rem 1.08rem}}@media(max-width:760px){.conversations-shell{gap:.85rem;padding:.78rem;overflow-y:auto;overscroll-behavior-y:contain}.conversations-stage,.conversations-scroll-shell,.conversations-list-shell,.conversations-virtuoso{flex:none;min-height:auto;overflow:visible}.conversations-scroll-shell{padding-bottom:.4rem}.conversations-hero,.conversations-meta{flex-direction:column;align-items:stretch}.conversations-toolbar.search-open{justify-content:stretch}.notify-button{width:100%;justify-content:center;text-align:center}.conversation-card{padding:.8rem;gap:.72rem;border-radius:.9rem}.avatar{width:2.8rem;height:2.8rem}.conversation-top{gap:.35rem .5rem}.conversation-body h3{font-size:.96rem}.preview,.conversation-subline,.status-text{font-size:.82rem}.conversation-identity-row{gap:.42rem}.conversation-cleanid,.conversation-trust-chip{font-size:.7rem}.time{margin-left:0;font-size:.76rem}.conversations-toolbar{min-height:3.1rem}.search-launcher{width:3.05rem;height:3.05rem}.search-shell.expanded{max-width:100%}.search-input-wrap{padding:.48rem .52rem .48rem .72rem;border-radius:.9rem}.search-dismiss{min-height:1.8rem;padding:.28rem .6rem}.conversations-empty-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.conversation-card,.status-text{animation:none}}.groups-page .conversations-shell{overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-bottom:1rem}.groups-stage-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.groups-stage-copy{display:grid;gap:.24rem}.groups-stage-copy h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.02rem}.groups-stage-copy span{color:var(--muted);font-size:.84rem;font-weight:600}.groups-create-trigger{flex-shrink:0}.groups-fab{display:none}.groups-fab-icon{position:relative;width:.9rem;height:.9rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.groups-fab-icon span{position:absolute;border-radius:999px;background:currentColor}.groups-fab-icon span:first-child{width:.9rem;height:1.6px}.groups-fab-icon span:last-child{width:1.6px;height:.9rem}.groups-sections{display:grid;gap:1rem;padding-bottom:1rem}.groups-section{display:grid;gap:.72rem}.groups-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem}.groups-section-head h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem}.groups-section-head p{margin:.18rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.45}.groups-page .group-create-panel{border:1px solid var(--line);border-radius:1rem;padding:1rem;background:var(--panel);box-shadow:0 14px 30px #0f152414;box-sizing:border-box;animation:group-panel-enter .42s cubic-bezier(.22,1,.36,1) both}@keyframes group-panel-enter{0%{opacity:0;transform:translateY(18px) scale(.99);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.groups-page .group-create-panel h3{margin:0 0 .75rem;font-family:Space Grotesk,sans-serif;font-size:1.02rem}.groups-page .group-create-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.45fr) auto auto;gap:.65rem;align-items:center}.groups-page .group-create-grid input{min-width:0;border:1px solid var(--line);border-radius:.82rem;padding:.8rem .9rem;font:inherit;background:#fff;color:var(--ink);transition:border-color .12s ease,box-shadow .12s ease;box-sizing:border-box}.groups-page .group-create-grid input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.groups-page .group-avatar-picker{margin-top:.8rem;display:grid;gap:.45rem}.groups-page .group-avatar-picker p{margin:0;font-size:.84rem;color:#2a3348;font-weight:700}.groups-page .group-avatar-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}.groups-page .group-avatar-option{border:1px solid var(--line);border-radius:.82rem;background:#fff;color:#2d3548;padding:.45rem;display:grid;justify-items:center;gap:.25rem;font-size:.74rem;font-weight:700;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.groups-page .group-avatar-option:hover:not(:disabled){border-color:#bcc6dc;transform:translateY(-1px)}.groups-page .group-avatar-option img{width:2rem;height:2rem}.groups-page .group-avatar-option.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);background:#eef7f1}.groups-page .group-create-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem .8rem;border:1px solid var(--line);border-radius:.82rem;background:#f8fbff;font-size:.8rem;color:#2b3346;white-space:nowrap;font-weight:600}.groups-page .group-create-toggle input{margin:0}.groups-page .group-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start}.groups-page .group-card.joined{cursor:pointer}.groups-page .group-card.joined:hover{border-color:#bcc6dc}.groups-page .group-action-row{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.55rem;align-self:center}.groups-page .group-action{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.58rem .82rem;font:inherit;font-size:.8rem;font-weight:600;background:var(--ghost-button-bg);color:#233126;cursor:pointer;white-space:nowrap;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition);box-sizing:border-box}.groups-page .group-action.join{border-color:#8fc3a842;background:linear-gradient(180deg,#eaf9f14d,#eaf9f11f);color:#21543b}.groups-page .group-action.open{border-color:#ffffff2e;background:var(--ghost-button-bg);color:#23583f}.groups-page .group-action.avatar{border-color:#a1c9b038;background:linear-gradient(180deg,#eef8f147,#eef8f11f);color:#236247}.groups-page .group-action.leave{border-color:#dcb2b738;background:linear-gradient(180deg,#fff3f44d,#fff3f424);color:#8f2630}.groups-page .group-action.delete{border-color:#c87a823d;background:linear-gradient(180deg,#ffeff152,#ffeff124);color:#7a2932}.groups-page .group-action.create{border-color:#8fc3a842;background:linear-gradient(180deg,#eaf9f152,#eaf9f124);color:#1f553c}.groups-page .group-action.cancel{border-color:#ffffff2e;background:var(--ghost-button-bg);color:#263344}.groups-page .group-action:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.groups-page .group-action:disabled{opacity:.65;cursor:default}.groups-page .conversation-subline{white-space:normal}.groups-create-overlay,.groups-delete-overlay,.groups-avatar-overlay{position:fixed;inset:0;background:#080b138c;display:grid;place-items:center;padding:1rem;z-index:60}.groups-avatar-overlay{z-index:61}.groups-create-overlay{z-index:62}.groups-create-modal,.groups-avatar-modal,.groups-delete-modal{width:min(100%,34rem);border-radius:1rem;border:1px solid #d6deef;background:#fff;box-shadow:0 14px 42px #0c111f40;padding:1rem;display:grid;gap:.75rem}.groups-create-modal{width:min(100%,44rem);border-color:#ffffff2e;background:linear-gradient(180deg,#fffffff0,#f9f5eeeb),#ffffffe6}.groups-delete-modal{width:min(100%,31rem);border-color:#e4d6d8}.groups-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.groups-create-head h3{margin:.2rem 0 0;font-family:Space Grotesk,sans-serif;font-size:1.14rem}.groups-create-head p{margin:.3rem 0 0;color:var(--muted);line-height:1.5}.groups-create-modal .group-create-panel{padding:0;border:none;background:transparent;box-shadow:none;animation:none}.groups-create-modal .group-create-grid{grid-template-columns:minmax(0,1fr) auto}.groups-create-modal .group-create-grid>input{grid-column:1 / -1}.groups-create-modal .group-action.create{justify-self:end}.groups-create-modal h3,.groups-avatar-modal h3,.groups-delete-modal h3{margin:0;font-size:1.02rem}.groups-delete-modal h3{color:#8f2630}.groups-delete-modal p{margin:0;color:#31384b;line-height:1.45;font-size:.92rem}.groups-avatar-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.groups-avatar-option{border:1px solid #d5ddeb;border-radius:.78rem;background:#f8fbff;color:#26334d;padding:.55rem;display:grid;justify-items:center;gap:.3rem;font-size:.82rem;font-weight:700;cursor:pointer}.groups-avatar-option img{width:2.4rem;height:2.4rem}.groups-avatar-option.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);background:#eef7f1}.groups-delete-actions{display:flex;justify-content:flex-end;gap:.45rem}@media(min-width:1100px){.groups-page .conversations-shell{width:min(100%,64rem);padding-left:calc(clamp(6.75rem,7vw,8rem) + clamp(1.1rem,1.8vw,1.8rem));padding-right:clamp(1.25rem,2.6vw,2.4rem)}}@media(max-width:860px){.groups-page .group-create-grid{grid-template-columns:1fr}}@media(max-width:760px){.groups-stage-bar,.groups-section-head,.groups-create-head{flex-direction:column;align-items:stretch}.groups-create-trigger{display:none}.groups-page .groups-fab{position:fixed;right:.8rem;bottom:calc(var(--bottom-nav-height) + .7rem);display:inline-flex;align-items:center;justify-content:center;width:3rem;max-width:3rem;min-width:3rem;height:3rem;padding:0;border-radius:999px;text-align:center;z-index:42;box-shadow:inset 0 1px #ffffff47,0 18px 34px #0f152429}.groups-sections{padding-bottom:4.7rem}.groups-create-overlay{align-items:end;padding:0}.groups-create-modal{width:100%;max-height:min(84dvh,46rem);border-radius:1.2rem 1.2rem 0 0;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:.95rem .9rem max(calc(.9rem + env(safe-area-inset-bottom,0px)),1rem);overflow-y:auto}.groups-page .group-avatar-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.groups-avatar-options{grid-template-columns:repeat(2,minmax(0,1fr))}.groups-page .group-create-panel{padding:.82rem;border-radius:.9rem}.groups-page .group-create-panel h3{margin-bottom:.65rem;font-size:.96rem}.groups-page .group-create-grid{gap:.55rem}.groups-page .group-create-grid input{padding:.74rem .82rem;border-radius:.75rem;font-size:.94rem}.groups-page .group-create-toggle{padding:.7rem .75rem;border-radius:.75rem;font-size:.76rem}.groups-page .group-avatar-picker p{font-size:.8rem}.groups-page .group-avatar-option{padding:.38rem;border-radius:.72rem;gap:.2rem;font-size:.66rem}.groups-page .group-avatar-option img{width:1.75rem;height:1.75rem}.groups-page .group-card{grid-template-columns:auto minmax(0,1fr);gap:.72rem}.groups-page .group-action-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;width:100%;gap:.45rem}.groups-page .group-action{width:100%;padding:.54rem .68rem;border-radius:.72rem;font-size:.76rem;text-align:center}.groups-page .conversation-subline{font-size:.78rem;line-height:1.35}.groups-delete-modal,.groups-avatar-modal,.groups-create-modal{padding:.85rem;gap:.65rem;border-radius:.9rem}}@media(max-width:560px){.groups-page .group-avatar-options{grid-template-columns:repeat(2,minmax(0,1fr))}.groups-page .group-action-row{grid-template-columns:1fr}.groups-avatar-option{font-size:.76rem}}@media(prefers-reduced-motion:reduce){.groups-page .group-create-panel{animation:none}}.basic-shell{--bg-1: #eef4ff;--bg-2: #f8f9fc;--panel: rgba(255, 249, 242, .88);--ink: #182218;--muted: #5f685d;--line: #ddd7ca;--accent: #1f8a5b;--accent-soft: rgba(31, 138, 91, .16);min-height:100svh;padding:clamp(1rem,2.5vw,2rem);display:grid;place-items:center;background:transparent;color:var(--ink);font-family:Manrope,sans-serif}.basic-card{width:min(100%,44rem);border:1px solid var(--line);border-radius:1.25rem;background:var(--panel);box-shadow:0 22px 48px #0f121824;padding:clamp(1.2rem,2.6vw,2rem);display:grid;gap:.7rem}.basic-step{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.basic-title{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.65rem,3.3vw,2.2rem);line-height:1.1}.basic-copy{margin:0;color:var(--muted)}.basic-email{margin:0;font-size:.92rem;color:#2f3d5b;font-weight:600}.basic-form{margin-top:.45rem;display:grid;gap:.55rem}.basic-avatars{margin:0 0 .2rem;padding:0;border:0}.basic-avatars legend{padding:0;margin-bottom:.55rem;font-size:.9rem;font-weight:600}.basic-avatar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}.basic-avatar-option{border:1px solid var(--line);border-radius:1rem;background:linear-gradient(180deg,#fffffffa,#f9f6efeb),#fff;padding:.55rem .48rem .5rem;display:grid;gap:.28rem;justify-items:center;align-content:start;cursor:pointer;min-width:0;box-shadow:0 10px 18px #0f15240d;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.basic-avatar-option:hover{border-color:#b8c4de;box-shadow:0 14px 24px #0f152414;transform:translateY(-1px)}.basic-avatar-option.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);transform:translateY(-1px)}.basic-avatar-option input{position:absolute;opacity:0;pointer-events:none}.basic-avatar-option img{width:min(100%,4rem);aspect-ratio:1;border-radius:.96rem;object-fit:cover;border:1px solid rgba(24,34,24,.06);box-shadow:0 8px 16px #0f152414}.basic-avatar-option span{font-size:.75rem;line-height:1.2;text-align:center;font-weight:700;color:#2b352d}.basic-label{font-size:.9rem;font-weight:600}.basic-input{width:100%;border:1px solid var(--line);border-radius:.82rem;background:#fff;font:inherit;color:var(--ink);padding:.78rem .9rem;transition:border-color .12s ease,box-shadow .12s ease}.basic-input::placeholder{color:#8d96aa}.basic-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.basic-hint{margin:.1rem 0 0;font-size:.82rem;color:var(--muted)}.basic-avatar-roadmap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.2rem}.basic-avatar-roadmap-card{border:1px solid rgba(24,34,24,.08);border-radius:1rem;background:#ffffffb8;padding:.78rem;display:grid;gap:.6rem}.basic-avatar-roadmap-card.trusted{background:linear-gradient(140deg,#fffafcfa,#f4f0f6eb)}.basic-avatar-roadmap-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.basic-avatar-roadmap-head h2{margin:.16rem 0 0;font-size:1rem}.basic-roadmap-pill{display:inline-flex;align-items:center;min-height:1.8rem;padding:.24rem .62rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ecece8db;color:#6b716a;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.basic-roadmap-pill.open{color:#14543b;border-color:#14543b2e;background:#d6fae8cc}.basic-avatar-preview-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.basic-avatar-preview{width:3.1rem;height:3.1rem;border-radius:.95rem;overflow:hidden;border:1px solid rgba(24,34,24,.08);background:#ffffffe0}.basic-avatar-preview img{width:100%;height:100%;object-fit:cover}.basic-submit{margin-top:.35rem;border:1px solid rgba(143,195,168,.24);border-radius:999px;padding:.8rem 1rem;font:inherit;font-weight:600;background:linear-gradient(180deg,#eaf9f14d,#eaf9f11f);color:#1f553c;cursor:pointer;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.basic-submit:hover:not(:disabled){background:linear-gradient(180deg,#eaf9f161,#eaf9f12e);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.basic-submit:active:not(:disabled){transform:translateY(1px)}.basic-submit:disabled{opacity:.62;cursor:not-allowed}.basic-status{margin:.15rem 0 0;border:1px solid rgba(31,138,91,.16);background:#1f8a5b14;color:#21553d;border-radius:.72rem;padding:.6rem .7rem;font-size:.9rem}.basic-loading{margin:0;color:var(--muted)}@media(max-width:760px){.basic-avatar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:480px){.basic-shell{padding:.85rem}.basic-card{border-radius:1rem;padding:1rem}.basic-avatar-roadmap{grid-template-columns:1fr}.basic-avatar-roadmap-head{flex-direction:column;align-items:flex-start}.basic-avatar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-shell{--bg-1: #eef4ff;--bg-2: #f8f9fc;--panel: rgba(255, 249, 242, .88);--ink: #182218;--muted: #5f685d;--line: #ddd7ca;--accent: #1f8a5b;--accent-soft: rgba(31, 138, 91, .16);min-height:100svh;min-height:100dvh;height:100dvh;padding:clamp(1rem,2.5vw,2rem);background:transparent;color:var(--ink);font-family:Manrope,sans-serif;box-sizing:border-box;display:flex;flex-direction:column;gap:.85rem;overflow:hidden}.profile-card{width:min(100%,60rem);margin:0 auto;padding:0;flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding-right:.1rem}.profile-card>*+*{margin-top:1rem}.profile-card>*{animation:profile-surface-enter .42s cubic-bezier(.22,1,.36,1) both}.profile-card>*:nth-child(1){animation-delay:40ms}.profile-card>*:nth-child(2){animation-delay:80ms}.profile-card>*:nth-child(3){animation-delay:.12s}.profile-card>*:nth-child(4){animation-delay:.16s}.profile-card>*:nth-child(5){animation-delay:.2s}.profile-card>*:nth-child(6){animation-delay:.24s}.profile-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.25rem .25rem .1rem}.profile-step{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.profile-title{margin:.3rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem)}.profile-summary{border:1px solid var(--line);border-radius:1rem;padding:.9rem;background:var(--panel);display:flex;align-items:center;gap:.9rem;justify-content:space-between}.profile-summary-band-clear{border-color:#14543b29}.profile-summary-band-fragile{border-color:#91805f2e}.profile-summary-band-blurred{border-color:#7d827d29}.profile-avatar-main{width:4.6rem;height:4.6rem;border-radius:1rem;border:1px solid var(--line);background:#fff}.profile-summary-text h2{margin:0;font-size:1.1rem}.profile-summary-text p{margin:.2rem 0 0;color:#334233;font-weight:700}.profile-cleanid{display:inline-flex;align-items:center;padding:.24rem .62rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);letter-spacing:.02em;background:#ffffffc2}.profile-cleanid-clear{color:#14543b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8eb,#fffffff5),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 10px,transparent 10px 20px);box-shadow:0 0 0 1px #ffffff80 inset}.profile-cleanid-steady{color:#2b4130;border-color:#324a3624;background:linear-gradient(120deg,#f0f5eff2,#fffffffa)}.profile-cleanid-fragile{color:#5f655c;border-style:dashed;border-color:#5f655c33;background:linear-gradient(120deg,#f7f2eaf5,#fffffff0)}.profile-cleanid-blurred{color:#4a534adb;border-color:#7d827d29;background:linear-gradient(120deg,#f2f0ebf0,#ffffffe6);text-shadow:0 0 8px rgba(96,104,93,.16);filter:saturate(.88)}.profile-summary-id-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.22rem}.profile-summary-id-row .profile-cleanid{margin:0}.profile-short-claim-badge{display:inline-flex;align-items:center;min-height:1.7rem;padding:.2rem .58rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#ffffff2e,#ffffff14);backdrop-filter:blur(12px) saturate(1.03);-webkit-backdrop-filter:blur(12px) saturate(1.03);color:var(--muted);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;box-shadow:inset 0 1px #ffffff47}.profile-short-claim-badge-ultra{color:#14543b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8eb,#fffffffa),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 10px,transparent 10px 20px)}.profile-short-claim-badge-scarce{color:#2c3f31;background:linear-gradient(120deg,#f0f5eff5,#fffffffa)}.profile-short-claim-badge-locked{color:#6f746f;background:#ecece8e0}.profile-summary-text>span{margin-top:.2rem;display:block;font-size:.9rem;color:var(--muted)}.profile-avatar-family{margin:.28rem 0 0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.profile-entry-card{border:1px solid var(--line);border-radius:1.3rem;padding:1rem;background:linear-gradient(145deg,#fffaf3f0,#fcf8f1d6),#ffffff6b;display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,15.5rem);gap:.9rem;align-items:stretch}.profile-entry-card-clear{border-color:#1a60442e;box-shadow:0 18px 40px #1a604414}.profile-entry-card-steady{border-color:#78928629}.profile-entry-card-fragile,.profile-entry-card-blurred{border-color:#7e7a7024}.profile-entry-identity{display:flex;align-items:center;gap:.9rem;min-width:0}.profile-entry-copy{min-width:0}.profile-entry-kicker{margin:0 0 .2rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:#1822187a}.profile-aura-button{position:relative;overflow:hidden;border-radius:1.45rem;padding:.95rem;display:grid;align-content:start;gap:.38rem;text-align:left;font:inherit;color:var(--ink);cursor:pointer;border:1px solid rgba(255,255,255,.18);background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:transform .32s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94),border-color .4s cubic-bezier(.25,.46,.45,.94),filter .32s ease}.profile-aura-button:before{content:"";position:absolute;inset:0;pointer-events:none}.profile-aura-button:hover:not(:disabled){background:var(--ghost-button-bg-hover);border-color:#ffffff38;box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-aura-button:active:not(:disabled){background:var(--ghost-button-bg-press);box-shadow:var(--ghost-button-shadow-press);transform:translateY(1px) scale(.992)}.profile-aura-button:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff2e,var(--ghost-button-shadow-hover)}.profile-aura-button:disabled{cursor:default;opacity:.78}.profile-aura-button-blurred,.profile-aura-button-fragile{background:linear-gradient(160deg,#f7f3ec8a,#f0ebe247),repeating-linear-gradient(135deg,rgba(97,88,76,.025) 0 2px,transparent 2px 8px);box-shadow:inset 0 1px #ffffff7a,inset 0 -12px 18px #554a3d0a,0 18px 34px #1822180d}.profile-aura-button-steady{border-color:#ffffff6b;background:linear-gradient(160deg,#f6fcf957,#ebf4f02e),radial-gradient(circle at 20% 18%,rgba(255,255,255,.72),transparent 24%);backdrop-filter:blur(18px) saturate(1.05);-webkit-backdrop-filter:blur(18px) saturate(1.05);box-shadow:inset 0 1px #ffffffd1,0 16px 32px #6b82781a}.profile-aura-button-clear{border-color:#d6f9e76b;background:radial-gradient(circle at 60% 16%,rgba(218,255,236,.44),transparent 30%),linear-gradient(150deg,#fbfffd61,#e7f6ee2e);box-shadow:inset 0 0 0 1px #ffffff52,inset 0 18px 28px #ffffff38,0 18px 42px #18684c1f,0 0 36px #58d9a214}.profile-aura-button-clear:before{background:radial-gradient(circle at 68% 24%,rgba(199,255,227,.34),transparent 28%),radial-gradient(circle at 32% 52%,rgba(255,255,255,.28),transparent 22%);animation:profile-aura-breathe 16s ease-in-out infinite}.profile-aura-label,.profile-aura-score,.profile-aura-texture,.profile-aura-hint{position:relative;z-index:1}.profile-aura-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#1822187a}.profile-aura-button strong{position:relative;z-index:1;font-family:Space Grotesk,sans-serif;font-size:1.1rem;line-height:1.08}.profile-aura-score,.profile-aura-texture{font-size:.8rem;line-height:1.5;color:var(--muted)}.profile-aura-hint{margin-top:auto;font-size:.82rem;font-weight:600;color:#183427d1}.profile-short-claim-standalone{margin-top:0}.profile-summary-signal{display:grid;justify-items:end;gap:.45rem;text-align:right}.profile-summary-signal p{margin:0;max-width:12ch;font-size:.8rem;line-height:1.35;color:var(--muted)}.profile-summary-orb{width:5.25rem;height:5.25rem;border-radius:1.5rem;border:1px solid rgba(24,34,24,.08);background:#ffffffb8;display:grid;place-items:center;align-content:center;gap:.12rem}.profile-summary-orb strong{font-family:Space Grotesk,sans-serif;font-size:1.55rem;line-height:1}.profile-summary-orb span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700}.profile-summary-orb-clear{background:radial-gradient(circle at 30% 30%,#d6fae8e6,#ffffffb8 65%),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 10px,transparent 10px 20px)}.profile-summary-orb-steady{background:linear-gradient(140deg,#f5f9f4f0,#ffffffc2)}.profile-summary-orb-fragile{background:linear-gradient(140deg,#faf0dbe6,#ffffffc2)}.profile-summary-orb-blurred{background:linear-gradient(140deg,#eeeeeae0,#ffffffbd)}.profile-form{border:1px solid var(--line);border-radius:1rem;background:var(--panel);padding:.95rem}.profile-avatars{margin:0 0 .85rem;padding:0;border:0}.profile-avatars legend{padding:0;margin-bottom:.45rem;font-size:1rem;font-weight:700}.profile-avatar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.profile-avatar-current-pill{display:inline-flex;align-items:center;min-height:1.9rem;padding:.25rem .7rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffd1;color:#243224;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.profile-avatar-sections{display:grid;gap:.75rem}.profile-avatar-tier{border:1px solid rgba(24,34,24,.08);border-radius:1rem;background:#ffffffb8;padding:.82rem;display:grid;gap:.72rem}.profile-avatar-tier-starter{background:linear-gradient(140deg,#fffffff5,#f6f9f5e6)}.profile-avatar-tier-active{background:linear-gradient(140deg,#f6fcfff5,#f0f7f6e6)}.profile-avatar-tier-trusted{background:linear-gradient(140deg,#fffafcfa,#f4f0f6eb)}.profile-avatar-tier.locked{opacity:.92}.profile-avatar-tier-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.profile-avatar-tier-head h4{margin:.18rem 0 0;font-size:1rem}.profile-avatar-tier-pill{display:inline-flex;align-items:center;min-height:1.85rem;padding:.25rem .68rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffd6;color:#627062;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.profile-avatar-tier-pill.open{color:#14543b;border-color:#14543b2e;background:#d6fae8c7}.profile-avatar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}.profile-avatar-option{border:1px solid var(--line);border-radius:1.02rem;background:linear-gradient(180deg,#fffffffa,#f9f6efeb),#fff;padding:.58rem .52rem .54rem;display:grid;gap:.28rem;justify-items:center;cursor:pointer;align-content:start;min-width:0;box-shadow:0 10px 18px #0f15240d;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease,background-color .12s ease}.profile-avatar-option.current{border-style:solid}.profile-avatar-option:hover{border-color:#b8c4de;box-shadow:0 14px 24px #0f152414;transform:translateY(-1px)}.profile-avatar-option.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);transform:translateY(-1px)}.profile-avatar-option.locked{cursor:not-allowed;background:#faf9f6eb;box-shadow:none}.profile-avatar-option.locked:hover{border-color:var(--line);transform:none}.profile-avatar-option input{position:absolute;opacity:0;pointer-events:none}.profile-avatar-option img{width:min(100%,4.8rem);aspect-ratio:1;border-radius:.96rem;object-fit:cover;border:1px solid rgba(24,34,24,.06);box-shadow:0 8px 16px #0f152414}.profile-avatar-option span{font-size:.76rem;font-weight:700;line-height:1.2;text-align:center;color:#2b352d}.profile-avatar-option em{margin:0;font-style:normal;font-size:.62rem;line-height:1.2;text-align:center;color:#6e756d}.profile-avatar-option.locked img,.profile-avatar-option.locked span{opacity:.78}.profile-label{margin-top:.5rem;display:block;font-size:.9rem;font-weight:600}.profile-input{margin-top:.35rem;width:100%;border:1px solid var(--line);border-radius:.82rem;background:#fff;font:inherit;color:var(--ink);padding:.78rem .9rem;transition:border-color .12s ease,box-shadow .12s ease}.profile-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.profile-hint{margin:.1rem 0 0;font-size:.82rem;color:var(--muted)}.profile-actions{display:flex;justify-content:flex-start;gap:.55rem;margin-top:.45rem}.profile-top-actions{display:grid;gap:.55rem}.profile-settings-card{border:1px solid var(--line);border-radius:1rem;background:var(--panel);padding:.9rem;display:grid;gap:.7rem}.profile-trust-card{border:1px solid var(--line);border-radius:1rem;padding:.95rem;display:grid;gap:.72rem;background:radial-gradient(circle at top right,rgba(255,255,255,.72),transparent 45%),linear-gradient(140deg,#fefcf7f0,#f5f9f2e0)}.profile-trust-card-clear{border-color:#1e724d38;background:radial-gradient(circle at top right,rgba(214,250,232,.9),transparent 40%),linear-gradient(140deg,#f9fffcfa,#eef8f1e6)}.profile-trust-card-steady{border-color:#566d562e}.profile-trust-card-fragile{border-color:#91805f33;background:radial-gradient(circle at top right,rgba(249,236,208,.74),transparent 44%),linear-gradient(140deg,#fffbf5fa,#f8f4ebeb)}.profile-trust-card-blurred{border-color:#8284822e;background:radial-gradient(circle at top right,rgba(236,236,232,.78),transparent 44%),linear-gradient(140deg,#faf9f6fa,#f0f0ece6)}.profile-trust-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.profile-trust-head h3{margin:.2rem 0 0;font-size:1rem}.profile-trust-score-wrap{display:grid;justify-items:end;gap:.35rem}.profile-trust-score-wrap strong{font-family:Space Grotesk,sans-serif;font-size:1.6rem;line-height:1}.profile-trust-meter{position:relative;height:.62rem;border-radius:999px;overflow:hidden;background:#18221814}.profile-trust-meter-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#18221847,#1822189e)}.profile-trust-meter-fill-clear{background:linear-gradient(90deg,#57c28e,#16704d)}.profile-trust-meter-fill-steady{background:linear-gradient(90deg,#91b39a,#3b5a40)}.profile-trust-meter-fill-fragile{background:linear-gradient(90deg,#ebcf9a,#9a6d25)}.profile-trust-meter-fill-blurred{background:linear-gradient(90deg,#d3d3cc,#7b817c)}.profile-trust-meter-dot{position:absolute;top:50%;width:.82rem;height:.82rem;border-radius:999px;border:2px solid rgba(255,255,255,.9);background:#182218;transform:translateY(-50%);box-shadow:0 2px 10px #1822182e}.profile-trust-meter-dot-clear{background:#16704d}.profile-trust-meter-dot-steady{background:#4a6550}.profile-trust-meter-dot-fragile{background:#9a6d25}.profile-trust-meter-dot-blurred{background:#7b817c}.profile-trust-pill{display:inline-flex;align-items:center;min-height:1.9rem;padding:.28rem .68rem;border-radius:999px;border:1px solid var(--line);background:#ffffffd6;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.profile-trust-pill-clear{color:#14543b;border-color:#14543b2e;background:#d6fae8d6}.profile-trust-pill-steady{color:#35473a;background:#f0f5efe6}.profile-trust-pill-fragile{color:#7b5b29;background:#f9ecd0b8}.profile-trust-pill-blurred{color:#6b716a;background:#ecece8db}.profile-trust-mark-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.profile-trust-mark{display:inline-flex;align-items:center;min-height:2.2rem;padding:.44rem .8rem;border-radius:999px;border:1px solid var(--line);background:#ffffffdb;font-size:.95rem;font-weight:800;letter-spacing:.01em}.profile-trust-mark-clear{color:#14543b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8eb,#fffffffa),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 12px,transparent 12px 24px)}.profile-trust-mark-steady{color:#2c3f31;background:linear-gradient(120deg,#f0f5eff5,#fffffffa)}.profile-trust-mark-fragile{color:#7a6038;border-style:dashed;background:linear-gradient(120deg,#f9ecd08f,#fffffff2)}.profile-trust-mark-blurred{color:#70746f;text-shadow:0 0 8px rgba(103,106,103,.16);filter:saturate(.9)}.profile-trust-caption{font-size:.84rem;font-weight:700;color:var(--muted)}.profile-trust-summary{margin:0;font-size:1rem;line-height:1.5;color:#253225}.profile-trust-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.profile-trust-metric{border:1px solid rgba(24,34,24,.08);border-radius:.9rem;background:#ffffffb8;padding:.7rem;display:grid;gap:.2rem}.profile-trust-metric span{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-trust-metric strong{font-size:1.1rem;color:#182218}.profile-trust-footnote{margin:0;font-size:.82rem;line-height:1.5;color:var(--muted)}.profile-trust-ledger{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.profile-trust-ledger-item{border-top:1px solid rgba(24,34,24,.08);padding-top:.55rem;display:grid;gap:.18rem}.profile-trust-ledger-item span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}.profile-trust-ledger-item strong{font-size:.95rem;color:#1f2a1f}.profile-short-claim-card,.profile-claim-editor{border:1px solid rgba(24,34,24,.08);border-radius:.95rem;padding:.82rem;background:#ffffffb8;display:grid;gap:.68rem}.profile-short-claim-card-ultra,.profile-claim-editor-ultra{border-color:#14543b2e;background:radial-gradient(circle at top right,rgba(214,250,232,.82),transparent 38%),linear-gradient(140deg,#fafffcf5,#f1f8f3e6)}.profile-short-claim-card-scarce,.profile-claim-editor-scarce{border-color:#566d5629;background:linear-gradient(140deg,#f7faf6f5,#ffffffeb)}.profile-short-claim-card-locked,.profile-claim-editor-locked{border-color:#82848229;background:linear-gradient(140deg,#f9f8f4fa,#f1f0eceb)}.profile-short-claim-head,.profile-claim-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.profile-short-claim-head h4{margin:.16rem 0 0;font-size:.98rem}.profile-short-claim-pill{display:inline-flex;align-items:center;min-height:1.8rem;padding:.24rem .62rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffd6;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-short-claim-pill-ultra{color:#14543b;border-color:#14543b2e;background:#d6fae8d6}.profile-short-claim-pill-scarce{color:#35473a;background:#f0f5efe6}.profile-short-claim-pill-locked{color:#6b716a;background:#ecece8db}.profile-short-claim-hero,.profile-claim-editor-body{display:flex;align-items:center;gap:.72rem}.profile-short-claim-token{display:inline-flex;align-items:center;justify-content:center;min-width:5.8rem;min-height:3rem;padding:.48rem .88rem;border-radius:1rem;border:1px solid rgba(24,34,24,.08);background:#ffffffeb;font-family:Space Grotesk,sans-serif;font-size:1.02rem;font-weight:700;color:#203020;letter-spacing:.01em;text-align:center}.profile-short-claim-token-ultra{color:#14543b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8f0,#fffffffa),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 12px,transparent 12px 24px)}.profile-short-claim-token-scarce{color:#2c3f31;background:linear-gradient(120deg,#f0f5eff5,#fffffffa)}.profile-short-claim-token-locked{color:#70746f;background:linear-gradient(120deg,#f2f0ebf0,#ffffffe6)}.profile-short-claim-hero-copy,.profile-claim-editor-copy{display:grid;gap:.18rem}.profile-short-claim-hero-copy strong,.profile-claim-editor-copy strong{font-size:.94rem;color:#182218}.profile-short-claim-hero-copy span,.profile-claim-editor-copy span,.profile-claim-editor-head span,.profile-claim-editor-foot span{font-size:.82rem;line-height:1.45;color:var(--muted)}.profile-short-claim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.profile-short-claim-cell{border:1px solid rgba(24,34,24,.08);border-radius:.86rem;background:#ffffffd1;padding:.68rem;display:grid;gap:.18rem}.profile-short-claim-cell span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-short-claim-cell strong{font-size:.96rem;color:#182218}.profile-short-claim-note{margin:0;font-size:.82rem;line-height:1.5;color:var(--muted)}.profile-short-claim-examples{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile-short-claim-example{display:inline-flex;align-items:center;min-height:1.9rem;padding:.24rem .62rem;border-radius:999px;border:1px solid rgba(24,34,24,.08);background:#ffffffdb;font-size:.8rem;font-weight:700;color:#2f3b31}.profile-claim-editor-head strong{font-size:.92rem;color:#1f2a1f}.profile-claim-editor-foot{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap;padding-top:.1rem}.profile-settings-copy h3{margin:.2rem 0 0;font-size:1rem}.profile-settings-eyebrow{margin:0;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.profile-settings-actions{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.profile-permission-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.34rem .74rem;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-action-row{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);padding:.82rem .9rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;text-align:left;font:inherit;color:#233126;font-weight:600;cursor:pointer;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.profile-action-row:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-action-row:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff2e,var(--ghost-button-shadow-hover)}.profile-action-row:disabled{opacity:.62;cursor:not-allowed}.profile-action-row-title{font-size:.95rem}.profile-action-row-copy{display:grid;gap:.14rem}.profile-action-row-note{font-size:.78rem;font-weight:500;color:var(--muted)}.profile-action-row-arrow{font-size:.96rem;color:#18221885;line-height:1}@media(min-width:1100px){.profile-shell{padding:clamp(1.2rem,2.6vw,2rem) clamp(1.35rem,2.8vw,2.5rem) clamp(1.35rem,2.8vw,2rem) calc(clamp(6.75rem,7vw,8rem) + clamp(1.1rem,1.8vw,1.8rem))}.profile-card{width:min(100%,58rem)}.profile-entry-card{grid-template-columns:minmax(0,1.32fr) minmax(15rem,17rem);gap:1.1rem;padding:1.15rem}.profile-top-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.profile-action-row{min-height:8.8rem;padding:1rem 1rem 1.05rem;border-radius:1.28rem;grid-template-columns:1fr;align-items:start;gap:1rem}.profile-action-row-copy{gap:.38rem}.profile-action-row-arrow{justify-self:end;margin-top:auto;font-size:1.02rem}}.profile-primary-btn,.profile-secondary-btn,.profile-link-btn{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.64rem .9rem;font:inherit;font-weight:600;cursor:pointer;background:var(--ghost-button-bg);color:#233126;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.profile-danger-btn{border:1px solid rgba(204,121,128,.2);border-radius:999px;padding:.7rem .95rem;font:inherit;font-weight:600;cursor:pointer;background:linear-gradient(180deg,#fff4f542,#fff4f51f);color:#7a2a33;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.profile-danger-btn.confirm{border-color:#ad535f47;background:linear-gradient(180deg,#ffeff157,#ffeff12e);color:#6f1e28}.profile-danger-btn:hover:not(:disabled){background:linear-gradient(180deg,#fff2f466,#fff2f438);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-danger-wrap{margin-top:.6rem}.profile-danger-actions{display:flex;gap:.55rem;align-items:center}.profile-danger-hint{margin:0 0 .6rem;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:.72rem;padding:.6rem .7rem;font-size:.88rem}.profile-primary-btn{border-color:#8fc3a842;background:linear-gradient(180deg,#eaf9f147,#eaf9f11f);color:#1f553c}.profile-primary-btn:hover:not(:disabled){background:linear-gradient(180deg,#eaf9f15c,#eaf9f12e);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-secondary-btn,.profile-link-btn{color:#233126}.profile-secondary-btn:hover:not(:disabled),.profile-link-btn:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-primary-btn:focus-visible,.profile-secondary-btn:focus-visible,.profile-link-btn:focus-visible,.profile-danger-btn:focus-visible,.profile-action-row:focus-visible,.profile-aura-button:focus-visible{outline:none}.profile-claim-editor-focus{border-color:#d6f9e747;box-shadow:0 0 0 1px #ffffff2e inset,0 20px 42px #1f8a5b14}.profile-primary-btn:disabled,.profile-secondary-btn:disabled,.profile-danger-btn:disabled{opacity:.62;cursor:not-allowed}.profile-status{margin:.15rem 0 0;border:1px solid rgba(31,138,91,.16);background:#1f8a5b14;color:#21553d;border-radius:.72rem;padding:.6rem .7rem;font-size:.9rem}.profile-group-access{border:1px solid var(--line);border-radius:1rem;background:#fff;padding:.9rem;display:grid;gap:.65rem}.profile-group-access h3,.profile-group-access h4{margin:0}.profile-owned-groups{display:grid;gap:.55rem}.profile-owned-group{border:1px solid #ddd7ca;border-radius:.82rem;background:#fcf9f4e0;padding:.7rem;display:grid;gap:.5rem}.profile-owned-group-main h4{margin:0;font-size:.98rem}.profile-owned-group-main p{margin:.18rem 0 0;font-size:.84rem;color:var(--muted)}.profile-owned-group-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.profile-verify-toggle{border:1px solid #d8ddd0;border-radius:.72rem;background:#fff;padding:.45rem .6rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.84rem;font-weight:600;color:#2f3a4f}.profile-verify-toggle input{margin:0}.profile-join-requests-panel{border:1px solid #ddd8cb;border-radius:.9rem;background:#fcf9f4e6;padding:.7rem;display:grid;gap:.55rem}.profile-join-request-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.profile-join-request-item{border:1px solid #ddd8cb;border-radius:.75rem;background:#fff;padding:.55rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.profile-join-request-meta{display:grid;gap:.1rem}.profile-join-request-meta span{font-size:.84rem;color:var(--muted)}.profile-join-request-actions{display:flex;align-items:center;gap:.45rem}.profile-header-skeleton{align-items:flex-start}.profile-header-skeleton-copy{display:grid;gap:.45rem;min-width:min(100%,16rem)}.profile-entry-card-loading,.profile-top-actions-loading{pointer-events:none}.profile-loading-copy{display:grid;gap:.38rem}.profile-avatar-skeleton{display:grid;place-items:center;background:#fcf9f4eb}.profile-avatar-skeleton-core{width:100%;height:100%;border-radius:inherit}.profile-aura-skeleton{border-radius:1.45rem;padding:.95rem;display:grid;gap:.42rem;border:1px solid rgba(255,255,255,.16);background:#ffffff6b}.profile-action-row-skeleton:hover{transform:none;border-color:#ffffff29;box-shadow:var(--ghost-button-shadow)}.profile-step-skeleton{width:7.6rem;height:.76rem;border-radius:999px}.profile-title-skeleton{width:min(11.5rem,56vw);height:2.15rem;border-radius:.9rem}.profile-entry-kicker-skeleton{width:4.5rem;height:.72rem;border-radius:999px}.profile-name-skeleton{width:min(10rem,52vw);height:1.28rem;border-radius:999px}.profile-cleanid-skeleton{width:5.8rem;height:1.9rem;border-radius:999px}.profile-meta-skeleton{width:min(12rem,60vw);height:.82rem;border-radius:999px}.profile-meta-skeleton-short{width:min(8rem,42vw)}.profile-aura-label-skeleton{width:3.8rem;height:.72rem;border-radius:999px}.profile-aura-title-skeleton{width:min(8.5rem,40vw);height:1.2rem;border-radius:999px}.profile-aura-copy-skeleton{width:min(9.8rem,48vw);height:.82rem;border-radius:999px}.profile-aura-copy-skeleton-short{width:min(6.2rem,30vw)}.profile-action-title-skeleton{width:min(9rem,42vw);height:1.05rem;border-radius:999px}.profile-action-note-skeleton{width:min(16rem,74vw);height:.84rem;border-radius:999px;margin-top:.32rem}.profile-action-arrow-skeleton{width:1rem;height:1rem;border-radius:999px;flex-shrink:0}.profile-skeleton-surface{position:relative;overflow:hidden;display:block;background:linear-gradient(112deg,#ffffff4d 8%,#ffffffb8 18%,#ffffff57 33%),#ece8e0d1;background-size:220% 100%;animation:profile-skeleton-shimmer 1.8s linear infinite}.profile-loading{margin:0;color:var(--muted)}@keyframes profile-surface-enter{0%{opacity:0;transform:translateY(18px) scale(.99);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes profile-aura-breathe{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes profile-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:760px){.profile-avatar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-entry-card{grid-template-columns:1fr}}@media(max-width:540px){.profile-shell{padding:.85rem}.profile-summary{flex-direction:column;align-items:flex-start}.profile-entry-identity{align-items:flex-start}.profile-summary-signal{width:100%;justify-items:start;text-align:left}.profile-short-claim-head,.profile-claim-editor-head,.profile-short-claim-hero,.profile-claim-editor-body,.profile-avatar-head,.profile-avatar-tier-head{flex-direction:column;align-items:flex-start}.profile-entry-card{padding:.9rem}.profile-aura-button{min-height:9.5rem}.profile-actions{flex-direction:column-reverse;align-items:stretch}.profile-top-actions{gap:.5rem}.profile-trust-head{flex-direction:column}.profile-trust-score-wrap{justify-items:start}.profile-trust-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-trust-ledger,.profile-short-claim-grid{grid-template-columns:1fr}.profile-danger-actions{flex-direction:column;align-items:stretch}.profile-avatar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-join-request-item{flex-direction:column;align-items:stretch}.profile-join-request-actions{justify-content:stretch}}@media(prefers-reduced-motion:reduce){.profile-card>*,.profile-aura-button-clear:before{animation:none}}.profile-edit-shell{min-height:100svh;padding:clamp(1rem,3vw,1.6rem);color:#17211a;font-family:Manrope,sans-serif;background:radial-gradient(54rem 26rem at 50% 0%,#f4faf6e0,#f4faf600 72%),linear-gradient(180deg,#f9f6f0f0,#f5f0e8b8);animation:profile-edit-enter .42s cubic-bezier(.22,1,.36,1) both}.profile-edit-shell.is-leaving{animation:profile-edit-exit .26s cubic-bezier(.55,.08,.68,.53) both}.profile-edit-page{width:min(100%,41rem);margin:0 auto;display:grid;gap:clamp(1.5rem,4vw,2.8rem)}.profile-edit-nav{display:flex;justify-content:flex-start}.profile-edit-back-button{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:#17211a;padding:.46rem .82rem .46rem .68rem;display:inline-flex;align-items:center;gap:.5rem;font:inherit;font-size:.92rem;font-weight:600;letter-spacing:.08em;cursor:pointer;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.profile-edit-back-button:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-edit-back-button:disabled{opacity:.54;cursor:default}.profile-edit-header{display:grid;gap:.85rem;padding-top:clamp(1.2rem,5vw,4.4rem)}.profile-edit-eyebrow{margin:0;font-size:.74rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#17211a6b}.profile-edit-header h1{margin:0;font-size:clamp(2.05rem,7vw,3.9rem);line-height:1.02;font-weight:300;letter-spacing:.05em}.profile-edit-header p:last-child,.profile-edit-loading,.profile-edit-status,.profile-edit-caption{margin:0;font-size:1rem;line-height:1.9;font-weight:300;letter-spacing:.05em;color:#17211aad}.profile-edit-form{display:grid;gap:1.3rem;padding:clamp(1rem,3vw,1.3rem) 0 .2rem}.profile-edit-field{display:grid;gap:.7rem}.profile-edit-label{font-size:.74rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#17211a70}.profile-edit-input{width:100%;border:0;border-bottom:1px solid rgba(23,33,26,.16);border-radius:0;background:transparent;box-shadow:inset 0 -10px 18px #ffffff24;font:inherit;font-size:clamp(1.3rem,4vw,1.7rem);line-height:1.4;font-weight:300;letter-spacing:.04em;color:#17211a;padding:0 0 .78rem;transition:border-color .32s cubic-bezier(.25,.46,.45,.94),box-shadow .32s cubic-bezier(.25,.46,.45,.94)}.profile-edit-input::placeholder{color:#17211a47}.profile-edit-input:focus{outline:none;border-color:#17211a57;box-shadow:inset 0 -12px 22px #ffffff38}.profile-edit-actions{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding-top:1rem}.profile-edit-action{min-height:2.9rem;padding:.68rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);font:inherit;font-weight:500;letter-spacing:.05em;color:#17211a;box-shadow:var(--ghost-button-shadow);cursor:pointer;transition:var(--ghost-button-transition)}.profile-edit-action:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-edit-action:disabled{opacity:.54;cursor:default}.profile-edit-action-primary{min-width:10.5rem}.profile-edit-action-secondary{color:#17211ab8}.profile-edit-status,.profile-edit-loading{padding-top:.2rem}@keyframes profile-edit-enter{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@keyframes profile-edit-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@media(max-width:640px){.profile-edit-shell{padding:.95rem}.profile-edit-header{padding-top:1rem}.profile-edit-actions{flex-direction:column-reverse;align-items:stretch}.profile-edit-action{width:100%}}.purity-detail-shell{--purity-ink: #17221b;--purity-muted: rgba(23, 34, 27, .68);--purity-line: rgba(23, 34, 27, .08);min-height:100svh;padding:clamp(.95rem,2.8vw,1.6rem);color:var(--purity-ink);font-family:Manrope,sans-serif;animation:purity-space-enter .42s cubic-bezier(.22,1,.36,1) both}.purity-detail-shell.is-leaving{animation:purity-space-exit .26s cubic-bezier(.55,.08,.68,.53) both}.purity-detail-shell-blurred,.purity-detail-shell-fragile{background:radial-gradient(68rem 34rem at 50% 0%,#f6f1e7eb,#f6f1e700 72%),linear-gradient(180deg,#faf8f3e6,#f7f3ecb3)}.purity-detail-shell-steady{background:radial-gradient(52rem 30rem at 50% 0%,#eaf7f3e6,#eaf7f300 76%),linear-gradient(180deg,#f7fbf9eb,#f1f7f5bd)}.purity-detail-shell-clear{background:radial-gradient(48rem 28rem at 50% 0%,#d2f9e7f0,#d2f9e700 70%),linear-gradient(180deg,#f7fffbf0,#eef8f2c7)}.purity-detail-page{width:min(100%,56rem);margin:0 auto;display:grid;gap:1.6rem}.purity-detail-nav{display:flex;justify-content:flex-start}.purity-back-button{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:var(--purity-ink);padding:.46rem .82rem .46rem .68rem;display:inline-flex;align-items:center;gap:.5rem;font:inherit;font-size:.9rem;font-weight:600;letter-spacing:.06em;cursor:pointer;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.purity-back-button:hover{border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.purity-detail-hero{position:relative;overflow:hidden;border-radius:1.8rem;padding:clamp(1.4rem,4vw,2.6rem);min-height:18rem;display:grid;align-content:end;gap:1.3rem}.purity-detail-hero:before,.purity-detail-hero:after{content:"";position:absolute;inset:0;pointer-events:none}.purity-detail-hero:before{background:linear-gradient(180deg,#ffffff52,#ffffff0f 42%,#ffffff3d),radial-gradient(circle at 22% 18%,rgba(255,255,255,.42),transparent 24%)}.purity-detail-hero:after{background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.2),transparent 32%)}.purity-detail-hero-blurred,.purity-detail-hero-fragile{border:0;background:linear-gradient(160deg,#f9f6f0f5,#f3efe7eb),repeating-linear-gradient(135deg,rgba(102,94,81,.03) 0 2px,transparent 2px 8px);box-shadow:inset 0 1px #ffffff6b,inset 0 -12px 24px #62584c0f}.purity-detail-hero-steady{border:1px solid rgba(255,255,255,.62);background:linear-gradient(160deg,#f6fcf994,#ecf5f16b),radial-gradient(circle at 20% 18%,rgba(255,255,255,.72),transparent 22%);backdrop-filter:blur(22px) saturate(1.08);-webkit-backdrop-filter:blur(22px) saturate(1.08);box-shadow:inset 0 1px #ffffffc7,0 18px 42px #65827624}.purity-detail-hero-clear{border:1px solid rgba(217,250,236,.76);background:radial-gradient(circle at 50% 10%,rgba(213,252,232,.42),transparent 38%),linear-gradient(155deg,#fafffcd1,#e8f6ee99);box-shadow:inset 0 0 0 1px #ffffff6b,inset 0 18px 32px #ffffff42,0 22px 60px #1c6d4f29,0 0 42px #70d6a91f}.purity-detail-hero-clear:after{background:radial-gradient(circle at 64% 26%,rgba(190,255,225,.34),transparent 30%),radial-gradient(circle at 36% 44%,rgba(255,255,255,.34),transparent 28%);animation:purity-crystal-breathe 14s ease-in-out infinite}.purity-detail-avatar-wrap{width:4.8rem;height:4.8rem;border-radius:1.3rem;overflow:hidden;border:1px solid rgba(255,255,255,.36);background:#ffffffb8;box-shadow:0 12px 30px #161f1814}.purity-detail-avatar-wrap img{width:100%;height:100%;object-fit:cover}.purity-detail-copy{max-width:34rem;display:grid;gap:.8rem}.purity-detail-eyebrow{margin:0;font-size:.76rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#17221b7a}.purity-detail-copy h1,.purity-detail-ledger-copy h2{margin:0;font-family:Manrope,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:300;letter-spacing:.04em;line-height:1.02}.purity-detail-summary,.purity-detail-note p,.purity-detail-note span{margin:0;font-size:clamp(1rem,2.6vw,1.18rem);line-height:1.8;font-weight:300;letter-spacing:.04em}.purity-detail-meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.purity-detail-meta span{display:inline-flex;align-items:center;min-height:2rem;padding:.28rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.38);background:#ffffff57;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:.74rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.purity-detail-note{display:grid;gap:.7rem;padding-top:.2rem;max-width:42rem}.purity-detail-note span{color:var(--purity-muted)}.purity-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.purity-detail-cell{border:1px solid var(--purity-line);border-radius:1.25rem;background:#ffffff7a;padding:1rem 1rem 1.1rem;display:grid;gap:.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.purity-detail-cell span{font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--purity-muted)}.purity-detail-cell strong{font-size:clamp(1rem,3vw,1.26rem);line-height:1.5;font-weight:300;letter-spacing:.04em}.purity-detail-ledger{display:grid;gap:1rem;padding:1.2rem 0 .2rem}.purity-detail-ledger-copy h2{font-size:clamp(1.4rem,4vw,2rem)}.purity-detail-ledger-list{display:grid;gap:.85rem}.purity-detail-ledger-item{display:grid;gap:.3rem;padding-bottom:.9rem;border-bottom:1px solid rgba(23,34,27,.08)}.purity-detail-ledger-item span{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--purity-muted)}.purity-detail-ledger-item strong{font-size:clamp(1rem,2.6vw,1.24rem);line-height:1.8;font-weight:300;letter-spacing:.04em}.purity-status,.purity-loading{margin:0;padding:.9rem 1rem;border-radius:1rem;background:#ffffff85;border:1px solid rgba(23,34,27,.08);color:var(--purity-muted);font-weight:400}.purity-detail-resonance{display:grid;gap:.95rem;padding-top:clamp(2.2rem,8vw,5.4rem);margin-top:clamp(.8rem,4vw,1.8rem)}.purity-detail-resonance-copy{display:grid;gap:.4rem}.purity-detail-resonance-copy h2{margin:0;font-size:clamp(1.35rem,3.8vw,1.9rem);font-weight:300;letter-spacing:.05em;line-height:1.2}.purity-detail-resonance-line{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.purity-detail-resonance-line p,.purity-detail-resonance-note{margin:0;font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.8;font-weight:300;letter-spacing:.04em}.purity-detail-resonance-line p{color:var(--purity-ink)}.purity-detail-resonance-note{color:var(--purity-muted);max-width:38rem}.purity-resonance-cta{flex-shrink:0;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);color:#214b36;padding:.7rem 1rem;font:inherit;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.purity-resonance-cta:hover{border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}@keyframes purity-space-enter{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes purity-space-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@keyframes purity-crystal-breathe{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media(max-width:640px){.purity-detail-page{gap:1.3rem}.purity-detail-hero{min-height:16rem;gap:1rem}.purity-detail-grid{grid-template-columns:1fr}.purity-detail-resonance-line{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.purity-detail-shell,.purity-detail-shell.is-leaving,.purity-detail-hero-clear:after{animation:none}.purity-back-button,.purity-detail-meta span,.purity-detail-cell,.purity-resonance-cta{transition:none}}.identity-vault-shell{--vault-ink: #17211b;--vault-muted: rgba(23, 33, 27, .68);--vault-line: rgba(23, 33, 27, .08);min-height:100svh;padding:clamp(1rem,3vw,1.6rem);color:var(--vault-ink);font-family:Manrope,sans-serif;animation:identity-vault-enter .42s cubic-bezier(.22,1,.36,1) both}.identity-vault-shell.is-leaving{animation:identity-vault-exit .26s cubic-bezier(.55,.08,.68,.53) both}.identity-vault-shell-blurred,.identity-vault-shell-fragile{background:radial-gradient(72rem 34rem at 50% 0%,#f6f1e7eb,#f6f1e700 74%),linear-gradient(180deg,#faf7f1eb,#f5f0e8bd)}.identity-vault-shell-steady{background:radial-gradient(62rem 30rem at 50% 0%,#ecf7f3eb,#ecf7f300 74%),linear-gradient(180deg,#f7fcf9f0,#eff6f2c2)}.identity-vault-shell-clear{background:radial-gradient(52rem 28rem at 50% 0%,#d2f9e7f0,#d2f9e700 72%),linear-gradient(180deg,#f8fffbf5,#edf8f1c7)}.identity-vault-page{width:min(100%,74rem);margin:0 auto;display:grid;gap:clamp(1.3rem,3vw,2rem)}.identity-vault-nav{display:flex;justify-content:flex-start}.identity-vault-back-button{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:var(--vault-ink);padding:.46rem .82rem .46rem .68rem;display:inline-flex;align-items:center;gap:.5rem;font:inherit;font-size:.92rem;font-weight:600;letter-spacing:.08em;cursor:pointer;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.identity-vault-back-button:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.identity-vault-back-button:disabled{opacity:.54;cursor:default}.identity-vault-hero{position:relative;overflow:hidden;border-radius:1.9rem;padding:clamp(1.4rem,4vw,2.3rem);display:grid;gap:1.1rem}.identity-vault-hero:before,.identity-vault-hero:after{content:"";position:absolute;inset:0;pointer-events:none}.identity-vault-hero:before{background:linear-gradient(180deg,#ffffff57,#ffffff14 42%,#ffffff3d),radial-gradient(circle at 22% 18%,rgba(255,255,255,.42),transparent 24%)}.identity-vault-hero-blurred,.identity-vault-hero-fragile{background:linear-gradient(160deg,#f9f6f0f5,#f3efe7eb),repeating-linear-gradient(135deg,rgba(102,94,81,.03) 0 2px,transparent 2px 8px);box-shadow:inset 0 1px #ffffff6b,inset 0 -12px 24px #62584c0f}.identity-vault-hero-steady{border:1px solid rgba(255,255,255,.62);background:linear-gradient(160deg,#f6fcf994,#ecf5f16b),radial-gradient(circle at 20% 18%,rgba(255,255,255,.72),transparent 22%);backdrop-filter:blur(22px) saturate(1.08);-webkit-backdrop-filter:blur(22px) saturate(1.08);box-shadow:inset 0 1px #ffffffc7,0 18px 42px #65827624}.identity-vault-hero-clear{border:1px solid rgba(217,250,236,.76);background:radial-gradient(circle at 50% 12%,rgba(213,252,232,.42),transparent 38%),linear-gradient(155deg,#fafffcd6,#e8f6ee99);box-shadow:inset 0 0 0 1px #ffffff6b,inset 0 18px 32px #ffffff42,0 22px 60px #1c6d4f29,0 0 42px #70d6a91f}.identity-vault-hero-clear:after{background:radial-gradient(circle at 64% 26%,rgba(190,255,225,.34),transparent 30%),radial-gradient(circle at 36% 44%,rgba(255,255,255,.34),transparent 28%);animation:identity-vault-crystal-breathe 14s ease-in-out infinite}.identity-vault-hero-main,.identity-vault-copy,.identity-vault-meta{position:relative;z-index:1}.identity-vault-hero-main{display:flex;align-items:flex-end;gap:1rem}.identity-vault-avatar-frame{width:clamp(4.9rem,10vw,6rem);height:clamp(4.9rem,10vw,6rem);border-radius:1.45rem;overflow:hidden;border:1px solid rgba(255,255,255,.42);background:#ffffffb8;box-shadow:0 14px 32px #111c1214;flex-shrink:0}.identity-vault-avatar-frame img{width:100%;height:100%;object-fit:cover}.identity-vault-copy{display:grid;gap:.8rem;max-width:42rem}.identity-vault-eyebrow{margin:0;font-size:.76rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#17211b75}.identity-vault-copy h1,.identity-vault-section-head h2{margin:0;font-size:clamp(1.9rem,5vw,3.1rem);line-height:1.03;font-weight:300;letter-spacing:.05em}.identity-vault-copy p:last-child,.identity-vault-section-head p,.identity-vault-loading,.identity-vault-status{margin:0;font-size:1rem;line-height:1.85;font-weight:300;letter-spacing:.05em;color:var(--vault-muted)}.identity-vault-meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.identity-vault-meta span{display:inline-flex;align-items:center;min-height:2rem;padding:.28rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.38);background:#ffffff57;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:.74rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.identity-vault-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(17rem,.78fr);gap:1rem;align-items:start}.identity-vault-form,.identity-vault-ledger{border-radius:1.6rem;border:1px solid var(--vault-line);background:#ffffff7a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.identity-vault-form{padding:clamp(1rem,2.7vw,1.5rem);display:grid;gap:1.15rem;box-shadow:0 16px 38px #1017110f}.identity-vault-section-head{display:grid;gap:.55rem}.identity-vault-section-head h2{font-size:clamp(1.28rem,3vw,1.9rem)}.identity-vault-claim{display:grid;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(23,33,27,.08)}.identity-vault-field{display:grid;gap:.7rem}.identity-vault-field-label{font-size:.74rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#17211b75}.identity-vault-input{width:100%;border:0;border-bottom:1px solid rgba(23,33,27,.16);border-radius:0;background:transparent;box-shadow:inset 0 -10px 18px #ffffff24;font:inherit;font-size:clamp(1.2rem,3vw,1.45rem);line-height:1.4;font-weight:300;letter-spacing:.04em;color:var(--vault-ink);padding:0 0 .78rem;transition:border-color .32s cubic-bezier(.25,.46,.45,.94),box-shadow .32s cubic-bezier(.25,.46,.45,.94)}.identity-vault-input:focus{outline:none;border-color:#17211b57;box-shadow:inset 0 -12px 22px #ffffff38}.identity-vault-claim-preview{display:flex;align-items:center;gap:.95rem;flex-wrap:wrap}.identity-vault-token{display:inline-flex;align-items:center;min-height:2.4rem;padding:.32rem .84rem;border-radius:999px;border:1px solid rgba(23,33,27,.12);background:#ffffffa8;font-size:.96rem;font-weight:500;letter-spacing:.03em}.identity-vault-token-ultra{color:#14543b;border-color:#14543b2e;background:linear-gradient(120deg,#d6fae8eb,#fffffffa),repeating-linear-gradient(135deg,rgba(20,84,59,.08) 0 10px,transparent 10px 20px)}.identity-vault-token-scarce{color:#2c3f31;background:linear-gradient(120deg,#f0f5eff5,#fffffffa)}.identity-vault-token-locked{color:#17211b94;background:#efece5f0}.identity-vault-claim-copy{display:grid;gap:.22rem}.identity-vault-claim-copy strong,.identity-vault-ledger-item strong{font-size:1rem;line-height:1.7;font-weight:300;letter-spacing:.04em}.identity-vault-claim-copy span,.identity-vault-ledger-item span{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--vault-muted)}.identity-vault-library{margin:0;padding-top:.2rem}.identity-vault-library legend{padding:0}.identity-vault-actions{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding-top:.4rem}.identity-vault-action{min-height:2.9rem;padding:.7rem 1.08rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);font:inherit;font-weight:500;letter-spacing:.05em;color:var(--vault-ink);box-shadow:var(--ghost-button-shadow);cursor:pointer;transition:var(--ghost-button-transition)}.identity-vault-action:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.identity-vault-action:disabled{opacity:.54;cursor:default}.identity-vault-action-primary{min-width:10.5rem}.identity-vault-action-secondary{color:#17211bbd}.identity-vault-ledger{padding:clamp(1rem,2.7vw,1.4rem);display:grid;gap:1rem}.identity-vault-ledger-list{display:grid;gap:.8rem}.identity-vault-ledger-item{display:grid;gap:.22rem;padding-top:.8rem;border-top:1px solid rgba(23,33,27,.08)}.identity-vault-loading,.identity-vault-status{padding:.2rem 0}@keyframes identity-vault-enter{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes identity-vault-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@keyframes identity-vault-crystal-breathe{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media(max-width:960px){.identity-vault-layout{grid-template-columns:1fr}}@media(max-width:640px){.identity-vault-shell{padding:.95rem}.identity-vault-hero-main,.profile-avatar-head,.profile-avatar-tier-head{flex-direction:column;align-items:flex-start}.identity-vault-actions{flex-direction:column-reverse;align-items:stretch}.identity-vault-action{width:100%}}.profile-settings-shell{min-height:100svh;padding:clamp(1rem,3vw,1.6rem);color:#17211a;font-family:Manrope,sans-serif;background:radial-gradient(58rem 30rem at 50% 0%,#f4faf6d1,#f4faf600 74%),linear-gradient(180deg,#f9f6f0f0,#f5f0e8b8);animation:profile-settings-enter .42s cubic-bezier(.22,1,.36,1) both}.profile-settings-shell.is-leaving{animation:profile-settings-exit .26s cubic-bezier(.55,.08,.68,.53) both}.profile-settings-page{width:min(100%,42rem);margin:0 auto;display:grid;gap:clamp(1.2rem,3vw,2rem)}.profile-settings-nav{display:flex;justify-content:flex-start}.profile-settings-back-button,.profile-settings-action{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:var(--ghost-button-bg);backdrop-filter:var(--ghost-button-blur);-webkit-backdrop-filter:var(--ghost-button-blur);color:#17211a;box-shadow:var(--ghost-button-shadow);transition:var(--ghost-button-transition)}.profile-settings-back-button{padding:.46rem .82rem .46rem .68rem;display:inline-flex;align-items:center;gap:.5rem;font:inherit;font-size:.92rem;font-weight:600;letter-spacing:.08em;cursor:pointer}.profile-settings-back-button:hover:not(:disabled),.profile-settings-action:hover:not(:disabled){border-color:#ffffff38;background:var(--ghost-button-bg-hover);box-shadow:var(--ghost-button-shadow-hover);transform:translateY(-1px)}.profile-settings-back-button:disabled,.profile-settings-action:disabled{opacity:.54;cursor:default}.profile-settings-header{display:grid;gap:.85rem;padding-top:clamp(1rem,4vw,2.8rem)}.profile-settings-header-loading,.profile-settings-card-loading{pointer-events:none}.profile-settings-eyebrow{margin:0;font-size:.74rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#17211a70}.profile-settings-header h1,.profile-settings-copy h2{margin:0;font-size:clamp(1.55rem,4vw,2.35rem);line-height:1.08;font-weight:300;letter-spacing:.05em}.profile-settings-header p,.profile-settings-copy p,.profile-settings-copy span,.profile-settings-loading,.profile-settings-status,.profile-settings-danger-note{margin:0;font-size:1rem;line-height:1.8;font-weight:300;letter-spacing:.04em;color:#17211aad}.profile-settings-card{border:1px solid rgba(23,33,26,.08);border-radius:1.5rem;background:#ffffff7a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:clamp(1rem,3vw,1.35rem);display:grid;gap:.9rem}.profile-settings-card-soft{background:linear-gradient(160deg,#ffffff8a,#f8f6ef66),#ffffff70}.profile-settings-card-danger{border-color:#8d47521f}.profile-settings-copy{display:grid;gap:.28rem}.profile-settings-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.profile-permission-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.34rem .74rem;border-radius:999px;border:1px solid rgba(23,33,26,.1);background:#ffffffbd;color:#17211a9e;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-permission-pill.active{border-color:#1f8a5b3d;background:#1f8a5b1a;color:#21553d}.profile-settings-action{min-height:2.9rem;padding:.68rem 1.08rem;font:inherit;font-weight:500;letter-spacing:.05em;cursor:pointer}.profile-settings-action-danger{border-color:#ad535f2e;color:#7a2a33}.profile-settings-danger-note{color:#7a2a33c2}.profile-settings-status{padding:.2rem 0}.profile-settings-actions-loading{justify-content:flex-start}.profile-settings-skeleton{position:relative;overflow:hidden;display:block;border-radius:999px;background:linear-gradient(112deg,#ffffff4d 8%,#ffffffb8 18%,#ffffff57 33%),#ece8e0d1;background-size:220% 100%;animation:profile-settings-shimmer 1.8s linear infinite}.profile-settings-eyebrow-skeleton{width:6.4rem;height:.76rem}.profile-settings-title-skeleton{width:min(16rem,82vw);height:2.9rem;border-radius:1.1rem}.profile-settings-name-skeleton{width:min(10rem,56vw);height:1.8rem}.profile-settings-inline-skeleton{width:5.2rem;height:1rem}.profile-settings-copy-skeleton{width:min(18rem,88vw);height:1rem}.profile-settings-copy-skeleton-short{width:min(13rem,66vw)}.profile-settings-pill-skeleton{width:4.2rem;height:2rem}.profile-settings-button-skeleton{width:min(12rem,56vw);height:2.9rem;border-radius:999px}@keyframes profile-settings-enter{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@keyframes profile-settings-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@keyframes profile-settings-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:640px){.profile-settings-shell{padding:.95rem}.profile-settings-actions{flex-direction:column;align-items:stretch}.profile-settings-action{width:100%}}
