*{margin:0;padding:0;box-sizing:border-box}body{font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,Roboto Mono,Menlo,Courier New,monospace;min-height:100vh;background:radial-gradient(ellipse at center,#0a0a0f,#000);color:#e5e5e5;overflow:hidden;perspective:1000px}@media(max-width:768px){body{overflow-y:auto;overflow-x:hidden}}.atmosphere{position:fixed;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;animation:rotate 120s infinite linear}@keyframes rotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.app-orb{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-orb:hover{transform:scale(1.2)!important;z-index:100}.app-orb img{width:100%;height:100%;border-radius:50%;object-fit:cover}.app-orb .fallback{font-size:1.5rem;font-weight:600;color:#ffffffe6}.app-tooltip{position:absolute;background:#0a0a0ff2;border:1px solid rgba(255,255,255,.1);padding:.5rem .75rem;border-radius:4px;font-size:.7rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;z-index:1000}.app-orb:hover .app-tooltip{opacity:1}.container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:10}@media(max-width:768px){.container{position:relative;min-height:100vh;padding:2rem 0}}.search-card{background:transparent;border:1px solid rgba(255,255,255,.1);padding:2.5rem 3rem;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-align:center;max-width:min(500px,90vw)}h1{font-size:2rem;margin-bottom:.5rem;font-weight:300;letter-spacing:.05em}.subtitle{font-size:.75rem;color:#ffffff80;margin-bottom:2rem}input{font-family:inherit;font-size:.9rem;padding:.75rem 1rem;margin-bottom:1rem;background:#0a0a0fcc;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#e5e5e5;width:100%;transition:all .2s}input:focus{outline:none;border-color:#fff6;background:#0a0a0fe6}input::placeholder{color:#ffffff4d}.input-wrapper{position:relative;width:100%}.autocomplete-results{position:absolute;z-index:100;width:100%;max-height:240px;overflow-y:auto;background:#0a0a0ffa;border:1px solid rgba(255,255,255,.2);border-radius:4px;margin-top:.25rem;box-shadow:0 4px 12px #00000080;display:none;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(10,10,15,.5)}.autocomplete-results::-webkit-scrollbar{width:8px}.autocomplete-results::-webkit-scrollbar-track{background:#0a0a0f80;border-radius:4px}.autocomplete-results::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.autocomplete-results::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.autocomplete-results.show{display:block}.autocomplete-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:#e5e5e5;text-align:left;font-family:inherit;cursor:pointer;transition:background .15s}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#ffffff1a}.autocomplete-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.autocomplete-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#ffffff1a;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#ffffff80}.autocomplete-info{flex:1;min-width:0;overflow:hidden}.autocomplete-name{font-weight:500;color:#ffffffe6;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.autocomplete-handle{font-size:.75rem;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-spinner{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#fff6;font-size:.75rem}button{font-family:inherit;font-size:.9rem;padding:.75rem 2rem;cursor:pointer;background:#0a0a0fcc;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#e5e5e5;transition:all .2s;width:100%}button:hover{background:#0a0a0fe6;border-color:#fff6}.divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0 1rem;color:#ffffff4d;font-size:.7rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.suggestions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.suggestion-btn{font-family:inherit;font-size:.8rem;padding:.5rem 1rem;cursor:pointer;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#fff9;transition:all .2s;width:auto}.suggestion-btn:hover{background:#0a0a0f80;border-color:#ffffff4d;color:#fffc}.info-toggle{margin-top:1.5rem;color:#ffffff80;font-size:.75rem;cursor:pointer;border:none;background:none;padding:.5rem;transition:color .2s;text-decoration:underline;text-underline-offset:2px}.info-toggle:hover{color:#fffc}.info-content{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:1rem}.info-content.expanded{max-height:500px;overflow-y:auto}@media(max-width:768px){.info-content.expanded{max-height:none;overflow-y:visible}}.info-section{background:#0a0a0f99;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:1.5rem;text-align:left}.info-section h3{font-size:.85rem;font-weight:500;margin-bottom:.75rem;color:#ffffffe6}.info-section p{font-size:.7rem;line-height:1.6;color:#fff9;margin-bottom:1rem}.info-section p:last-child{margin-bottom:0}.info-section strong{color:#ffffffd9}.info-section a{color:#fffc;text-decoration:underline;text-underline-offset:2px}.info-section a:hover{color:#fff}.footer{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);font-size:.7rem;color:#ffffff4d;z-index:20}.footer a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer a:hover{color:#fffc}
