@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--background: 0 0% 3%;--foreground: 0 0% 98%;--card: 0 0% 5%;--card-foreground: 0 0% 98%;--border: 0 0% 15%;--muted: 0 0% 40%;--muted-foreground: 0 0% 65%;--primary: 261 79% 67%;--primary-foreground: 0 0% 98%;--accent: 261 79% 67%;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .2)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased}.app{position:relative;min-height:100vh;display:flex;flex-direction:column}.background-gradient{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,hsl(var(--primary) / .3),transparent);z-index:0;pointer-events:none}.grid-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(hsl(var(--border) / .3) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--border) / .3) 1px,transparent 1px);background-size:50px 50px;z-index:0;pointer-events:none;opacity:.5}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsl(var(--background) / .8);border-bottom:1px solid hsl(var(--border))}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));border-radius:.75rem;box-shadow:0 0 20px hsl(var(--primary) / .3)}.logo-icon .icon{width:1.5rem;height:1.5rem;color:hsl(var(--primary-foreground))}.logo-text{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:9999px;font-size:.875rem;color:hsl(var(--muted-foreground));transition:all .2s}.nav-badge:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--card) / .8)}.status-dot{width:.5rem;height:.5rem;background:#22c55e;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.main{flex:1;position:relative;z-index:10;padding:3rem 1.5rem}.container{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.hero{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.hero-icon{position:relative}.icon-glow{position:absolute;top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;background:hsl(var(--primary) / .2);border-radius:50%;filter:blur(40px);animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}.icon-wrapper{position:relative;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));border-radius:1rem;box-shadow:0 10px 30px hsl(var(--primary) / .3)}.sparkle-icon{width:2.5rem;height:2.5rem;color:hsl(var(--primary-foreground))}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;letter-spacing:-.025em;line-height:1.1}.gradient-text{background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{max-width:42rem;font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.75}.feature-grid{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.feature-tag{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:9999px;font-size:.875rem;color:hsl(var(--muted-foreground));transition:all .2s;cursor:default}.feature-tag:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05);transform:translateY(-2px)}.feature-icon{width:1rem;height:1rem;color:hsl(var(--primary))}.search-section{display:flex;flex-direction:column;gap:1.5rem}.search-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-lg)}.search-form{display:flex;flex-direction:column;gap:1rem}.input-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:hsl(var(--muted));pointer-events:none}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.75rem;color:hsl(var(--foreground));font-family:inherit;font-size:1rem;outline:none;transition:all .2s}.search-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.search-input::placeholder{color:hsl(var(--muted))}.search-input:disabled{opacity:.6;cursor:not-allowed}.clear-btn{position:absolute;right:.75rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted) / .1);border:none;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s}.clear-btn:hover{background:hsl(var(--muted) / .2);color:hsl(var(--foreground))}.clear-btn .icon{width:1rem;height:1rem}.search-button{padding:.875rem 1.5rem;background:hsl(var(--primary));border:none;border-radius:.75rem;color:hsl(var(--primary-foreground));font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 12px hsl(var(--primary) / .3)}.search-button:hover:not(:disabled){background:hsl(var(--primary) / .9);transform:translateY(-1px);box-shadow:0 6px 16px hsl(var(--primary) / .4)}.search-button:disabled{opacity:.6;cursor:not-allowed}.search-button .icon{width:1.25rem;height:1.25rem}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;margin-top:1rem}.alert.error{background:#d22d2d1a;border:1px solid hsl(0 65% 50% / .3);color:#e06c6c}.alert-icon{width:1.25rem;height:1.25rem}.loading-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:3rem 2rem;box-shadow:var(--shadow-lg)}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loader{position:relative;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;width:100%;height:100%;border:2px solid hsl(var(--primary));border-radius:50%;animation:pulse-ring 1.5s ease-out infinite}.delay-1{animation-delay:.5s}.delay-2{animation-delay:1s}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}.loader-icon{width:2rem;height:2rem;color:hsl(var(--primary));z-index:1}.loading-text{font-size:1rem;color:hsl(var(--muted-foreground));text-align:center}.progress-steps{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:24rem}.step{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;font-size:.875rem;color:hsl(var(--muted));transition:all .3s}.step.active{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05);color:hsl(var(--primary))}.step-icon{width:1rem;height:1rem}.results{display:flex;flex-direction:column;gap:1.5rem}.results-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.results-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.results-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.reset-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;color:hsl(var(--foreground));font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.reset-button:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05)}.reset-button .icon{width:1.125rem;height:1.125rem}.result-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg);transition:all .2s}.result-card:hover{border-color:hsl(var(--primary) / .3)}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border))}.card-header h3{font-size:1.125rem;font-weight:600}.icon-button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s}.icon-button:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.icon-button .icon{width:1rem;height:1rem}.source-badge{padding:.25rem .75rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:9999px;font-size:.875rem;font-weight:600}.card-content{padding:1.5rem}.summary-text{font-size:.9375rem;line-height:1.75;color:hsl(var(--foreground));white-space:pre-wrap}.sources-list{display:flex;flex-direction:column;gap:.75rem}.source-item{display:flex;gap:1rem;padding:1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.75rem;transition:all .2s;cursor:default}.source-number{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:.5rem;font-size:.875rem;font-weight:700}.source-item p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.tools-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tools-label{font-size:.875rem;color:hsl(var(--muted));font-weight:500}.tools-list{display:flex;gap:.5rem;flex-wrap:wrap}.tool-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:9999px;font-size:.8125rem;color:hsl(var(--muted-foreground));transition:all .2s}.tool-chip:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05)}.footer{padding:2rem 1.5rem;text-align:center;color:hsl(var(--muted));font-size:.875rem;border-top:1px solid hsl(var(--border))}@media (max-width: 640px){.nav-badge{display:none}.hero-title{font-size:2rem}.feature-grid{width:100%}.feature-tag{flex:1;justify-content:center}.results-header{flex-direction:column}.results-title{font-size:1.5rem}.results-meta{flex-direction:column;gap:.5rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted))}::selection{background:hsl(var(--primary) / .2);color:hsl(var(--foreground))}.animated-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.floating-orbs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.6) 0%,transparent 70%);top:10%;left:10%}.orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(236,72,153,.6) 0%,transparent 70%);top:50%;right:10%}.orb-3{width:450px;height:450px;background:radial-gradient(circle,rgba(59,130,246,.6) 0%,transparent 70%);bottom:10%;left:50%}.arrow-icon{width:1rem;height:1rem;margin-left:.25rem}.icon.check{color:#22c55e}.gradient-text{background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.source-item{transition:all .3s ease}.search-button{position:relative;overflow:hidden}.search-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.search-button:hover:before{left:100%}.results-info{flex:1}.results-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1.2}.results-meta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.meta-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));transition:all .2s}.meta-item:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05)}.quality-badge{background:#16a2491a;border-color:#16a2494d;color:#1cce5e}.meta-icon{width:1rem;height:1rem}.summary-card{background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--card) / .8))}.sources-card{background:hsl(var(--card))}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;border-bottom:1px solid hsl(var(--border))}.header-left{display:flex;align-items:center;gap:.75rem}.icon-badge{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);border-radius:.75rem;box-shadow:0 4px 12px hsl(var(--primary) / .3)}.icon-badge.sources{background:linear-gradient(135deg,#0af,#a0f)}.badge-icon{width:1.25rem;height:1.25rem;color:#fff}.card-header h3{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.summary-content{display:flex;flex-direction:column;gap:1.25rem}.summary-paragraph{font-size:.9375rem;line-height:1.8;color:hsl(var(--foreground) / .9);margin:0}.summary-paragraph:first-letter{font-size:1.5em;font-weight:700;color:hsl(var(--primary));float:left;line-height:1;margin-right:.1em}.source-item{position:relative;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.875rem;transition:all .3s ease;cursor:default;overflow:hidden}.source-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);opacity:0;transition:opacity .3s}.source-item:hover:before{opacity:1}.source-item:hover{border-color:hsl(var(--primary) / .3);background:hsl(var(--primary) / .02)}.source-number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--primary)),#ed5ebe);color:#fff;border-radius:.625rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px hsl(var(--primary) / .3)}.source-content{flex:1}.source-content p{font-size:.9375rem;color:hsl(var(--foreground) / .8);line-height:1.7;margin:0}.source-check{flex-shrink:0;opacity:.5}.check-icon{width:1.25rem;height:1.25rem;color:#1cce5e}.source-item:hover .source-check{opacity:1}.tools-card{padding:1.5rem 1.75rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s}.tools-card:hover{border-color:hsl(var(--primary) / .3)}.tools-header{display:flex;align-items:center;gap:.75rem}.tools-icon{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.tools-label{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500}.tools-list{display:flex;gap:.75rem;flex-wrap:wrap}.tool-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.75rem;font-size:.875rem;color:hsl(var(--foreground));transition:all .2s;cursor:default}.tool-chip:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .05);box-shadow:0 4px 12px hsl(var(--primary) / .2)}.tool-emoji{font-size:1.125rem;line-height:1}.tool-name{font-weight:500;text-transform:capitalize}@media (max-width: 640px){.results-title{font-size:1.5rem}.results-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.icon-badge{width:2rem;height:2rem}.badge-icon{width:1rem;height:1rem}.card-header{padding:1.25rem 1.5rem}.source-item{padding:1rem 1.25rem}.tools-card{padding:1.25rem 1.5rem}.summary-paragraph:first-letter{font-size:1.25em}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1419;color:#e6edf3;min-height:100vh}#root{width:100%;min-height:100vh}
