*{box-sizing:border-box}body{margin:0;font-family:-apple-system,system-ui,sans-serif;background:#0d0d0d;color:#f2f2f2}.shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.card{width:100%;max-width:360px;background:#171717;border:1px solid #2a2a2a;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px}.card h1{margin:0;font-size:26px;letter-spacing:1px}.sub{color:#999;margin:0;font-size:14px}.hint{color:#777;font-size:13px}.devHint{background:#2a2000;color:#e0b000;padding:8px 12px;border-radius:8px;font-size:13px}input{width:100%;padding:12px 14px;background:#0d0d0d;border:1px solid #333;border-radius:10px;color:#f2f2f2;font-size:15px}button{padding:12px;background:#f2c200;color:#0d0d0d;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.error{color:#ef4444;font-size:13px}.messenger{display:flex;height:100vh}.convList{width:280px;min-width:220px;background:#141414;border-right:1px solid #262626;display:flex;flex-direction:column}.convListHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #262626;font-weight:600}.iconBtn{background:none;border:none;color:#ccc;font-size:18px;padding:4px 8px;cursor:pointer}.convItems{overflow-y:auto;flex:1}.convItem,.convItemActive{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;border-bottom:1px solid #1d1d1d;color:#eee;text-align:left;font-size:14px;cursor:pointer}.convItemActive{background:#1f1f1f}.badge{background:#f2c200;color:#0d0d0d;border-radius:10px;padding:1px 7px;font-size:12px;font-weight:700}.newChat{padding:12px 16px;border-bottom:1px solid #262626;background:#101010}.newChatTabs{display:flex;gap:8px;margin-bottom:10px}.tab,.tabActive{background:#1a1a1a;border:1px solid #2a2a2a;color:#ccc;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer}.tabActive{background:#f2c200;color:#0d0d0d;border-color:#f2c200}.tabClose{margin-left:auto;background:none;border:none;color:#888;cursor:pointer}.newChatForm{display:flex;flex-direction:column;gap:8px}.foundCard{display:flex;align-items:center;justify-content:space-between;background:#1a1a1a;padding:8px 10px;border-radius:8px;font-size:14px}textarea{width:100%;padding:10px;background:#0d0d0d;border:1px solid #333;border-radius:10px;color:#f2f2f2;font-size:14px;resize:vertical}.thread{flex:1;display:flex;flex-direction:column}.threadEmpty{flex:1;display:flex;align-items:center;justify-content:center;color:#666}.threadHeader{padding:14px 20px;border-bottom:1px solid #262626;font-weight:600}.threadMessages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:6px}.msgIn,.msgOut{display:flex}.msgOut{justify-content:flex-end}.msgBubble{max-width:60%;padding:8px 12px;border-radius:12px;font-size:14px;line-height:1.4;background:#1e1e1e}.msgOut .msgBubble{background:#3a3200}.msgEdited{color:#888;font-size:11px}.typingIndicator{color:#888;font-size:12px;font-style:italic;padding-left:4px}.composer{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #262626}.composer input[type=text]{flex:1}.composer button{width:44px;padding:12px;flex-shrink:0}.composer .iconBtn{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;font-size:18px}.voiceRecorder{color:#ccc;font-size:14px}.voiceRecorder audio{flex:1;height:36px}.recordingDot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ef4444;margin-right:4px;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.attachmentImage{max-width:240px;max-height:320px;border-radius:8px;display:block}.attachmentAudio{max-width:240px;height:36px}.msgCaption{margin-top:6px}@media (max-width: 720px){.messenger{flex-direction:column}.convList{width:100%;height:40%}}
