:root{--sky-050:#f6fbff;--sky-100:#e7f2ff;--sky-300:#bbd9ff;--sky-500:#6ea7ff;--pink-100:#ffe7f4;--pink-300:#ffc6e6;--violet-700:#4d4f7d;--ink:#2d365d;--danger:#b23b5b;--card:#ffffffc7;--shadow:0 24px 70px #6d8cc440;color:var(--ink);font-family:Segoe UI,Trebuchet MS,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 14% 18%,#ffd8eae6 0,#0000 34%),radial-gradient(circle at 84% 4%,#b7d4fff2 0,#0000 38%),linear-gradient(160deg,#f7fbff,#eef7ff 52%,#fdf5ff);min-height:100vh;margin:0;overflow:hidden}a{color:inherit}#root{height:100vh;min-height:100vh;overflow:hidden}:root[data-theme-mode=light]{--ink:#26334f;--card:#ffffffe6}:root[data-theme-mode=dark]{--ink:#e3ebff;--violet-700:#b9c9ff;--card:#141c30d1;--shadow:0 24px 70px #070c186b}:root[data-theme-mode=dark] body{background:radial-gradient(circle at 14% 18%,#34457085 0,#0000 34%),radial-gradient(circle at 84% 4%,#425f9173 0,#0000 38%),linear-gradient(160deg,#0f172b,#152240 52%,#1c2340)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.auth-card{padding:24px}.chats-layout,.profile-layout{grid-template-columns:1fr;overflow:auto}.profile-feed-scroll{height:auto;overflow:visible}.topbar{flex-direction:column;align-items:flex-start}}.fullscreen-loader{place-items:center;min-height:100vh;font-size:1.1rem;font-weight:600;display:grid}.auth-screen{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:min(420px,100%);box-shadow:var(--shadow);border:1px solid #6ea7ff47;border-radius:24px;padding:30px;animation:.45s ease-out rise;position:relative}.auth-card:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffc6e6cc,#bbd9ffe6);border-radius:24px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.auth-card h1{letter-spacing:.01em;color:var(--violet-700);margin:0;font-size:2.2rem}.auth-card p{color:#4d4f7dd1;margin:8px 0 18px}.auth-card form{gap:10px;display:grid}.auth-card label{color:var(--violet-700);font-size:.92rem;font-weight:600}.auth-card input{font:inherit;color:var(--ink);background:#ffffffe0;border:1px solid #6ea7ff59;border-radius:12px;padding:12px}.auth-card input:focus{border-color:#ffc6e6f2;outline:2px solid #ffc6e6a6}.auth-card button{font:inherit;cursor:pointer;color:#fff;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:12px;margin-top:8px;padding:12px 16px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #6ea7ff59}.auth-card button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #6ea7ff73}.march-camera{filter:drop-shadow(0 10px 16px #5d8ad833);width:132px;height:auto;margin:-6px auto 8px;display:block}.auth-switch{gap:10px;margin-bottom:18px;display:flex}.auth-switch a{text-align:center;color:var(--violet-700);background:linear-gradient(120deg,#ffe7f4cc,#e7f2ffd9);border:1px solid #0000;border-radius:10px;flex:1;padding:8px 10px;font-weight:600;text-decoration:none}.auth-switch .active{background:linear-gradient(120deg,#ffc6e6e6,#bbd9ffeb);border-color:#6ea7ff73}.form-error{color:var(--danger);margin-top:4px;font-size:.92rem}.app-shell{grid-template-rows:minmax(0,1fr) auto;gap:12px;max-width:1200px;height:100vh;margin:0 auto;padding:18px;display:grid}.app-main{min-height:0;overflow:hidden}.mini-profile-bar{background:linear-gradient(100deg,#e0f1ffeb,#e5f0ffd1);border:1px solid #6ea7ff57;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex;box-shadow:0 10px 26px #4d4f7d29}.mini-profile-user{align-items:center;gap:10px;min-width:0;display:flex}.mini-profile-user img{object-fit:cover;border:2px solid #ffffffeb;border-radius:50%;width:40px;height:40px}.mini-profile-user b,.mini-profile-user small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.mini-profile-user b{font-size:1.12rem}.mini-profile-user small{color:#4d4f7dc2}.mini-profile-user-btn{cursor:pointer;color:inherit;text-align:left;background:0 0;border:0;padding:0}.mini-profile-controls{gap:8px;display:flex}.mini-profile-controls button{cursor:pointer;background:#f7fbffe6;border:0;border-radius:10px;min-width:38px;height:38px;font-size:1rem}.content-card{background:var(--card);box-shadow:var(--shadow);border:1px solid #6ea7ff3d;border-radius:18px;padding:24px;animation:.36s ease-out rise}.content-card h2{margin-top:0}.tiny-btn{color:var(--violet-700);cursor:pointer;background:linear-gradient(120deg,#ffd5eb,#dce9ff);border:0;border-radius:8px;padding:8px 10px;font-weight:700}.overlay-modal{z-index:120;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.overlay-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a253e6b;position:absolute;inset:0}.overlay-card{z-index:1;width:min(620px,100vw - 24px);max-height:calc(100vh - 24px);position:relative;overflow-y:auto}.status{margin-top:12px;font-weight:600}.status.error{color:var(--danger)}.loading-spinner-wrap{justify-content:center;align-items:center;display:inline-flex}.page-loading-spinner{z-index:90;background:#ffffffdb;border:1px solid #6ea7ff4d;border-radius:999px;width:32px;height:32px;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #4d4f7d33}.loading-spinner{border:2px solid #6ea7ff40;border-top-color:#6ea7ff;border-radius:999px;width:16px;height:16px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.settings-page{gap:12px;max-width:760px;margin:0 auto;display:grid}.settings-header{justify-content:space-between;align-items:center;display:flex}.settings-block{background:#ffffffb8;border:1px solid #6ea7ff42;border-radius:12px;gap:8px;padding:12px;display:grid}.settings-block h3,.settings-block p{margin:0}.settings-block label{gap:6px;font-weight:600;display:grid}.settings-block select{font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;padding:9px 10px}.settings-inline{flex-wrap:wrap;gap:8px;display:flex}.settings-inline button{color:var(--ink);font:inherit;cursor:pointer;background:#ffffffdb;border:1px solid #6ea7ff47;border-radius:10px;padding:8px 10px;font-weight:700}.settings-inline button.active{background:linear-gradient(120deg,#ffe7f4f2,#e7f2ffe6);border-color:#b985ff80}.diagnostics-block{gap:10px}.diagnostics-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.diagnostics-header button{color:var(--ink);font:inherit;cursor:pointer;background:#ffffffdb;border:1px solid #6ea7ff47;border-radius:10px;padding:7px 10px;font-weight:700}.diagnostics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 12px;display:grid}.diagnostics-grid p{margin:0}.diag-ok{color:#218a46}.diag-bad{color:#c63f52}.turn-health-list{gap:6px;display:grid}.turn-health-list p{word-break:break-word;margin:0;font-size:.9rem}.turn-url{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.ghost-link{background:#ffffffdb;border:1px solid #6ea7ff47;border-radius:10px;padding:7px 10px;text-decoration:none}.global-incoming-call{z-index:180;background:linear-gradient(120deg,#ffe7f4eb,#e7f2fff5);border:1px solid #6ea7ff47;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:min(420px,100vw - 24px);padding:10px 12px;display:flex;position:fixed;bottom:120px;right:22px;box-shadow:0 14px 32px #4d4f7d38}.global-call-panel{z-index:175;background:#f5fafff5;border:1px solid #6ea7ff42;border-radius:12px;gap:10px;width:min(520px,100vw - 24px);padding:10px;display:grid;position:fixed;bottom:120px;right:22px;box-shadow:0 14px 32px #4d4f7d38}.global-call-error{z-index:190;color:#c63f52;background:#ffffffeb;border:1px solid #ef647640;border-radius:8px;margin:0;padding:6px 10px;font-size:.88rem;position:fixed;bottom:88px;right:22px}.chats-layout{grid-template-columns:310px minmax(0,1fr);align-items:start;gap:16px;height:100%;display:grid;overflow:hidden}.socket-state{z-index:2;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:700;position:absolute;top:76px;right:28px}.socket-state.online{color:#1f7b47;background:#a0edc18c}.socket-state.offline{color:#8f4f17;background:#ffd8aa99}.peers-column{flex-direction:column;height:100%;display:flex;overflow:hidden}.profile-search-box{gap:8px;margin-bottom:10px;display:grid}.profile-search-box input{font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;padding:10px 12px}.profile-search-results{gap:6px;max-height:180px;padding-right:2px;display:grid;overflow:auto}.profile-search-results p{color:#4d4f7db8;margin:0;font-size:.88rem}.profile-search-item{background:#ffffffd1;border:1px solid #6ea7ff38;border-radius:10px;align-items:center;gap:9px;padding:8px;text-decoration:none;display:flex}.profile-search-item img{object-fit:cover;border:1px solid #6ea7ff4d;border-radius:50%;width:34px;height:34px}.profile-search-item b,.profile-search-item small{display:block}.profile-search-item small{color:#4d4f7db8}.profile-kind-mark{color:#fff;background:linear-gradient(120deg,#6e9fff,#b985ff);border-radius:999px;align-self:center;place-items:center;min-width:22px;height:22px;margin-left:auto;font-size:.74rem;font-weight:800;display:inline-grid}.chat-scope-toggle{grid-template-columns:1fr 1fr;gap:6px;margin:2px 0 10px;display:grid}.chat-scope-toggle button{color:var(--violet-700);font:inherit;cursor:pointer;background:#ffffffe0;border:1px solid #6ea7ff40;border-radius:10px;padding:8px 10px;font-weight:700}.chat-scope-toggle button.active{background:linear-gradient(120deg,#ffe7f4f2,#e7f2ffe6);border-color:#b985ff73}.chat-main{flex-direction:column;height:100%;display:flex}.chat-header{margin-bottom:10px}.chat-header h2{margin:0}.chat-header p{color:#4d4f7dcc;margin:2px 0 0;font-size:.88rem}.chat-header-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-peer-profile{align-items:center;gap:10px;text-decoration:none;display:flex}.chat-peer-profile img{object-fit:cover;border:2px solid #6ea7ff59;border-radius:50%;width:42px;height:42px}.call-btn{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:10px;padding:10px 14px;font-weight:700}.call-btn:disabled{opacity:.6;cursor:not-allowed}.incoming-call-panel{background:linear-gradient(120deg,#ffe7f4c2,#e7f2ffe0);border:1px solid #6ea7ff47;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:10px 12px;display:flex}.incoming-call-panel p{color:var(--ink);margin:0;font-size:.92rem}.incoming-call-actions{align-items:center;gap:8px;display:flex}.accept-call-btn,.decline-call-btn{color:#fff;font:inherit;cursor:pointer;border:0;border-radius:10px;padding:8px 12px;font-weight:700}.accept-call-btn{background:#2fae66}.decline-call-btn{background:#ef6476}.call-panel{background:#f5faffc2;border:1px solid #6ea7ff42;border-radius:12px;gap:10px;margin-bottom:10px;padding:10px;display:grid}.call-videos{grid-template-columns:1fr 160px;gap:10px;display:grid}.call-video{object-fit:cover;background:#0f1222;border:1px solid #6ea7ff4d;border-radius:10px;width:100%;min-height:140px}.call-video.local{min-height:100px}.call-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.call-actions p{color:#4d4f7dcc;margin:0;font-size:.9rem}.call-volume-control{color:#4d4f7de0;gap:4px;min-width:170px;font-size:.86rem;display:grid}.call-volume-control input[type=range]{width:100%}.hangup-btn{color:#fff;font:inherit;cursor:pointer;background:#ef6476;border:0;border-radius:10px;padding:8px 12px;font-weight:700}.call-error{color:#c63f52;margin:0 0 8px;font-size:.88rem}.chat-form{gap:8px;display:flex}.chat-form input{font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;flex:1;padding:10px 12px}.chat-form button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:10px;padding:10px 12px;font-weight:700}.chat-form .secondary-btn{color:var(--violet-700);background:#e7f2fff2}.chat-peers{scrollbar-width:none;gap:8px;min-height:0;margin-bottom:10px;display:grid;overflow:auto}.chat-peers::-webkit-scrollbar{width:0;display:none}.chat-peers button{text-align:left;cursor:pointer;background:#ffffffd9;border:1px solid #6ea7ff3d;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:10px;padding:9px 10px;display:flex}.chat-peers .active{background:linear-gradient(120deg,#ffe7f4f2,#e7f2ffe6);border-color:#b985ff80}.chat-peers small{color:#4d4f7db3;white-space:nowrap;text-overflow:ellipsis;max-width:178px;margin-top:2px;display:block;overflow:hidden}.chat-peers-empty{color:#4d4f7db8;margin:8px 0 2px;font-size:.9rem}.peer-main{min-width:0}.peer-meta{align-items:center;gap:8px;display:flex}.dot{border-radius:50%;width:9px;height:9px;display:inline-block}.dot.online{background:#2cc36b}.dot.offline{background:#9aa8c3}.unread{color:#fff;background:#6e9fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.74rem;font-weight:700;display:inline-grid}.context-menu{z-index:50;background:#fffffff5;border:1px solid #6ea7ff4d;border-radius:10px;gap:4px;min-width:210px;padding:6px;display:grid;position:fixed;box-shadow:0 10px 30px #4d4f7d40}.context-menu button{text-align:left;font:inherit;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:8px;padding:8px 10px}.context-menu button:hover{background:#e7f2ffe6}.chat-messages{flex-direction:column;flex:1;gap:8px;min-height:0;margin-bottom:12px;display:flex;overflow:hidden}.chat-messages p{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f4f9ff;border-radius:10px;gap:2px;width:fit-content;max-width:min(76%,620px);margin:0;padding:8px 10px;font-size:.92rem;display:grid}.chat-messages .mine{color:#fff;background:linear-gradient(120deg,#88b3ff,#b48eff);margin-left:auto}.chat-messages .mine span,.chat-messages .mine b{color:#ffffffeb}.chat-messages span{color:#4d4f7da6;font-size:.8rem}.profile-layout{grid-template-columns:320px minmax(0,1fr);gap:16px;height:100%;display:grid;overflow:hidden}.owner-profile-layout{grid-template-columns:minmax(0,1fr)}.profile-card{height:100%;overflow:hidden}.profile-header-card{padding:16px 18px}.owner-profile-card{cursor:context-menu}.profile-title-row{justify-content:space-between;align-items:center;display:flex}.profile-main{align-items:center;gap:12px;margin-top:8px;display:flex}.profile-main img{object-fit:cover;border:2px solid #6ea7ff59;border-radius:50%;width:56px;height:56px}.profile-main h3{margin:0}.profile-main p{color:#4d4f7dcc;margin:2px 0 0}.compact-profile-main{margin-top:4px}.profile-bio{margin-top:14px;line-height:1.45}.compact-profile-bio{margin-top:8px}.profile-edit-form{gap:8px;margin-top:14px;display:grid}.profile-edit-form input,.profile-edit-form textarea{font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;padding:10px}.profile-edit-form textarea{resize:vertical;min-height:74px}.profile-edit-form input[type=file]{background:#ffffffeb;padding:8px}.profile-edit-form button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:10px;padding:10px 12px;font-weight:700}.profile-edit-form .secondary-btn{color:var(--violet-700);background:#e7f2fff2}.profile-feed-scroll{scrollbar-width:none;-ms-overflow-style:none;gap:16px;height:100%;padding-right:8px;display:grid;overflow:hidden auto}.profile-feed-scroll::-webkit-scrollbar{width:0;height:0;display:none}.owner-profile-layout .profile-feed-scroll{padding-right:2px}.post-card{min-width:0}.post-editor-card h3{margin:0 0 10px}.profile-post-form{gap:8px;display:grid}.profile-post-form textarea,.profile-post-form input{font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;padding:10px}.profile-post-form textarea{resize:vertical;min-height:86px}.profile-post-form input[type=file]{background:#ffffffeb;padding:8px}.post-editor-preview{object-fit:cover;border:1px solid #6ea7ff40;border-radius:12px;width:100%;max-height:280px}.avatar-preview{border-radius:50%;width:112px;height:112px}.profile-post-actions{gap:8px;display:flex}.profile-post-actions button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:10px;padding:10px 12px;font-weight:700}.profile-post-actions .secondary-btn{color:var(--violet-700);background:#e7f2fff2}.post-editor-hint{color:#4d4f7db8;margin:10px 0 0;font-size:.88rem}.owned-post{cursor:context-menu}.post-gallery{width:100%}.post-gallery-item,.post-gallery-single{cursor:pointer;background:0 0;border:0;margin:0;padding:0}.post-gallery-single{width:100%;display:block}.post-gallery-multi,.post-gallery-overflow{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.post-gallery-multi.post-gallery-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.post-gallery-item-overflow{position:relative}.post-photo-blur{filter:blur(2px)brightness(.75)}.post-photo-more{color:#fff;text-shadow:0 2px 12px #00000073;place-items:center;font-size:1.45rem;font-weight:800;display:grid;position:absolute;inset:0}.post-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.draft-photo-grid{margin-top:2px}.photo-grid-item-btn{cursor:pointer;background:0 0;border:0;border-radius:12px;padding:0}.post-photo{aspect-ratio:1;object-fit:cover;border:1px solid #6ea7ff33;border-radius:14px;width:100%;display:block}.post-photo-single{aspect-ratio:16/10}.post-caption{overflow-wrap:anywhere;word-break:break-word;margin:8px 0 12px}.post-meta-row{justify-content:space-between;align-items:center;gap:10px;margin:-2px 0 10px;display:flex}.post-reactions{gap:8px;display:flex}.post-reaction-btn,.show-comments-btn{font:inherit;color:var(--ink);cursor:pointer;background:#ffffffe0;border:1px solid #6ea7ff47;border-radius:10px;padding:6px 10px;font-weight:700}.post-reaction-btn.active{background:linear-gradient(120deg,#ffe7f4f2,#e7f2ffe6);border-color:#b985ff8c}.post-comments-count{color:#4d4f7dc7;font-size:.9rem}.comment-list{gap:8px;margin-bottom:10px;display:grid}.comment-list p{overflow-wrap:anywhere;word-break:break-word;background:#edf5ffc7;border-radius:10px;flex-wrap:wrap;align-items:baseline;gap:6px;margin:0;padding:8px 10px;font-size:.93rem;display:flex}.comment-list span{color:#4d4f7da8;font-size:.8rem}.photo-editor-modal{gap:10px;width:min(92vw,680px);display:grid}.lightbox-modal{grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:10px;width:min(96vw,1180px);max-width:1180px;display:grid;position:relative}.lightbox-photo{object-fit:contain;background:#11131ceb;border-radius:12px;width:100%;max-height:84vh}.lightbox-nav{color:#fff;cursor:pointer;background:#101628d1;border:0;border-radius:999px;width:44px;height:44px;font-size:1.2rem;font-weight:700}.lightbox-counter{color:#fff;background:#101628b8;border-radius:999px;margin:0;padding:4px 10px;font-size:.86rem;font-weight:700;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.photo-editor-preview{object-fit:contain;background:#f5f8fff2;border-radius:12px;width:100%;max-height:68vh}.photo-editor-actions{justify-content:flex-end;gap:8px;display:flex}.photo-editor-actions input[type=file]{display:none}.comment-form{gap:8px;display:flex}.comment-form input{min-width:0;font:inherit;background:#fff;border:1px solid #6ea7ff4d;border-radius:10px;flex:1;padding:10px 12px}.comment-form button{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(120deg,#76aef7,#b985ff);border:0;border-radius:10px;padding:10px 12px;font-weight:700}.comment-form .secondary-btn{color:var(--violet-700);background:#e7f2fff2}.user-profile-page{height:100%;overflow:auto}.back-link{border-bottom:1px dashed var(--violet-700);margin-bottom:12px;text-decoration:none;display:inline-block}.user-profile-card{gap:8px;max-width:420px;display:grid}.user-profile-card img{object-fit:cover;border:3px solid #6ea7ff59;border-radius:50%;width:96px;height:96px}.user-profile-card h2,.user-profile-card p{margin:0}.detailed-profile-card{text-align:center;gap:12px;max-width:100%}.profile-username{color:#4d4f7dcc;overflow-wrap:anywhere;word-break:break-word;margin:0}.name-size-lg{font-size:1.5em;line-height:1.15}.name-size-md{font-size:1em;line-height:1.2}.profile-banner{background-position:50%;background-size:cover;border-radius:14px;height:120px}.profile-avatar-centered{object-fit:cover;border-radius:50%;margin:-58px auto 0;box-shadow:0 8px 22px #4d4f7d3d;border:4px solid #fffffff5!important;width:110px!important;height:110px!important}.profile-block{text-align:left;background:#ffffffbd;border:1px solid #6ea7ff33;border-radius:12px;padding:10px 12px}.profile-block h3{margin:0 0 8px;font-size:.95rem}.profile-block p{margin:0;line-height:1.45}.profile-meta-block{gap:6px;display:grid}.chip-row{flex-wrap:wrap;gap:6px;display:flex}.chip{color:var(--violet-700);background:linear-gradient(120deg,#ffe7f4eb,#e7f2ffeb);border-radius:999px;align-items:center;padding:4px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.chip.muted{background:#e7f2ffe6}.go-chat-btn{color:#fff;background:linear-gradient(120deg,#76aef7,#b985ff);border-radius:10px;justify-self:start;margin-top:6px;padding:9px 12px;font-weight:700;text-decoration:none}.profile-editor-modern{background:#ececef}.profile-editor-preview{margin:-4px -4px 8px;padding:0 0 8px;position:relative}.profile-editor-banner-upload{cursor:pointer;display:block}.profile-editor-banner-upload input{display:none}.profile-editor-banner{background-color:#0000;background-image:radial-gradient(circle at 10% 10%,#2fbe72 0,#1e7f4d 26%,#0000 27%),linear-gradient(#101612,#0a0d0b);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:16px;height:142px;position:relative}.profile-editor-avatar-wrap{cursor:pointer;position:absolute;left:15px}.profile-editor-avatar-wrap input{display:none}.profile-editor-avatar{object-fit:cover;background:#d6d6de;border:4px solid #ececef;border-radius:50%;width:150px;height:150px}.profile-editor-avatar-empty{color:#6a6f87;place-items:center;font-size:2rem;display:grid}.profile-editor-bubble{width:calc(100% - 136px);min-height:116px;max-height:116px;margin-top:12px;margin-left:128px;font-style:italic;overflow-y:auto;box-shadow:0 6px 14px #22284214;resize:none!important;background:#f6f6fa!important;border:1px solid #50567629!important;border-radius:14px!important}.profile-editor-actions{flex-wrap:wrap;gap:8px;display:flex}.profile-editor-checkbox{color:#505676;align-items:center;gap:8px;font-size:.95rem;display:inline-flex}.profile-editor-checkbox input{width:16px;height:16px}
