.app{background:linear-gradient(135deg,#358fdf 0%,#158794 100%);min-height:100vh;padding:2rem}.app-header{text-align:center;color:#fff;margin-bottom:3rem}.app-header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:3rem}.app-header p{opacity:.9;margin-top:.5rem;font-size:1.2rem}.app-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0003}.status{margin:1rem 0;font-size:1.1rem;font-weight:700}.success{color:#10b981}.error{color:#ef4444}.connecting{color:#f59e0b}.users-list{display:flex;flex-direction:column;gap:1rem}.users-list a{text-decoration:none}.user-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.form-error{color:#ef4444;margin:.5rem 0 .75rem;font-weight:600}.user-card{background:#f3f4f6;border-left:4px solid #667eea;border-radius:8px;padding:1rem;transition:transform .2s,box-shadow .2s}.user-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.user-card h3{color:#1f2937;margin:0 0 .5rem}.user-card p{color:#6b7280;margin:0}.wide-section{grid-column:1/-1}.ws-messages{overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;max-height:250px;margin-bottom:1.5rem}.ws-placeholder{color:#9ca3af;text-align:center}.ws-message{background:#f3f4f6;border-left:4px solid #a855f7;border-radius:8px;padding:.75rem 1rem}.ws-message.ws-system{background:#e0f2fe;border-color:#3b82f6}.ws-meta{display:flex;color:#6b7280;justify-content:space-between;margin-bottom:.25rem;font-size:.85rem}.ws-controls{display:flex;gap:.75rem}.user-form input,.ws-controls input{border:1px solid #d1d5db;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem}.action-button{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:8px;padding:.75rem 1.5rem;transition:opacity .2s;font-weight:700}.action-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;display:flex;z-index:50;background:#00000080;justify-content:center;align-items: center;inset:0}.modal{background:#fff;border-radius:12px;width:min(520px,92vw);padding:1.25rem 1.25rem 1.5rem;box-shadow:0 10px 30px #00000040}.modal-header{display:flex;justify-content:space-between;align-items: center;margin-bottom:.75rem}.modal-close{cursor:pointer;color:#374151;background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.secondary-button{display:inline-block;color:#111827;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600}.user-details-card{display:flex;flex-direction:column;align-items: flex-start;gap:1rem;margin:1rem 0}.stats-panel{padding:.5rem 0}.search-panel{display:flex;flex-direction:column;padding:.5rem 0 0}.search-panel input{background-color:#fff3;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem}.search-results{padding:.5rem 0}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h2{color:#333;border-bottom:2px solid #667eea;margin:0 0 1rem;padding-bottom:.5rem}
