:root { font-family: Figtree, sans-serif; color: #111b21; --green: #00a884; --dark-green: #008069; --surface: #fff; --app: #f0f2f5; --line: #e9edef; --muted: #667781; color-scheme: light; }
* { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: linear-gradient(#00a884 0 128px, #e6e8e9 128px); } button, input { font: inherit; } button { cursor: pointer; } svg { width: 20px; height: 20px; }
.app-shell { display: grid; grid-template-columns: minmax(330px, 32%) 1fr; width: min(calc(100% - 38px), 1440px); height: calc(100vh - 38px); min-height: 600px; margin: 19px auto; overflow: hidden; background: var(--surface); box-shadow: 0 5px 16px rgb(11 20 26 / 14%); }
.chat-sidebar { border-right: 1px solid #d8dcdf; overflow: hidden; }.chat-sidebar > header, .profile-bar { display: flex; height: 60px; align-items: center; padding: 10px 16px; background: var(--app); }.chat-sidebar > header { justify-content: space-between; }.chat-sidebar > header > div:last-child { display: flex; gap: 8px; }.chat-sidebar button, .profile-bar button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #54656f; }
.placeholder { background: linear-gradient(135deg, #91aa9f, #ddd0b9); color: #3d5048; font-weight: 700; }.user-avatar, .small-logo { display: grid; place-items: center; border-radius: 50%; }.user-avatar { width: 40px; height: 40px; font-size: 11px; }
.chat-search { display: flex; align-items: center; gap: 24px; height: 49px; margin: 7px 12px; padding: 0 14px; border-radius: 8px; background: var(--app); color: var(--muted); }.chat-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.filters { display: flex; gap: 8px; padding: 0 12px 7px; overflow-x: auto; }.filters button { padding: 7px 13px; border: 0; border-radius: 16px; background: var(--app); color: var(--muted); }.filters .active { background: #e7fce9; color: #008069; }
.chat-list { overflow-y: auto; height: calc(100% - 123px); }.chat { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; min-height: 72px; padding: 9px 13px; border-top: 1px solid var(--line); }.chat.active { background: #f0f2f5; }.chat-logo { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; }.chat-copy { min-width: 0; }.chat-copy strong, .chat-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.chat-copy span, .chat time { color: var(--muted); font-size: 13px; }.chat time { align-self: start; padding-top: 3px; }
.business-profile { min-width: 0; background: #efeae2; }.profile-bar { position: relative; z-index: 2; gap: 10px; }.profile-bar .small-logo { width: 40px; height: 40px; flex: 0 0 40px; }.profile-bar > div:nth-child(3) { display: grid; flex: 1; }.profile-bar small { color: var(--muted); }.mobile-back { display: none !important; }
.profile-scroll { height: calc(100% - 60px); overflow-y: auto; padding-bottom: 30px; }.identity-card { position: relative; padding-bottom: 22px; background: white; text-align: center; }.cover { display: grid; height: 190px; place-items: center; }.large-logo { display: grid; width: 116px; height: 116px; margin: -58px auto 12px; place-items: center; border: 5px solid white; border-radius: 50%; }.identity-card h1 { margin: 0; font-size: 24px; }.identity-card > p { margin: 5px 0; color: var(--muted); }.verified { display: inline-flex; align-items: center; gap: 5px; color: var(--dark-green); font-size: 13px; }.verified svg { width: 16px; }
.contact-actions { display: flex; justify-content: center; gap: min(80px, 10vw); margin-top: 22px; }.contact-actions button { display: grid; justify-items: center; gap: 6px; border: 0; background: transparent; color: var(--dark-green); }.contact-actions button span { color: var(--muted); font-size: 12px; }
.tabs { display: flex; justify-content: center; gap: 10px; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.tabs button { position: relative; min-width: 100px; height: 48px; border: 0; background: transparent; color: var(--muted); }.tabs button[aria-selected="true"] { color: var(--dark-green); }.tabs button[aria-selected="true"]::after { position: absolute; right: 10px; bottom: 0; left: 10px; height: 3px; background: var(--dark-green); content: ""; }
.panel { width: min(calc(100% - 24px), 720px); margin: 12px auto; }.card { margin-bottom: 10px; padding: 18px 22px; border-radius: 4px; background: white; box-shadow: 0 1px 1px rgb(11 20 26 / 8%); }.card > p { margin: 0; line-height: 1.45; }.details { display: grid; gap: 20px; }.detail { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; }.detail svg { color: var(--muted); }.detail span { line-height: 1.35; }.card-title { display: flex; align-items: baseline; justify-content: space-between; }.card-title h2 { margin: 0 0 16px; color: var(--dark-green); font-size: 15px; font-weight: 500; }.card-title span { color: var(--muted); font-size: 13px; }
.catalog-grid, .media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }.catalog-item, .media-item { display: grid; min-width: 0; aspect-ratio: 1; place-items: center; border: 0; border-radius: 4px; font-size: 12px; }.catalog-item { aspect-ratio: .9; }.tone-0 { background: linear-gradient(135deg,#879f8c,#dbe4d8) }.tone-1 { background: linear-gradient(135deg,#bb7758,#ead0b8) }.tone-2 { background: linear-gradient(135deg,#7896a5,#d5e1e5) }.tone-3 { background: linear-gradient(135deg,#ad905c,#e5dab9) }.tone-4 { background: linear-gradient(135deg,#7c5f72,#d9cbd4) }.tone-5 { background: linear-gradient(135deg,#a97079,#ead1d4) }
dialog { width: min(820px, calc(100% - 30px)); padding: 55px 65px 24px; border: 0; border-radius: 4px; background: #111b21; color: white; } dialog::backdrop { background: rgb(11 20 26 / 86%); }.gallery-image { display: grid; aspect-ratio: 16/10; place-items: center; border-radius: 4px; font-size: 18px; }.close, dialog .previous, dialog .next { position: absolute; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: #2a3942; color: white; }.close { top: 8px; right: 8px; }.previous,.next { top: 50%; transform: translateY(-50%); }.previous { left: 10px; }.next { right: 10px; } dialog p { text-align: center; }
@media (max-width: 700px) { body { background: white; }.app-shell { display: block; width: 100%; height: 100vh; min-height: 500px; margin: 0; }.chat-sidebar { display: none; }.business-profile { height: 100%; }.mobile-back { display: grid !important; }.profile-bar { padding-inline: 8px; }.profile-scroll { height: calc(100% - 60px); }.cover { height: 155px; }.large-logo { width: 100px; height: 100px; margin-top: -50px; }.contact-actions { gap: 48px; }.tabs { justify-content: space-around; gap: 0; }.tabs button { min-width: 0; flex: 1; }.panel { width: 100%; margin-top: 8px; }.card { border-radius: 0; }.catalog-grid,.media-grid { grid-template-columns: repeat(2,1fr); } dialog { padding-inline: 14px; }.previous,.next { top: auto; bottom: 18px; }.gallery-image { margin-bottom: 54px; } }