:root{--green: #1f8a4c;--green-2: #95ec69;--bg: #ededed;--text: #111;--muted: #888;--danger: #d84a3b}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Noto Sans SC,sans-serif;color:var(--text);background:#c8c8c8}.page{height:100dvh;max-width:480px;margin:0 auto;background:var(--bg);display:flex;flex-direction:column;padding-top:env(safe-area-inset-top)}.header{min-height:48px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;background:#2e2e32;color:#fff}.header .me,.header .meta{margin-left:8px;font-size:12px;color:#bbb;font-weight:400}.header .title{text-align:center;flex:1;display:flex;flex-direction:column;line-height:1.2}.header .title .meta{margin-left:0}.header .spacer{width:48px}.text-btn{background:none;border:0;color:#fff;font-size:16px;min-height:44px;padding:0 8px}.search-bar{padding:10px 12px;background:#fff}.search-bar input,.login-card input,.composer input{width:100%;height:40px;border:0;border-radius:8px;padding:0 12px;font-size:16px;background:#f3f3f3}.login-card input{background:#fff;border:1px solid #ddd;margin-bottom:10px}.list{flex:1;overflow:auto;background:#fff}.row{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:0;border-bottom:1px solid #f0f0f0;background:#fff;text-align:left;min-height:64px;font-size:16px}.row-main{flex:1;min-width:0}.row-top{display:flex;justify-content:space-between;gap:8px}.preview,.meta{color:var(--muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{width:44px;height:44px;border-radius:8px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:700;position:relative;flex-shrink:0}.avatar[data-on=true]:after{content:"";position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;background:#1f8a4c;border:2px solid #fff;border-radius:50%}.badge{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#f54c3f;color:#fff;font-size:12px;display:grid;place-items:center}.empty,.pad{padding:24px 16px;color:var(--muted);text-align:center}.error{color:var(--danger);font-size:14px}.login-page{justify-content:center;background:#f7f7f7}.login-card{padding:24px 20px 40px}.login-card h1{margin:0;font-size:28px}.login-card .sub{color:var(--muted);margin:6px 0 20px}.tabs{display:flex;gap:8px;margin-bottom:16px}.tabs button{flex:1;height:40px;border:0;background:#eee;border-radius:8px;font-size:16px}.tabs button.on{background:var(--green);color:#fff}.primary{width:100%;height:44px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:17px}.primary:disabled{opacity:.5}.primary.compact{width:auto;padding:0 14px;height:40px;font-size:15px}.chat-page{position:relative;overflow:hidden;background:#efebdf}.messages{flex:1;overflow:auto;padding:12px;-webkit-overflow-scrolling:touch}.history-hint{margin:0 0 10px;text-align:center;font-size:12px;color:var(--muted)}.bubble-row{display:flex;margin-bottom:10px}.bubble-row.mine{justify-content:flex-end}.bubble{max-width:76%;padding:10px 12px;border-radius:8px;background:#fff;line-height:1.45;word-break:break-word;font-size:16px}.bubble-row.mine .bubble{background:var(--green-2)}.bubble.pic{padding:4px}.bubble.sticker{background:transparent;padding:0}.bubble-row.mine .bubble.sticker{background:transparent}.bubble img{max-width:180px;border-radius:6px;display:block}.bubble img.zoomable{cursor:zoom-in;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.bubble.sticker img{max-width:110px;background:transparent}.bubble.loc{padding:0;overflow:hidden}.loc-card{display:flex;align-items:center;gap:10px;width:210px;padding:10px 12px;border:0;background:transparent;text-align:left;cursor:pointer}.loc-pin{font-size:26px;line-height:1}.loc-main{min-width:0}.loc-main strong{display:block;font-size:15px;color:inherit}.loc-main span{display:block;font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bubble-row.mine .loc-main span{color:#3d6d2c}.img-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;background:#000;display:grid;place-items:center;cursor:zoom-out}.img-preview img{max-width:100%;max-height:100%;object-fit:contain;display:block}.quote-ref{display:block;width:100%;margin-bottom:6px;padding:6px 8px;border:0;border-left:3px solid #c8c8c8;border-radius:4px;background:#0000000f;color:#666;font-size:12px;text-align:left;line-height:1.35}.bubble-row.mine .quote-ref{background:#00000014}.quote-name{display:block;color:#333;font-weight:600;margin-bottom:2px}.quote-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0f0f0;border-top:1px solid #e5e5e5}.quote-bar-main{flex:1;min-width:0;font-size:13px;color:#666;overflow:hidden}.quote-bar-main span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-close{width:28px;height:28px;border:0;border-radius:50%;background:#ddd;color:#555;font-size:18px}.bubble-row.flash .bubble{outline:2px solid var(--green)}.composer{display:flex;gap:8px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#f7f7f7;align-items:center}.composer input{flex:1;background:#fff}.icon-btn{width:40px;height:40px;border:0;border-radius:8px;background:#fff;font-size:15px}.icon-btn:disabled{opacity:.5}.more-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 12px;padding:16px 20px;background:#f7f7f7;border-top:1px solid #eee}.more-item{display:flex;flex-direction:column;align-items:center;gap:8px;border:0;background:transparent;padding:0;color:inherit}.more-item span{width:56px;height:56px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:20px;font-weight:600;box-shadow:0 1px 2px #0000000f}.more-item em{font-style:normal;font-size:12px;color:#666}.more-item:disabled{opacity:.5}.face-panel{background:#fff;border-top:1px solid #eee}.face-tabs{display:flex;gap:0;border-bottom:1px solid #eee}.face-tabs button{flex:1;height:40px;border:0;background:transparent;font-size:15px;color:var(--muted)}.face-tabs button.on{color:var(--green);font-weight:600;box-shadow:inset 0 -2px 0 var(--green)}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:8px 10px;max-height:180px;overflow:auto}.emoji-btn{height:40px;border:0;background:transparent;font-size:22px}.sticker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;max-height:200px;overflow:auto}.sticker-add,.sticker-send{width:100%;aspect-ratio:1;border:1px dashed #ccc;border-radius:8px;background:#fafafa;font-size:28px;color:#999}.sticker-item{position:relative}.sticker-send{border:0;background:#f3f3f3;padding:4px}.sticker-send img{width:100%;height:100%;object-fit:contain;display:block}.sticker-del{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:0;border-radius:50%;background:#666;color:#fff;font-size:14px;line-height:20px;padding:0}
