:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{height:100%;min-height:100vh;margin:0;padding:0;background:#ebebeb}body{min-height:0;background:transparent;font-family:Segoe UI,Arial,sans-serif;display:flex;flex-direction:column;align-items:center}.container{width:100%;max-width:1100px;margin:40px auto;background:#fff;border-radius:18px;box-shadow:0 4px 24px #5080b014;padding:32px 16px 24px;box-sizing:border-box;overflow-x:hidden;z-index:1}.attendee-list-wrapper{display:flex;justify-content:center;width:100%;overflow-x:auto}.header{display:flex;justify-content:center;align-items:center;margin-bottom:32px}.logo{height:60px;width:auto}h1{background:linear-gradient(90deg,#c00ff0,#2bb898);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:800;margin:0}.search-bar{width:100%;max-width:400px;display:block;margin:0 auto 28px;padding:14px 18px;border:2px solid #c00ff0;border-radius:8px;font-size:1.1rem;outline:none;transition:border .2s;z-index:2;position:relative}.search-bar:focus{border:2px solid #2bb898}.attendee-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;justify-content:center;width:1000px;max-width:100%;margin:0 auto}@media (max-width: 1100px){.attendee-list{width:100%;min-width:0}}@media (max-width: 700px){.attendee-list{grid-template-columns:1fr}}.attendee-card{background:#f8f8fa;border:1.5px solid #ebebeb;border-radius:12px;padding:20px 18px;box-shadow:0 2px 8px #5080b00a;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s,border .2s}.attendee-card:hover{border:1.5px solid #c00ff0;box-shadow:0 4px 16px #c00ff014}.attendee-name{font-size:1.2rem;font-weight:600;color:#9043c3}.attendee-org{color:#5080b0;font-size:1rem;font-weight:500}.attendee-link{margin-top:8px;color:#fff;background:linear-gradient(90deg,#c00ff0,#2bb898);padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .2s;display:inline-block;box-shadow:0 2px 8px #5080b014}.attendee-link:hover{background:linear-gradient(90deg,#2bb898,#c00ff0);color:#fff}@media (max-width: 600px){.container{padding:12px 2px}.header{flex-direction:column;gap:10px}h1{font-size:2rem}}.read-the-docs,.muted{color:#a5a5a5;font-size:.95rem}
