.call-overlay{position:fixed;inset:0;z-index:1000;background:#0f1723b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px;color:#eef4f7;font-family:inherit}.call-panel{width:min(1040px,100%);max-height:calc(100dvh - 48px);overflow:auto;background:#16232a;border:1px solid rgba(255,255,255,.12);border-radius:26px;box-shadow:0 28px 100px #0007}.call-header{padding:24px 28px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.call-header h2{font-size:24px;margin:6px 0 0;letter-spacing:-.02em}.call-kicker{font-size:11px;letter-spacing:.14em;color:#90abae}.call-header-right{display:flex;align-items:center;gap:18px}.call-duration{font-variant-numeric:tabular-nums;font-size:13px;color:#b1c6c9}.call-overlay button{font:inherit;cursor:pointer;border:0}.call-overlay button:disabled{cursor:wait;opacity:.55}.call-overlay button:focus-visible,.call-overlay input:focus-visible{outline:3px solid #a8e3d4;outline-offset:4px}.call-close{width:36px;height:36px;display:grid;place-items:center;background:#ffffff10;color:#cde2e5;border-radius:50%;font-size:24px!important}.call-close:hover{background:#ffffff20}.call-error{margin:0 24px 14px;padding:12px 16px;border:1px solid #e79d5650;border-radius:12px;color:#ffd1a4;background:#bd7a1f18;font-size:13px;line-height:1.6}.call-lobby{display:flex;align-items:center;flex-direction:column;text-align:center;min-height:380px;justify-content:center;padding:26px 24px 40px}.call-lobby-symbol{width:84px;height:84px;border-radius:28px;background:#2b494d;color:#b5e8d7;font-size:38px;display:grid;place-items:center;box-shadow:0 0 0 14px #ffffff03;margin:14px 0 24px}.call-lobby h3{font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0 0 12px}.call-lobby p{color:#9cb7bd;font-size:14px;line-height:1.9;margin:0 0 24px}.call-camera-choice{display:flex;align-items:center;gap:9px;font-size:13px;color:#bcd2d6;margin-bottom:20px}.call-camera-choice input{accent-color:#83caba;width:16px;height:16px}.call-join{background:#c7ebde;color:#183a37;padding:14px 25px;border-radius:13px;font-weight:650!important}.call-join:hover{background:#def9eb}.call-lobby-note{color:#79999f;font-size:11px;margin-top:14px}.call-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 24px}.call-grid-3,.call-grid-5,.call-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.call-tile{position:relative;aspect-ratio:4/3;min-width:0;overflow:hidden;border-radius:18px;background:linear-gradient(130deg,#28444a,#203237);isolation:isolate}.call-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}.call-tile-video .call-video{opacity:1}.call-mirror{transform:scaleX(-1)}.call-person{position:absolute;inset:0 0 28px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.call-person strong{font-size:15px}.call-person>span:last-child{font-size:11px;color:#9ab6bd}.call-avatar{height:70px;width:70px;object-fit:cover;border-radius:26px;border:2px solid #ffffff21;box-shadow:0 12px 24px #0002}.call-avatar-fallback{display:grid;place-items:center;background:#83b5ad;color:#163a35;font-size:28px}.call-tile-label{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;gap:8px;padding:18px 14px 12px;background:linear-gradient(transparent,#0005);font-size:12px}.call-tile-label>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-tile-label>span:last-child{font-size:10px;opacity:.75}.call-play{position:absolute;bottom:42px;left:50%;transform:translate(-50%);background:#e0f4ec;color:#163a35;font-size:11px!important;border-radius:8px;padding:8px 12px;white-space:nowrap}.call-waiting{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-radius:18px;border:1px dashed #49626a;padding:20px;color:#a5c0c6}.call-waiting h3{font-size:16px;font-weight:500;margin:20px 0 8px}.call-waiting p{font-size:12px;margin:0;line-height:1.7}.call-waiting-ring{width:44px;height:44px;border:1px solid #82b7b3;border-radius:50%;box-shadow:0 0 0 9px #82b7b30c,0 0 0 18px #82b7b308}.call-controls{display:flex;justify-content:center;align-items:center;gap:14px;padding:24px}.call-control,.call-hangup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-width:85px;min-height:72px;border-radius:16px;padding:12px 15px;font-size:11px!important;color:#deecee;background:#2c424a}.call-control>span,.call-hangup>span{font-size:19px;line-height:1}.call-control:hover{background:#3e5861}.call-control-off{background:#46545d;color:#bdc8cc}.call-hangup{background:#de655a;color:#fff;min-width:94px}.call-hangup:hover{background:#ed786d}@media(max-width:680px){.call-overlay{padding:10px}.call-panel{border-radius:20px;max-height:calc(100dvh - 20px)}.call-header{padding:19px 18px 16px}.call-header h2{font-size:21px}.call-header-right{gap:9px}.call-duration{font-size:11px}.call-grid,.call-grid-3,.call-grid-5,.call-grid-6{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 12px;gap:8px}.call-tile,.call-waiting{aspect-ratio:3/4;border-radius:13px}.call-avatar{width:54px;height:54px;border-radius:19px}.call-person{gap:7px}.call-person strong{font-size:13px}.call-person>span:last-child{font-size:10px}.call-tile-label{padding:15px 9px 10px;font-size:10px}.call-tile-label>span:last-child{display:none}.call-waiting{padding:12px}.call-waiting h3{font-size:13px}.call-waiting p{font-size:11px}.call-controls{gap:9px;padding:18px 12px}.call-control,.call-hangup{min-width:80px;min-height:66px;padding:10px}.call-error{margin:0 12px 12px}.call-lobby h3{font-size:21px}.call-lobby p{font-size:13px}}@media(prefers-reduced-motion:reduce){.call-overlay *{scroll-behavior:auto}}.game-overlay{position:fixed;inset:0;z-index:90;display:flex;justify-content:flex-end;background:#102a245c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#173d32;font-family:inherit}.game-panel{--game-green: #184d3d;--game-ink: #173d32;--game-muted: #71857b;--game-border: #dfe8df;width:min(610px,100%);height:100dvh;display:flex;flex-direction:column;background:#fafcf8;box-shadow:-18px 0 70px #0c291f2e;overflow:hidden}.game-panel *,.game-panel *:before,.game-panel *:after{box-sizing:border-box}.game-panel button{font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.game-panel button:disabled{cursor:default}.game-panel button:focus-visible{outline:3px solid #66b792;outline-offset:3px}.game-header{padding:25px 28px 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--game-border);background:#fffefb;flex-shrink:0}.game-header-icon{width:46px;height:46px;display:grid;place-items:center;background:#e6eee3;border-radius:15px;color:var(--game-green);font-size:32px}.game-header-copy{flex:1;min-width:0}.game-eyebrow{font-size:11px;font-weight:600;letter-spacing:.11em;color:var(--game-muted)}.game-header-copy h2{margin:5px 0 0;color:var(--game-ink);font-size:22px;letter-spacing:-.03em;font-weight:700}.game-icon-button{border:0;background:transparent;color:var(--game-muted);width:34px;height:34px;border-radius:50%;font-size:26px!important;display:grid;place-items:center;line-height:1}.game-icon-button:hover{background:#e7eee5;color:var(--game-green)}.game-body{padding:24px 28px 28px;overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#c7d5c8 transparent}.game-section-intro{margin:5px 0 26px}.game-section-intro h3{margin:10px 0 8px;font-size:23px;line-height:1.5;letter-spacing:-.045em;color:var(--game-ink)}.game-section-intro p{margin:0;color:var(--game-muted);font-size:13px;line-height:1.7}.game-choices{display:grid;gap:14px}.game-choice{display:flex;align-items:center;gap:20px;width:100%;padding:21px 19px;border:1px solid #dde6d9;border-radius:18px;background:#fffefb;text-align:left;color:var(--game-ink);transition:transform .18s,box-shadow .18s,border-color .18s}.game-choice:hover:not(:disabled){border-color:#9abda8;box-shadow:0 8px 20px #2849320b;transform:translateY(-2px)}.game-choice:disabled{opacity:.6}.game-choice-art{flex:0 0 76px;height:76px;border-radius:16px;position:relative;display:grid;place-items:center;overflow:hidden}.game-choice-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.game-choice-copy b{font-size:19px;font-weight:700}.game-choice-copy span{color:#63796d;font-size:12px}.game-choice-copy small{color:#91a095;font-size:10px;margin-top:2px}.game-choice-arrow{color:#6d8b78;font-size:22px}.game-choice-gomoku{background:repeating-linear-gradient(0deg,transparent 0 21px,#a17d4e50 21px 22px),repeating-linear-gradient(90deg,#e8c894 0 21px,#a17d4e50 21px 22px)}.game-choice-gomoku i{position:absolute;width:22px;height:22px;background:radial-gradient(circle at 35% 25%,#62685d,#1b211c 70%);box-shadow:2px 3px 3px #573b4238;border-radius:50%;top:12px;left:12px}.game-choice-gomoku i:nth-child(2){top:34px;left:34px;background:radial-gradient(circle at 30% 25%,#fff,#e4e8de)}.game-choice-gomoku i:nth-child(3){top:34px;left:12px}.game-choice-uno{background:#efebde}.game-choice-uno i{font-style:normal;color:#fff;font-size:17px;font-weight:900;width:38px;height:54px;border:3px solid white;border-radius:6px;display:grid;place-items:center;background:#c7644f;position:absolute;transform:rotate(-14deg);left:13px;top:9px;box-shadow:0 3px 6px #14382924}.game-choice-uno i:nth-child(2){background:#397456;left:29px;top:15px;transform:rotate(13deg)}.game-choice-mines{font-size:46px;color:#2f7951;background-color:#e0e9d9;background-image:linear-gradient(#fff7 1px,transparent 1px),linear-gradient(90deg,#fff7 1px,transparent 1px);background-size:25px 25px}.game-player-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.game-player{position:relative;display:flex;align-items:center;gap:9px;border:1px solid var(--game-border);border-radius:13px;min-width:0;background:#fffefb;padding:10px 11px}.game-player-current{border-color:#78a48a;background:#eef5ec}.game-avatar{width:35px;height:35px;flex:0 0 35px;border-radius:12px;background:#e6ebdf;display:grid;place-items:center;color:#57725f;font-size:14px;font-weight:600;position:relative}.game-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.game-player-stone{width:14px;height:14px;position:absolute;right:-3px;bottom:-2px;border-radius:50%;border:1px solid #d0d7c9}.game-player-name{display:flex;flex-direction:column;min-width:0;gap:3px;flex:1}.game-player-name b{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-player-name span{font-size:10px;color:#82917f}.game-turn-dot,.game-footer-dot{width:6px;height:6px;border-radius:50%;background:#5f9974;flex-shrink:0}.game-uno-badge{font-size:11px;color:#a45b24;background:#faecd4;padding:3px 5px;border-radius:5px;font-style:normal;font-weight:800}.game-status{margin:16px 0;padding:11px 14px;background:#eff3ec;color:#5f7768;display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:10px;font-size:12px;line-height:1.6}.game-status small{color:#8c9a8b;font-size:10px;white-space:nowrap}.game-status-your-turn{background:#e5efdf;color:#276140;border:1px solid #d3e4c9}.game-status-win{background:#edf1d7;color:#536b25;border:1px solid #dee5b7}.game-waiting-actions{text-align:center;margin-bottom:18px}.game-waiting-actions p{margin:8px 0}.game-button{min-height:39px;padding:9px 17px;border-radius:9px;font-size:12px!important;font-weight:600!important;border:1px solid transparent;transition:background .16s,opacity .16s}.game-button:disabled{opacity:.45}.game-button-primary{background:var(--game-green);color:#fff;box-shadow:0 3px 7px #17463015}.game-button-primary:hover:not(:disabled){background:#246448}.game-button-secondary{background:#fffefb;color:#44664f;border-color:#d5e0d0}.game-button-secondary:hover:not(:disabled){background:#edf3e8}.game-button-subtle{background:transparent;color:#6e836f;padding:6px 9px;min-height:32px}.game-button-subtle:hover{background:#e7eee3}.game-muted{color:var(--game-muted);font-size:11px}.game-gomoku-board{padding:11px;border:1px solid #c9a16d;border-radius:14px;background:linear-gradient(115deg,#e8c897,#e2bc83 52%,#e8c692);box-shadow:inset 0 0 0 4px #f4d7ae55,0 5px 15px #7e613815}.game-gomoku-grid{display:grid;grid-template-columns:repeat(15,minmax(0,1fr));width:100%}.game-gomoku-cell{position:relative;aspect-ratio:1;background:transparent;padding:0;border:0;border-radius:0;min-width:0;display:grid;place-items:center}.game-gomoku-cell:before{content:"";position:absolute;left:0;right:0;height:1px;top:50%;background:#886a3e88}.game-gomoku-cell:after{content:"";position:absolute;top:0;bottom:0;width:1px;left:50%;background:#886a3e88}.game-cell-left:before{left:50%}.game-cell-right:before{right:50%}.game-cell-top:after{top:50%}.game-cell-bottom:after{bottom:50%}.game-cell-star{background:radial-gradient(circle at 50% 50%,#886a3e 0 2px,transparent 2.5px)}.game-stone,.game-stone-preview{display:block;width:86%;height:86%;border-radius:50%;z-index:1;position:relative}.game-stone{box-shadow:1px 2px 3px #62492860}.game-stone-black{background:radial-gradient(circle at 33% 26%,#5a6256,#20231e 62%,#171a16)}.game-stone-white{background:radial-gradient(circle at 33% 26%,#fff,#f2f2e8 65%,#cfcebc)}.game-stone-preview{opacity:0;transition:opacity .12s}.game-gomoku-cell:hover:not(:disabled) .game-stone-preview,.game-gomoku-cell:focus-visible:not(:disabled) .game-stone-preview{opacity:.45}.game-last-stone{position:absolute;width:22%;height:22%;top:39%;left:39%;border:1.5px solid #c98256;border-radius:2px}.game-cell-winning .game-stone{outline:2px solid #638544;outline-offset:1px}.game-footnote{margin:12px 0;text-align:center;color:#95a18f;font-size:10px;line-height:1.7}.game-uno-table{display:flex;justify-content:center;align-items:center;gap:24px;padding:26px 16px;background:radial-gradient(ellipse at center,#ddebd9,#edf3e8);border:1px solid #dfe9d8;border-radius:16px;min-height:180px}.game-uno-deck{background:#254935;height:111px;width:76px;border:5px solid #fffef5;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f6ead0;box-shadow:2px 2px #acbfa8,4px 4px #fffef5,6px 7px #acbfa8,0 10px 18px #31523820;transform:rotate(-8deg)}.game-uno-deck span{font-style:italic;font-weight:900;font-size:20px;transform:rotate(-12deg);border:2px solid #f5ead066;border-radius:50%;padding:12px 3px}.game-uno-deck small{font-size:9px;position:absolute;bottom:4px}.game-uno-discard{position:relative}.game-card{width:74px;height:108px;flex:0 0 74px;border:4px solid #fffef8;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 3px 7px #2a42272c;color:#fff;padding:0;display:block;text-align:left}.game-card:before{content:"";width:76%;height:87%;border-radius:50%;background:#ffffff26;position:absolute;left:12%;top:7%;transform:rotate(28deg);border:2px solid #ffffff40}.game-card-red{background:#c75242}.game-card-yellow{background:#cf9c22}.game-card-green{background:#42835e}.game-card-blue{background:#467fa9}.game-card-wild{background:conic-gradient(from 30deg,#c75242 0 25%,#cf9c22 25% 50%,#42835e 50% 75%,#467fa9 75%)}.game-card-value{position:absolute;inset:0;display:grid;place-items:center;font-size:32px;font-weight:850;font-style:italic;text-shadow:0 2px 2px #29412d35}.game-card-corner,.game-card-bottom{position:absolute;font-size:10px;font-weight:800;line-height:1;z-index:1}.game-card-corner{left:5px;top:5px}.game-card-bottom{right:5px;bottom:5px;transform:rotate(180deg)}.game-discard-placeholder{height:108px;width:74px;border:1px dashed #a8bca4;border-radius:10px;display:grid;place-items:center;font-size:10px;color:#89a080}.game-uno-table-note{display:flex;flex-direction:column;gap:13px;font-size:10px;color:#7a8e73}.game-color-label{display:flex;align-items:center;gap:5px}.game-color-label:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.game-color-red{color:#bb4d42}.game-color-yellow{color:#a77e16}.game-color-green{color:#36774d}.game-color-blue{color:#3e739b}.game-hand-section{margin-top:25px}.game-hand-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.game-hand-heading h3{margin:0;font-size:13px;font-weight:650}.game-hand-heading h3 span{font-size:10px;color:#89a080;margin-left:5px}.game-hand{display:flex;align-items:flex-start;gap:8px;overflow-x:auto;padding:13px 5px 17px;margin:0 -5px;scrollbar-width:thin;scrollbar-color:#c0d1b8 transparent}.game-hand .game-card{transition:transform .16s,opacity .16s}.game-hand .game-card:disabled{opacity:.63}.game-hand .game-card-playable{box-shadow:0 0 0 2px #6fa67a,0 4px 9px #2a42272c;transform:translateY(-5px)}.game-hand .game-card-playable:hover:not(:disabled){transform:translateY(-10px) rotate(-2deg)}.game-uno-actions,.game-finished-actions{display:flex;justify-content:center;gap:9px;margin:14px 0 5px}.game-color-picker{margin-top:16px;border:1px solid #ccdac6;border-radius:12px;padding:12px 14px 16px;background:#fffef9;box-shadow:0 5px 12px #184d3d0d}.game-color-picker>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.game-color-picker b{font-size:12px}.game-color-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.game-color-option{border:1px solid currentColor;border-radius:8px;height:42px;background:#fff;font-weight:650!important;font-size:11px!important}.game-color-option:hover{background:#f0f4ec}.game-color-option:disabled{opacity:.45}.game-toolbar{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin:22px 0 0;padding-top:16px;border-top:1px solid var(--game-border)}.game-text-button{border:0;background:transparent;padding:5px 0;color:#789078;font-size:11px!important}.game-text-button:hover{color:#315d3a}.game-text-button span{margin-left:5px}.game-text-danger{margin-left:auto;color:#a27465}.game-text-danger:disabled{opacity:.4}.game-rules{padding:12px 14px;margin-top:10px;background:#eff3e9;border-radius:10px;color:#7a8b75;font-size:11px;line-height:1.8}.game-rules p{margin:5px 0}.game-error{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 13px;border-radius:10px;margin-bottom:16px;background:#fbebe5;border:1px solid #eed2c4;color:#a96049;font-size:12px;line-height:1.6}.game-error button{border:0;background:transparent;color:inherit;padding:0 4px;font-size:21px}.game-footer{display:flex;align-items:center;justify-content:center;gap:7px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));font-size:10px;letter-spacing:.03em;color:#9bab95;border-top:1px solid var(--game-border);flex-shrink:0;background:#f5f8f0}.game-footer-dot{background:#a7b99a;width:5px;height:5px}.game-back{border:0;background:transparent;padding:0;font-size:11px!important;color:#809774;margin-bottom:22px}.game-mines-score{display:flex;align-items:center;gap:20px;padding:10px 0 15px;color:#7d9173;font-size:10px}.game-mines-score b{color:#3c6845;font-size:21px;font-variant-numeric:tabular-nums;font-weight:650}.game-mines-score button{margin-left:auto}.game-mines-board{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:4px;background:#d5dfca;padding:9px;border-radius:13px;border:1px solid #c3d1b8}.game-mine-cell{display:grid;place-items:center;min-width:0;aspect-ratio:1;padding:0;background:linear-gradient(145deg,#f7faef,#e9f0df);border:1px solid #cad8bd;border-radius:5px;color:#42704c;box-shadow:0 2px 1px #b8c7a9;font-size:21px!important;font-weight:750!important;line-height:1}.game-mine-cell:hover:not(:disabled){background:#fffef8;border-color:#9bb18d}.game-mine-open{background:#dee7d4;border-color:#d1ddc6;box-shadow:none}.game-mine-open:disabled{opacity:1}.game-mine-flag{color:#527c44}.game-mine-exploded{background:#df9e85;color:#984e37;border-color:#d8977e}.game-mine-number-1{color:#447496}.game-mine-number-2{color:#548549}.game-mine-number-3{color:#b76b4e}.game-mine-number-4{color:#786498}.game-mine-number-5{color:#a05c6d}.game-mine-number-6{color:#427f7c}.game-mine-number-7{color:#6b7263}.game-mine-number-8{color:#606060}.game-mines-controls{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:18px}@media(max-width:580px){.game-header{padding:19px 19px 17px}.game-body{padding:20px 18px 24px}.game-header-copy h2{font-size:20px}.game-header-icon{width:40px;height:40px;border-radius:12px}.game-section-intro h3{font-size:21px}.game-choice{padding:17px 14px;gap:14px}.game-choice-art{flex-basis:66px;height:66px}.game-choice-copy b{font-size:17px}.game-choice-copy span{font-size:11px}.game-gomoku-board{padding:6px;border-radius:10px}.game-player{padding:9px;gap:7px}.game-player-name b{font-size:11px}.game-uno-badge{font-size:9px;padding:3px}.game-uno-table{gap:22px;padding:23px 12px}.game-card{width:66px;height:97px;flex-basis:66px}.game-card-value{font-size:29px}.game-hand{gap:7px}.game-hand-heading{flex-wrap:wrap;row-gap:4px}.game-mines-board{gap:3px;padding:7px}.game-mine-cell{font-size:18px!important}.game-mines-controls{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.game-panel *,.game-panel *:before,.game-panel *:after{transition:none!important}}.auth-tabs{margin-top:23px}.auth-login .login-form-wrap form{margin-top:22px}.auth-login .login-form-area{padding-top:48px;padding-bottom:76px}.auth-login .login-story-main{padding-top:65px;padding-bottom:65px}.auth-login .login-form-wrap{max-width:410px}.auth-login .code-row .button,.auth-password-settings .code-row .button{flex-shrink:0;white-space:nowrap;font-size:.79rem;padding-left:13px;padding-right:13px}.auth-password-input{position:relative;display:block;margin-top:8px}.auth-password-input input{margin:0;padding-right:48px}.auth-password-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;background:none;color:#7d9787;border-radius:9px;display:flex;align-items:center;justify-content:center}.auth-password-toggle:hover{background:#edf4ef;color:#315e47}.auth-password-toggle:focus-visible,.auth-link:focus-visible,.auth-optional-password summary:focus-visible{outline:2px solid #5e9774;outline-offset:3px}.auth-field-hint{display:block;color:#849689;font-size:.75rem;line-height:1.8;margin:7px 0 0;font-weight:400}.auth-link{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:3px 0;color:#4e805f;font-size:.79rem}.auth-link:hover{text-decoration:underline}.auth-back{margin-top:19px}.auth-form-links{display:flex;justify-content:flex-end;margin-top:-2px;margin-bottom:14px}.auth-optional-password{border:1px solid #e2ebe0;border-radius:11px;padding:12px 14px;margin:3px 0 17px;background:#f9fbf8}.auth-optional-password summary{cursor:pointer;font-size:.8rem;color:#65836b;list-style-position:inside}.auth-optional-password summary span{font-size:.71rem;color:#91a28f;margin-left:6px}.auth-optional-password[open] summary{margin-bottom:8px}.auth-optional-password>label:last-child{margin-bottom:2px}.auth-password-settings{border-top:1px solid var(--line,#e0e9dd);margin-top:27px;padding-top:23px}.auth-password-settings h3{display:flex;align-items:center;gap:9px;font-size:.95rem;color:#3d6750;font-weight:600}.auth-password-settings>p{margin:9px 0 18px}.auth-password-settings form{margin:0}.auth-password-settings .button.full{margin-top:5px}.auth-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.auth-login .error,.auth-password-settings .error,.auth-login .success,.auth-password-settings .success{overflow-wrap:anywhere}.auth-login .login-note{align-items:flex-start;line-height:1.7}.auth-login .login-note svg{flex-shrink:0;margin-top:2px}@media(max-width:760px){.auth-login .login-form-area{padding:32px 24px 74px}.auth-login .login-mobile-brand{margin-bottom:34px}.auth-login .login-form-wrap{max-width:420px}.auth-tabs button{font-size:.79rem;padding:10px 7px}.auth-login input,.auth-password-settings input{font-size:16px}.auth-password-settings .code-row,.auth-login .code-row{gap:7px}.auth-login .code-row .button,.auth-password-settings .code-row .button{font-size:.74rem;padding:10px 11px}.auth-password-settings{margin-top:24px;padding-top:21px}.auth-optional-password{padding:11px 12px}.auth-login .login-form-area footer{font-size:.68rem}}.app-shell.show-groups{grid-template-columns:78px minmax(0,1fr)}.app-shell.show-groups .conversation-sidebar{display:none}.app-shell.show-groups .chat-main{display:flex;overflow:hidden}.groups-page{height:100%;overflow:auto;padding:38px clamp(24px,5vw,76px) 48px;scrollbar-width:thin}.groups-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1120px;margin:0 auto 32px}.groups-page-heading h1{display:flex;align-items:center;gap:12px;font-size:1.9rem;margin:12px 0 10px}.groups-page-heading p{color:var(--muted);font-size:.9rem;line-height:1.7}.groups-page-heading .eyebrow{font-size:.68rem}.group-invitations,.groups-directory-heading,.public-groups-grid,.groups-more,.groups-state{max-width:1120px;margin-left:auto;margin-right:auto}.group-invitations{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px 24px;margin-bottom:32px}.groups-section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.groups-section-heading h2{display:flex;align-items:center;gap:9px;font-size:1rem}.groups-section-heading>span{font-size:.72rem;color:var(--muted)}.groups-invite-empty{color:#91a095;font-size:.84rem;padding:20px 0 2px}.group-invite-card{display:flex;gap:13px;align-items:center;border-top:1px solid var(--line);padding:18px 0}.group-invite-card:first-child{margin-top:19px}.group-invite-card:last-child{padding-bottom:0}.group-invite-copy{flex:1;min-width:0}.group-invite-copy h3{font-size:.95rem;overflow-wrap:anywhere}.group-invite-copy p{font-size:.8rem;color:#657e70;margin:5px 0}.group-invite-copy small{font-size:.7rem;color:var(--muted)}.group-invite-actions{display:flex;gap:8px}.groups-directory-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.groups-directory-heading h2{font-size:1.12rem;white-space:nowrap}.groups-directory-heading .search-form{margin:0;width:min(410px,65%)}.public-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:17px}.public-group-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px;min-width:0}.public-group-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.public-group-badge{display:flex;gap:5px;align-items:center;font-size:.66rem;padding:5px 8px;border-radius:7px;background:#eff5ee;color:#628268}.public-group-card h3{font-size:1.04rem;overflow-wrap:anywhere;line-height:1.6}.public-group-card>p{font-size:.72rem;color:var(--muted);margin:5px 0 22px}.public-group-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.public-group-footer>span{display:flex;align-items:center;gap:6px;font-size:.74rem;color:#7c9282}.groups-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:65px 20px;text-align:center;color:#7c9282;font-size:.9rem;line-height:1.8}.groups-state h3{font-size:1rem;color:#5b795f}.groups-more{display:flex;justify-content:center;padding-top:26px}.group-visibility{border:0;padding:0;margin:21px 0}.group-visibility legend{font-size:.9rem;font-weight:600;margin-bottom:9px}.group-visibility label{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:10px;margin:8px 0;background:#fff;cursor:pointer}.group-visibility label.selected{border-color:#89ad92;background:#f3f8f2}.group-visibility input{width:16px;height:16px;flex:0 0 16px;margin:0;accent-color:var(--green)}.group-visibility label>svg{flex-shrink:0;color:#6a8b70}.group-visibility label>span{min-width:0}.group-visibility strong{display:block;font-size:.84rem;line-height:1.5}.group-visibility small{display:block;font-size:.72rem;font-weight:400;color:var(--muted);margin-top:3px;line-height:1.65}.group-minimum-note{margin:15px 0;font-size:.76rem!important;line-height:1.7;color:#80947f}.group-invite-editor{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.group-invite-editor>p{font-size:.78rem;line-height:1.7;color:var(--muted);margin:11px 0}.group-invite-editor .friend-picker{margin:9px 0 15px;max-height:240px}.group-invite-editor .person-row>strong{flex:1}.group-member-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:24px 0 9px}.group-member-caption h4{margin:0}.group-privacy-note{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:#779079;background:#f1f6ef;border-radius:7px;padding:5px 10px;margin:2px auto 10px}.recall-expired{color:#ad5c43;font-size:.82rem!important;margin-top:12px!important}@media(min-width:1450px){.app-shell.show-groups{grid-template-columns:86px minmax(0,1fr)}}@media(max-width:1050px){.app-shell.show-groups{grid-template-columns:70px minmax(0,1fr)}}@media(max-width:760px){.app-shell.show-groups{grid-template-columns:62px minmax(0,1fr)}.groups-page{padding:26px 17px 35px}.groups-page-heading{align-items:flex-start;gap:12px;margin-bottom:23px;flex-wrap:wrap}.groups-page-heading h1{font-size:1.45rem;gap:8px}.groups-page-heading h1 svg{width:24px}.groups-page-heading p{font-size:.8rem}.groups-page-heading>.button{padding:8px 12px;min-height:36px;font-size:.79rem}.group-invitations{padding:17px 14px;margin-bottom:25px}.groups-section-heading{align-items:flex-start;flex-wrap:wrap;gap:7px}.groups-section-heading>span{font-size:.64rem}.group-invite-card{flex-wrap:wrap;gap:10px}.group-invite-card>.avatar{width:35px;height:35px;border-radius:11px}.group-invite-copy{min-width:130px}.group-invite-actions{width:100%;justify-content:flex-end}.group-invite-copy small{line-height:1.7}.groups-directory-heading{align-items:stretch;flex-direction:column;gap:14px}.groups-directory-heading .search-form{width:100%}.groups-directory-heading .search-form .button{padding:8px 12px}.groups-directory-heading input{font-size:.82rem}.public-groups-grid{grid-template-columns:minmax(0,1fr);gap:13px}.public-group-card{padding:18px}.public-group-top{margin-bottom:15px}.groups-state{padding:40px 10px;font-size:.8rem}.group-visibility label{gap:8px;padding:11px 9px}.nav-rail{gap:24px}.rail-main{gap:8px}}.recommended-contacts{padding:38px clamp(22px,4vw,58px);height:100%;overflow:auto}.recommended-contacts.compact{padding:14px 0;height:auto;overflow:visible}.recommended-contacts>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.recommended-contacts h2{display:flex;align-items:center;gap:9px;font-size:1.3rem}.recommended-contacts>header p{font-size:.8rem;color:var(--muted);line-height:1.8;margin-top:9px}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:14px}.recommended-person{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px;min-width:0}.recommended-copy{flex:1;min-width:0}.recommended-copy h3{font-size:.93rem;overflow-wrap:anywhere}.recommended-copy small{font-size:.68rem;color:var(--muted)}.recommended-copy p{font-size:.75rem;line-height:1.6;color:#7c9282;margin:8px 0;overflow-wrap:anywhere}.recommended-copy>span{font-size:.67rem;display:flex;align-items:center;gap:4px}.mutual-friends{color:#407653}.discoverable-label{color:var(--muted)}.recommended-person>.button{padding:8px;white-space:nowrap}.contacts-state{padding:38px 16px;display:flex;align-items:center;flex-direction:column;gap:12px;text-align:center;color:var(--muted);font-size:.85rem}.contacts-state small{font-size:.73rem}.search-privacy{padding:13px;background:#f4f8f2;border:1px solid var(--line);border-radius:10px;margin:14px 0}.search-privacy>label{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0}.search-privacy input{width:20px;height:20px;accent-color:var(--green)}.search-privacy p{font-size:.72rem;line-height:1.8;margin-top:9px;color:var(--muted)}.group-admin-settings{padding-top:20px;margin-top:22px;border-top:1px solid var(--line)}.group-admin-settings h4{display:flex;align-items:center;gap:8px}.group-admin-settings h4 span{margin-left:auto;color:var(--muted);font-size:.8rem}.group-admin-settings>p{font-size:.76rem;line-height:1.8;margin:10px 0;color:var(--muted)}.admin-candidates{max-height:270px;overflow:auto}.admin-candidate{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.admin-candidate>div{min-width:0}.admin-candidate strong{font-size:.85rem;overflow-wrap:anywhere}.admin-candidate small{display:block;color:var(--muted);font-size:.7rem;margin-top:5px}.member-role{font-size:.65rem;color:#497754;background:#edf5ed;border-radius:4px;padding:2px 5px;margin-left:5px}@media(max-width:760px){.recommended-contacts{padding:25px 17px}.recommended-grid{grid-template-columns:minmax(0,1fr)}.recommended-person{gap:9px;padding:13px}.recommended-person .avatar{width:33px;height:33px;flex-shrink:0;border-radius:11px}.recommended-contacts h2{font-size:1.15rem}.recommended-contacts>header p{font-size:.72rem}.recommended-contacts.compact{padding:15px 0}.admin-candidate .button,.search-privacy input{flex-shrink:0}}:root{font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif;color:#203a34;background:#f4f7f5;font-synthesis:none;text-rendering:optimizeLegibility;font-size:16px;--green:#246b54;--ink:#153d35;--muted:#71847d;--line:#e4ebe7;--soft:#edf4f0;--white:#fff;--accent:#d6ebdc}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{color:inherit}a{color:inherit;text-decoration:none}input,textarea{width:100%;border:1px solid #dbe5df;border-radius:10px;background:#fff;padding:12px 14px;outline:none;color:var(--ink);font-size:.94rem}input:focus,textarea:focus{border-color:#438969;box-shadow:0 0 0 3px #42866912}input:disabled{background:#f5f7f6;color:#87958e}textarea{resize:vertical;line-height:1.65}button:focus-visible,a:focus-visible{outline:3px solid #79b98e;outline-offset:3px}label{display:block;font-weight:600;font-size:.9rem;line-height:1.6;margin:19px 0}label input,label textarea,label .input-icon,label .code-row{margin-top:8px}label .subtle{font-size:.8rem;font-weight:400}h1,h2,h3,h4,p{margin:0}h2{font-size:1.35rem}h3{font-size:1.12rem}h4{font-size:.9rem;margin:24px 0 12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border:1px solid transparent;border-radius:10px;font-weight:600;font-size:.88rem;min-height:42px;white-space:nowrap;transition:background .15s,transform .15s}.button:hover:not(:disabled){filter:brightness(.97)}.button:active:not(:disabled){transform:translateY(1px)}.button.primary{background:var(--green);color:#fff}.button.secondary{background:#fff;border-color:#dce6df;color:var(--ink)}.button.danger{background:#fff0ed;color:#b44236;border-color:#f3d4ce}.button.small{font-size:.81rem;min-height:34px;padding:7px 12px}.full{width:100%}.spaced{margin-top:12px}.button-row{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.subtle{color:var(--muted);font-size:.9rem;line-height:1.7}.error{color:#b23d35;background:#fff0ed;padding:11px 14px;border-radius:9px;font-size:.86rem;margin:16px 0}.success{color:#276c50;font-size:.85rem;line-height:1.6;margin:12px 0}.icon-button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:9px;background:none;color:#6d8277;width:36px;height:36px;flex-shrink:0}.icon-button:hover{background:#eaf1ed;color:#236647}.input-icon{position:relative}.input-icon>svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#8a9b92;pointer-events:none}.input-icon input{padding-left:42px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{display:block;font-size:.78rem;font-weight:700;letter-spacing:2px}.eyebrow.green{color:#367958}.avatar{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;flex-shrink:0;background:#e2ede3;color:#3a7553;font-weight:700;font-size:1.05rem;position:relative;overflow:visible}.avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.avatar.small{width:36px;height:36px;border-radius:12px;font-size:.9rem}.avatar.large{width:80px;height:80px;border-radius:24px;font-size:1.9rem}.avatar.tiny{width:27px;height:27px;border-radius:9px;font-size:.8rem}.avatar.is-online:after{content:"";position:absolute;bottom:-1px;right:-1px;background:#51a870;width:11px;height:11px;border:2px solid #fff;border-radius:50%}.toast{position:fixed;bottom:27px;left:50%;transform:translate(-50%);z-index:2000;background:#183d32;color:#fff;box-shadow:0 8px 40px #14362728;padding:13px 22px;border-radius:12px;font-size:.88rem;max-width:min(560px,90vw);line-height:1.6}.initial-loading{height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;color:#4f8167}.empty-note{padding:22px 12px;color:#8b9b92;text-align:center;font-size:.88rem;line-height:1.75}.login-page{min-height:100dvh;display:grid;grid-template-columns:46% 54%;background:#fff}.login-story{background:#163e34;color:#ecf8ee;padding:50px 60px 32px;display:flex;flex-direction:column;min-height:100dvh}.brand{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:650;letter-spacing:-.6px}.brand-mark{width:40px;height:40px;border-radius:13px;background:#b9dcca;color:#234d3e;display:flex;align-items:center;justify-content:center}.brand-dot{width:6px;height:6px;border-radius:50%;background:#add17d;align-self:flex-start;margin-top:7px;margin-left:-7px}.login-story-main{margin:auto 0;padding:70px 0 90px}.login-story .eyebrow{color:#a0c4ad;font-size:.85rem;letter-spacing:3px}.login-story h1{font-weight:500;font-size:clamp(3rem,5vw,5rem);letter-spacing:1px;line-height:1.23;margin:28px 0}.login-story p{color:#b0cabc;font-size:1rem;line-height:1.95}.story-icons{display:flex;gap:30px;margin-top:45px;color:#bdd5c7;font-size:.88rem}.story-icons span{display:flex;align-items:center;gap:9px}.story-footer{color:#8eae9a;font-size:.67rem;letter-spacing:2px}.login-form-area{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:65px 35px}.login-form-wrap{width:100%;max-width:390px}.login-form-wrap h2{font-size:2rem;font-weight:650;margin:15px 0 10px;letter-spacing:-.5px}.login-form-wrap form{margin-top:29px}.login-form-wrap .button.full{margin-top:10px;min-height:48px}.code-row{display:flex;align-items:stretch;gap:10px}.code-row input{width:0;flex:1;margin:0}.login-note{display:flex;align-items:center;gap:7px;color:#8a9b91;font-size:.75rem;margin-top:21px}.login-form-area footer{position:absolute;bottom:24px;color:#a0ada6;font-size:.72rem}.login-mobile-brand{display:none}.app-shell{display:grid;grid-template-columns:78px 306px minmax(0,1fr);height:100dvh;overflow:hidden;min-height:400px}.nav-rail{background:var(--ink);display:flex;flex-direction:column;align-items:center;padding:25px 10px 18px;gap:35px}.nav-rail button{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:none;color:#96b2a4;border:0;width:53px;min-height:51px;border-radius:12px}.nav-rail button:hover{color:#d2e9d9;background:#255345}.nav-rail button.active{background:#30614d;color:#e6f4e8}.nav-rail button span:not(.avatar){font-size:.66rem;font-weight:500}.nav-rail .rail-brand{height:44px;min-height:44px;width:44px;border-radius:15px;background:#bfdcc6;color:#244d3d}.rail-main{display:flex;flex-direction:column;gap:12px}.rail-main button i{position:absolute;top:4px;right:5px;border-radius:12px;background:#d69665;color:#fff;font-style:normal;min-width:17px;height:17px;font-size:.7rem;line-height:17px}.rail-bottom{margin-top:auto;display:flex;flex-direction:column;gap:8px}.nav-rail .avatar{border:2px solid #9cbfa7}.conversation-sidebar{display:flex;flex-direction:column;min-width:0;background:#fff;border-right:1px solid var(--line)}.sidebar-title{display:flex;justify-content:space-between;align-items:center;padding:30px 24px 19px}.sidebar-title h1{font-size:1.48rem;display:flex;align-items:center;gap:11px;letter-spacing:.5px}.sidebar-title h1>span{font-size:.73rem;color:#799487;font-weight:500;background:#f0f5f1;border-radius:7px;padding:3px 7px;letter-spacing:0}.sidebar-search{margin:0 20px}.sidebar-search input{border:0;background:#f3f6f3;padding-top:11px;padding-bottom:11px;font-size:.83rem}.connection-status{display:flex;align-items:center;gap:7px;margin:16px 26px 12px;font-size:.71rem;color:#91a298}.dot{background:#6fab81;width:6px;height:6px;border-radius:50%}.dot.offline{background:#d49c54}.conversation-list{flex:1;overflow-y:auto;padding:4px 10px}.conversation-row{display:flex;align-items:center;gap:12px;border:0;background:none;width:100%;text-align:left;padding:15px 13px;border-radius:12px;margin-bottom:4px}.conversation-row:hover{background:#f5f8f5}.conversation-row.selected{background:#edf4ed}.conversation-copy{min-width:0;flex:1}.conversation-copy>div{display:flex;align-items:center;gap:10px;justify-content:space-between}.conversation-copy strong{font-size:.91rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:650;line-height:1.8}.conversation-copy time{font-size:.63rem;color:#8da092;flex-shrink:0}.conversation-copy p{font-size:.76rem;color:#92a097;line-height:1.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:#3c8058;color:#fff;border-radius:7px;padding:0 4px;font-size:.64rem;flex-shrink:0}.sidebar-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:70px 15px;gap:15px;color:#9db1a4}.sidebar-empty p{font-size:.9rem;color:#708a78}.sidebar-empty span{font-size:.76rem;line-height:1.7}.sidebar-me{margin:0 21px;padding:17px 3px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.sidebar-me>div{display:flex;flex-direction:column;gap:6px}.sidebar-me strong{font-size:.82rem}.sidebar-me span{color:#90a196;font-size:.69rem}.starred{color:#b7923e}.list-label{font-size:.7rem;color:#8da194;padding:11px 15px}.requests-shortcut{display:flex;align-items:center;gap:10px;padding:15px 10px;border:0;border-bottom:1px solid var(--line);background:none;width:100%;font-size:.85rem}.requests-shortcut>span{flex:1;text-align:left}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#f7f9f6}.chat-header{display:flex;align-items:center;gap:12px;padding:20px 31px;border-bottom:1px solid var(--line);background:#fff;flex-shrink:0;min-height:88px}.chat-header>.icon-button:first-child{display:none}.chat-heading{min-width:0;flex:1}.chat-heading h2{font-size:1.08rem;font-weight:650;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-heading p{font-size:.73rem;color:#8b9c91;line-height:1.7}.chat-actions{display:flex;gap:8px}.messages{flex:1;overflow:auto;padding:23px 38px 20px;min-height:0;scrollbar-width:thin;scrollbar-color:#d8e3da transparent}.date-divider{display:flex;align-items:center;justify-content:center;margin:14px 0 28px;color:#94a197;font-size:.7rem}.date-divider span{background:#edf2ec;border-radius:7px;padding:5px 11px}.message-row{display:flex;align-items:flex-start;gap:11px;margin:0 0 23px;max-width:100%}.message-row.self{flex-direction:row-reverse}.message-avatar{border:0;background:none;padding:0;margin-top:3px}.message-content{max-width:min(74%,700px);min-width:0}.message-meta{display:flex;gap:9px;align-items:center;line-height:1.6;margin:0 0 6px;font-size:.71rem;color:#79917e}.message-meta time{font-size:.62rem;color:#a3aea3}.message-row.self .message-meta{flex-direction:row-reverse}.message-bubble{border:1px solid #e2ebe0;background:#fff;box-shadow:0 2px 3px #24492403;border-radius:0 14px 14px;padding:11px 14px;line-height:1.7;font-size:.94rem;width:fit-content;max-width:100%;overflow:hidden}.message-row.self .message-bubble{background:#deedda;border-color:#d4e5ce;border-radius:14px 0 14px 14px;margin-left:auto}.message-bubble.mentioned{box-shadow:0 0 0 2px #c7ae66}.message-text{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.message-controls{display:flex;align-items:center;gap:14px;padding-top:6px;opacity:.58}.message-row:hover .message-controls{opacity:1}.message-controls button{display:flex;align-items:center;gap:4px;padding:0;border:0;background:none;font-size:.65rem;color:#7b917f;min-height:18px}.message-row.self .message-controls{justify-content:flex-end}.quote{display:flex;flex-direction:column;gap:3px;border:0;border-left:3px solid #9dbd93;background:#5985460b;color:#718265;width:100%;padding:6px 10px;text-align:left;border-radius:4px;margin-bottom:9px;font-size:.78rem}.quote strong{font-size:.7rem;font-weight:600}.quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.recalled{color:#a3ac9e;font-size:.79rem;line-height:1.7;font-style:italic}.message-image{max-width:min(290px,100%);max-height:300px;display:block;border-radius:8px;object-fit:contain}.message-video{max-width:min(400px,100%);max-height:280px;display:block;border-radius:7px}.attachment{padding:2px 0}.message-text+.attachment{margin-top:8px}.file-card{display:flex;gap:12px;align-items:center;padding:7px 3px;max-width:330px;min-width:180px}.file-card>span{border-radius:9px;background:#edf3eb;color:#7ca368;padding:11px;display:flex}.file-card>div{min-width:0;flex:1}.file-card strong{display:block;font-size:.84rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card small{font-size:.69rem;color:#839177}.file-card>svg{color:#8fa17e}.save-sticker{border:0;background:none;display:flex;align-items:center;gap:4px;color:#829775;font-size:.65rem;padding:5px 0 0}.typing-label{font-size:.72rem;color:#7c947e;margin:10px 0 0 47px}.history-button{display:block;border:0;background:none;color:#718d70;margin:0 auto 20px;font-size:.75rem;padding:8px}.start-conversation{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;color:#8b9c86;gap:15px}.start-conversation h3{font-size:1rem;color:#65805e}.start-conversation p{font-size:.83rem}.active-call,.active-game{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;background:#eaf4e7;border:0;color:#55774a;font-size:.79rem;flex-shrink:0}.active-call button{background:none;border:0;color:#2c693f;font-weight:650}.active-game{background:#f0f1e3;color:#7c8051}.composer{position:relative;background:#fff;border-top:1px solid var(--line);padding:14px 31px 18px;flex-shrink:0}.composer-tools{display:flex;align-items:center;gap:4px;margin-left:-7px}.composer-tools .icon-button{color:#80937c;width:32px;height:31px}.composer-hint{margin-left:auto;font-size:.67rem;color:#a9b3a4}.composer>textarea{border:0;box-shadow:none;border-radius:0;padding:9px 0 6px;resize:none;min-height:75px;max-height:160px;font-size:.93rem;line-height:1.6}.composer>textarea:focus{box-shadow:none}.composer>textarea::placeholder{color:#aab7a7}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:15px}.composer-footer>span{color:#a9b5a5;font-size:.65rem}.send-button{min-height:37px;padding:8px 17px;border-radius:9px;font-size:.8rem}.composer-reply,.composer-file{display:flex;align-items:center;gap:10px;background:#f2f6ef;border-radius:8px;padding:6px 10px;margin-bottom:8px;font-size:.79rem;color:#819077}.composer-reply>div{display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}.composer-reply strong{font-size:.7rem;color:#65815d}.composer-reply span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-file>span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-file small{font-size:.69rem;padding-left:5px}.uploading{display:flex;gap:6px;align-items:center;font-size:.72rem;color:#829974}.send-failed{display:flex;gap:12px;font-size:.74rem;color:#ba7459;padding:8px 0}.send-failed button{border:0;background:none;color:#997a36;font-size:inherit}.composer-picker{position:absolute;bottom:100%;left:25px;z-index:5;background:#fff;box-shadow:0 12px 45px #193f2720;border:1px solid #e0eadc;border-radius:14px;width:340px;max-width:calc(100% - 30px);padding:12px;margin-bottom:7px}.picker-head{display:flex;justify-content:space-between;align-items:center;padding-left:4px;font-size:.82rem}.picker-tabs{display:flex;gap:10px;border-bottom:1px solid var(--line);padding-bottom:8px;margin:2px 0 10px}.picker-tabs button{border:0;border-radius:6px;padding:7px 11px;color:#8a9c7f;background:none;font-size:.76rem}.picker-tabs button.active{background:#edf4e9;color:#548046}.emoji-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.emoji-grid button{border:0;background:none;font-size:1.4rem;border-radius:7px;height:37px;padding:0}.emoji-grid button:hover{background:#f0f5ec}.sticker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-height:250px;overflow:auto}.sticker-grid>.empty-note{grid-column:1/-1}.sticker-item{position:relative}.sticker-item>button:first-child{border:0;background:#f5f8f1;padding:5px;border-radius:7px;width:100%;height:70px}.sticker-item img{width:100%;height:100%;object-fit:contain}.sticker-delete{position:absolute;top:0;right:0;background:#fff;border:1px solid #e5ecdf;display:flex;padding:2px;border-radius:50%;color:#a68770}.mention-list{max-height:240px;overflow:auto}.mention-list button{display:flex;align-items:center;gap:9px;width:100%;border:0;background:none;padding:10px;border-radius:8px;font-size:.82rem;text-align:left}.mention-list button:hover{background:#f2f6ee}.welcome-surface{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px;position:relative}.welcome-symbol{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:#e7efdf;color:#689057;border-radius:32px;margin-bottom:35px}.welcome-surface .eyebrow{font-size:.65rem;color:#99aa8d;letter-spacing:2px}.welcome-surface h2{font-size:1.8rem;font-weight:600;margin:17px 0 13px;letter-spacing:.5px}.welcome-surface p{color:#90a083;font-size:.88rem;line-height:1.7}.welcome-buttons{display:flex;gap:12px;margin-top:29px}.welcome-bottom{position:absolute;bottom:40px;display:flex;gap:33px;color:#a7b19b;font-size:.72rem}.welcome-bottom span{display:flex;gap:7px;align-items:center}.modal{border:1px solid #dfe7db;border-radius:20px;box-shadow:0 25px 100px #10281833;padding:0;width:min(480px,calc(100% - 32px));max-height:90dvh;color:var(--ink);background:#fff;overflow:auto}.modal.wide{width:min(820px,calc(100% - 24px))}.modal::backdrop{background:#10271e5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 25px 17px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}.modal-head h2{font-size:1.08rem}.modal-body{padding:23px 25px 27px}.modal-body>p{font-size:.88rem;line-height:1.8}.profile-top{display:flex;align-items:center;gap:23px;margin:5px 0 18px}.id-label{font-size:.79rem;color:#86917a;padding:9px 13px;border:1px dashed #d5e0cd;border-radius:8px}.id-label strong{color:#6c845b;float:right;letter-spacing:1px}.segmented{display:flex;background:#f0f5ed;padding:4px;border-radius:10px;gap:5px}.segmented button{border:0;background:none;padding:9px;flex:1;border-radius:7px;font-size:.83rem;color:#8c9c7d}.segmented button.active{background:#fff;box-shadow:0 2px 5px #3150200b;color:#497034;font-weight:600}.search-form{display:flex;gap:8px;margin:21px 0}.search-form .input-icon{flex:1;min-width:0}.search-form .button{padding:9px 16px}.person-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #edf2e8;font-size:.88rem}.person-row>div{flex:1;min-width:0}.person-row strong{font-size:.87rem}.person-row small{display:block;color:#92a080;font-size:.73rem;line-height:1.7;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-row .avatar{width:40px;height:40px;border-radius:13px}.person-row>input[type=checkbox]{width:18px;height:18px;margin-left:auto;accent-color:var(--green)}.friend-picker{max-height:280px;overflow:auto}.friend-picker label{margin:0}.group-result{text-align:center;padding:6px 0 20px}.group-result h3{margin:15px 0 6px;font-size:1.23rem}.group-result>p{margin:5px 0 12px}.group-result>.button{margin-top:10px}.modal-footnote{font-size:.74rem!important;color:#9aa789;margin-top:24px!important}.person-click{border-width:0 0 1px;background:none;text-align:left;width:100%}.members-list{max-height:250px;overflow:auto}.leave-group{border-top:1px solid #e9eee2;margin-top:20px;padding-top:18px}.leave-group p{font-size:.75rem;margin-bottom:15px}.incoming-call{position:fixed;right:25px;top:24px;z-index:1100;display:flex;align-items:center;gap:12px;padding:18px;background:#fff;box-shadow:0 10px 60px #14372930;border-radius:17px;border:1px solid #dfecd6;max-width:calc(100vw - 24px)}.incoming-call>div{min-width:0}.incoming-call strong{font-size:.84rem}.incoming-call p{color:#97a58a;font-size:.72rem;margin-top:4px}.incoming-icon{padding:13px;border-radius:50%;background:#e7f2dd;color:#608842;display:flex}.call-overlay{position:fixed;inset:0;background:#102b23aa;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;overflow:auto;padding:40px;display:flex;align-items:center;justify-content:center}.call-overlay>.call-panel{width:100%;max-width:1100px}@media(min-width:1450px){.app-shell{grid-template-columns:86px 342px minmax(0,1fr)}.messages,.composer{padding-left:6%;padding-right:6%}}@media(max-width:1050px){.app-shell{grid-template-columns:70px 270px minmax(0,1fr)}.chat-header{padding:18px 20px}.chat-actions{gap:0}.messages{padding:18px 22px}.composer{padding:12px 21px 15px}.message-content{max-width:80%}.login-story{padding:40px 37px}.story-icons{gap:18px}}@media(max-width:760px){.login-page{display:block}.login-story{display:none}.login-form-area{min-height:100dvh;padding:45px 25px 80px}.login-mobile-brand{display:flex;align-items:center;gap:10px;color:#387956;font-weight:700;font-size:1.4rem;margin-bottom:48px}.login-form-wrap h2{font-size:1.7rem}.app-shell{grid-template-columns:62px minmax(0,1fr)}.nav-rail{padding:19px 5px 15px;gap:29px}.nav-rail button{width:47px}.conversation-sidebar{border:0}.chat-main{display:none}.app-shell.has-room{grid-template-columns:minmax(0,1fr)}.app-shell.has-room .nav-rail,.app-shell.has-room .conversation-sidebar{display:none}.app-shell.has-room .chat-main{display:flex}.sidebar-title{padding-top:25px}.chat-header{min-height:72px;padding:12px 13px;gap:8px}.chat-header>.icon-button:first-child{display:flex;width:28px}.chat-header>.avatar{display:none}.chat-heading h2{font-size:1rem}.chat-heading p{font-size:.68rem}.chat-actions .icon-button{width:31px}.chat-actions svg{width:18px}.messages{padding:12px 14px}.message-content{max-width:calc(100% - 51px)}.message-row{gap:8px;margin-bottom:20px}.message-bubble{padding:10px 12px;font-size:.92rem}.message-image{max-width:230px;max-height:270px}.composer{padding:10px 15px 13px;padding-bottom:max(13px,env(safe-area-inset-bottom))}.composer-hint{display:none}.composer-footer>span{font-size:.59rem;max-width:220px;line-height:1.6}.composer>textarea{min-height:62px;max-height:110px;font-size:1rem}.composer-picker{left:10px}.message-meta{font-size:.69rem}.message-controls{opacity:1}.modal-body{padding:18px 20px 22px}.modal-head{padding:16px 20px}.incoming-call{right:12px;top:12px;padding:12px;gap:8px;flex-wrap:wrap}.incoming-icon{padding:8px}.call-overlay{padding:9px}.welcome-surface{display:none}.request-row{gap:8px}.request-row .button{padding:7px 8px}.toast{bottom:18px}.profile-top{gap:17px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
