*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;color:#333}.container{max-width:900px;margin:0 auto}.header{text-align:center;margin-bottom:30px;color:#fff}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header p{font-size:1.1rem;opacity:.95}.navigation{margin-bottom:30px;text-align:center}.nav-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.nav-link{display:inline-block;padding:12px 24px;background:#fff3;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:2px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.nav-link.active{background:#ffffffe6;color:#333;border-color:#ffffff80}.nav-link.active:hover{background:#fff;color:#333}.main-content{display:flex;flex-direction:column;gap:20px}.status-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-around;flex-wrap:wrap;gap:15px}.status-item{display:flex;flex-direction:column;align-items:center}.status-label{font-size:.85rem;color:#666;margin-bottom:5px;font-weight:500}.status-value{font-size:1.1rem;font-weight:600;padding:5px 15px;border-radius:20px}.status-value.connected{background:#10b981;color:#fff}.status-value.disconnected{background:#ef4444;color:#fff}.status-value.connecting{background:#f59e0b;color:#fff}.info-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a}.info-panel h3{font-size:1.2rem;margin-bottom:15px;color:#333;font-weight:600}.provider-info{display:flex;flex-direction:column;gap:10px}.info-item{display:flex;align-items:center;gap:10px}.info-label{font-weight:600;color:#666;min-width:80px}.info-value{color:#333;font-family:monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:.9rem}.editor-panel{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.editor-header h3{font-size:1.3rem;color:#333;font-weight:600}.text-editor{width:100%;padding:15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s;min-height:200px}.text-editor:focus{outline:none;border-color:#667eea}.btn{border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.users-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a}.users-panel h3{font-size:1.2rem;margin-bottom:15px;color:#333;font-weight:600}.users-list{display:flex;flex-direction:column;gap:10px}.user-item{display:flex;align-items:center;padding:12px 15px;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea;transition:all .2s ease;animation:slideIn .3s ease}.user-item:hover{background:#f3f4f6;transform:translate(5px)}.user-item.user-is-summarizer{border-left-color:#059669;background:#ecfdf5}.summarizer-badge{display:inline-block;margin-left:8px;padding:2px 8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,#059669,#047857);border-radius:4px;vertical-align:middle}.status-value.summarizer-active{color:#059669;font-weight:600}.status-value.summarizer-pending{color:#9ca3af}.user-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;margin-right:12px;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.user-info{flex:1;display:flex;flex-direction:column}.user-name{font-weight:600;color:#333;font-size:.95rem}.user-status{font-size:.8rem;color:#10b981;margin-top:2px}.user-you{background:#eff6ff;border-left-color:#3b82f6}.user-you .user-name:after{content:" (You)";color:#3b82f6;font-size:.85rem;font-weight:500}.no-users{text-align:center;padding:30px;color:#9ca3af;font-style:italic}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.footer{text-align:center;margin-top:30px;color:#fff;opacity:.9}.footer p{margin-bottom:5px}.map-panel{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.map-header h3{font-size:1.3rem;color:#333;font-weight:600}.map-add-section{margin-bottom:20px;padding:15px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.input-group{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.form-input{flex:1;min-width:150px;padding:10px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:.9rem;transition:border-color .3s}.form-input:focus{outline:none;border-color:#667eea}.btn-primary{background:#667eea;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s;white-space:nowrap}.btn-primary:hover{background:#5a67d8;transform:translateY(-1px)}.btn-success{background:#10b981;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s;white-space:nowrap}.btn-success:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.btn-success:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.map-display{border:1px solid #e5e7eb;border-radius:8px;background:#fff;min-height:100px}.map-items{padding:15px}.map-item{display:flex;align-items:center;padding:12px 15px;margin-bottom:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease;animation:slideIn .3s ease}.map-item:hover{background:#f1f5f9;border-color:#cbd5e1}.map-item:last-child{margin-bottom:0}.map-item-key{font-weight:600;color:#374151;min-width:120px;margin-right:15px;font-family:monospace;background:#e5e7eb;padding:4px 8px;border-radius:4px;font-size:.85rem}.map-item-value{flex:1;color:#4b5563;font-family:monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:.85rem;word-break:break-all}.map-item-actions{display:flex;gap:5px;margin-left:10px}.btn-small{padding:4px 8px;font-size:.75rem;border-radius:4px;border:none;cursor:pointer;transition:all .2s}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.map-empty{text-align:center;padding:40px 20px;color:#9ca3af;font-style:italic}.map-empty:before{content:"🗺️";display:block;font-size:2rem;margin-bottom:10px}.array-panel{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.array-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.array-header h3{font-size:1.3rem;color:#333;font-weight:600}.array-add-section{margin-bottom:20px;padding:15px;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd}.array-display{border:1px solid #e5e7eb;border-radius:8px;background:#fff;min-height:100px}.array-items{padding:15px}.array-item{display:flex;align-items:center;padding:12px 15px;margin-bottom:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease;animation:slideIn .3s ease}.array-item:hover{background:#f1f5f9;border-color:#cbd5e1}.array-item:last-child{margin-bottom:0}.array-item-index{font-weight:600;color:#374151;min-width:40px;margin-right:15px;font-family:monospace;background:#dbeafe;padding:4px 8px;border-radius:4px;font-size:.85rem;text-align:center}.array-item-value{flex:1;color:#4b5563;font-family:monospace;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:.85rem;word-break:break-all}.array-item-actions{display:flex;gap:5px;margin-left:10px}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.array-empty{text-align:center;padding:40px 20px;color:#9ca3af;font-style:italic}.array-empty:before{content:"📋";display:block;font-size:2rem;margin-bottom:10px}.xml-panel{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000001a}.xml-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.xml-header h3{font-size:1.3rem;color:#333;font-weight:600}.xml-editor-section{margin-bottom:20px;padding:15px;background:#fef3c7;border-radius:8px;border:1px solid #fbbf24}.xml-display{border:1px solid #e5e7eb;border-radius:8px;background:#fff;min-height:100px}.xml-content{padding:15px;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;color:#374151;white-space:pre-wrap;word-break:break-word}.xml-empty{text-align:center;padding:40px 20px;color:#9ca3af;font-style:italic}.xml-empty:before{content:"📄";display:block;font-size:2rem;margin-bottom:10px}@media (max-width: 768px){.header h1{font-size:2rem}.status-panel{flex-direction:column}.editor-header,.map-header,.array-header,.xml-header{flex-direction:column;gap:15px;align-items:stretch}.input-group{flex-direction:column;align-items:stretch}.form-input{min-width:auto}.map-item{flex-direction:column;align-items:stretch;gap:10px}.map-item-key{min-width:auto;margin-right:0}.map-item-actions{margin-left:0;justify-content:center}.array-item{flex-direction:column;align-items:stretch;gap:10px}.array-item-index{min-width:auto;margin-right:0}.array-item-actions{margin-left:0;justify-content:center}.info-item{flex-direction:column;align-items:flex-start;gap:5px}.info-label{min-width:auto}}.lobby{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 20px #00000014;max-width:600px;margin:60px auto}.lobby h2{margin-bottom:24px;color:#2d3748;font-size:1.5rem}.lobby-actions{display:flex;flex-direction:column;gap:16px}.lobby-join{display:flex;gap:8px}.lobby-join .form-input{flex:1}.lobby-divider{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:.85rem}.lobby-divider:before,.lobby-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.lobby-awareness-btn{display:block;text-align:center;text-decoration:none;padding:12px 16px;font-size:.95rem}
