:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.06)}.logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.logo-icon{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.85rem}.header-links{display:flex;gap:1.5rem}.header-links a{color:#ffffff73;text-decoration:none;font-size:.85rem;transition:color .2s}.header-links a:hover{color:#ffffffd9}.home{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2.5rem}.home-title{text-align:center}.home-title h1{font-size:2.8rem;font-weight:700;letter-spacing:-.04em;margin:0 0 .5rem;background:linear-gradient(135deg,#e0e7ff,#c4b5fd,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-title p{color:#fff6;font-size:1.05rem;margin:0}.search-container{width:100%;max-width:42rem;position:relative}.search-bar{display:flex;align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:.85rem 1.1rem;gap:.75rem;transition:border-color .2s,box-shadow .2s}.search-bar:focus-within{border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf61a}.search-icon{color:#ffffff4d;flex-shrink:0}.search-bar input{flex:1;background:transparent;border:none;outline:none;color:#fafafa;font-size:1rem;font-family:inherit}.search-bar input::placeholder{color:#ffffff40}.search-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;color:#fff;padding:.5rem 1rem;border-radius:.6rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s;font-family:inherit}.search-btn:hover{opacity:.85}.search-btn:disabled{opacity:.4;cursor:not-allowed}.suggestions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:42rem}.suggestion-chip{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffff80;padding:.45rem .9rem;border-radius:2rem;font-size:.82rem;cursor:pointer;transition:all .2s;font-family:inherit}.suggestion-chip:hover{background:#ffffff14;border-color:#ffffff26;color:#fffc}.results-view{flex:1;display:flex;flex-direction:column;max-width:52rem;width:100%;margin:0 auto;padding:2rem}.results-query{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem}.results-query h2{font-size:1.3rem;font-weight:600;letter-spacing:-.02em;margin:0}.new-search-btn{margin-left:auto;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff9;padding:.4rem .8rem;border-radius:.5rem;font-size:.8rem;cursor:pointer;transition:all .2s;font-family:inherit}.new-search-btn:hover{background:#ffffff1a;color:#ffffffe6}.ai-answer{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}.ai-answer-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;color:#fff6;text-transform:uppercase;letter-spacing:.1em}.ai-answer-header .sparkle{color:#a78bfa}.ai-answer-content{font-size:.95rem;line-height:1.7;color:#ffffffd9}.ai-answer-content p{margin:0 0 .75rem;color:#ffffffd9}.ai-answer-content p:last-child{margin-bottom:0}.cursor-blink{display:inline-block;width:2px;height:1em;background:#a78bfa;margin-left:2px;vertical-align:text-bottom;animation:blink .8s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.sources{margin-bottom:1.5rem}.sources h3{font-size:.85rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}.source-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.75rem}.source-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.65rem;padding:.85rem;cursor:pointer;transition:all .2s;text-decoration:none}.source-card:hover{background:#ffffff0f;border-color:#ffffff1f}.source-card .source-favicon{width:16px;height:16px;border-radius:4px;background:#ffffff1a;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;font-size:.6rem}.source-card .source-title{font-size:.82rem;font-weight:500;color:#fffc;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.source-card .source-url{font-size:.72rem;color:#ffffff4d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related{margin-top:.5rem}.related h3{font-size:.85rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}.related-list{display:flex;flex-direction:column;gap:.5rem}.related-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.6rem;padding:.7rem 1rem;font-size:.88rem;color:#ffffffb3;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.6rem;font-family:inherit;width:100%;text-align:left}.related-item:hover{background:#ffffff0f;border-color:#ffffff1f;color:#ffffffe6}.related-item .arrow{margin-left:auto;color:#fff3;transition:color .2s}.related-item:hover .arrow{color:#ffffff80}.shimmer-line{height:.85rem;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.3rem;margin-bottom:.6rem}.shimmer-line:nth-child(2){width:90%}.shimmer-line:nth-child(3){width:75%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:640px){.home-title h1{font-size:1.8rem}.header{padding:.75rem 1rem}.results-view{padding:1rem}.source-cards{grid-template-columns:1fr}}
