@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{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}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0000001a;margin:0;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header h3{color:#fff;font-family:Inter,Arial,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0;padding:1rem 2rem;text-align:left}.navbar{background:#0000;padding:0 2rem 1rem}.navbar .container{align-items:center;display:flex;justify-content:flex-start}.navbar ul{display:flex;gap:.5rem;list-style-type:none;margin:0;padding:0}.navbar ul li a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;color:#ffffffe6;display:block;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.navbar ul li a:hover{background:#fff3;box-shadow:0 4px 15px #0003;color:#fff;transform:translateY(-1px)}.navbar ul li a.active{background:#ffffff40;border-color:#ffffff4d;color:#fff;font-weight:600}@media (max-width:768px){.header h3{font-size:1.25rem;padding:.75rem 1rem}.navbar{padding:0 1rem .75rem}.navbar ul{flex-wrap:wrap;gap:.25rem}.navbar ul li a{font-size:.8rem;padding:.4rem .75rem}}.google-dorker{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.dorker-container{animation:fadeIn .5s ease-in;background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:1200px;padding:40px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dorker-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-align:center}.dorker-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:40px;text-align:center}.search-section{margin-bottom:40px}.search-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.dork-input{background:#f8f9fa;border:2px solid #e1e8ed;border-radius:25px;flex:1 1;font-size:16px;min-width:300px;outline:none;padding:15px 20px;transition:all .3s ease}.dork-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-button{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:120px;padding:15px 30px;transition:all .3s ease}.search-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.search-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{background:#fee;border-left:4px solid #c33;border-radius:8px;color:#c33;margin-top:15px;padding:12px 20px}.examples-section{margin-bottom:40px}.examples-section h3{color:#333;font-size:1.4rem;margin-bottom:20px}.examples-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.example-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;padding:15px;transition:all .3s ease}.example-item:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.example-item code{background:none;color:#e83e8c;font-size:14px;word-break:break-all}.results-section{margin-bottom:40px}.results-section h3{color:#333;font-size:1.4rem;margin-bottom:20px}.results-list{display:flex;flex-direction:column;gap:20px}.result-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:20px;transition:all .3s ease}.result-item:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a}.result-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.result-title{color:#1a73e8;flex:1 1;font-size:1.2rem;margin:0}.copy-url-btn{background:#f1f3f4;border:1px solid #dadce0;border-radius:6px;cursor:pointer;flex-shrink:0;font-size:14px;padding:8px;transition:all .2s ease}.copy-url-btn:hover{background:#e8f0fe;border-color:#1a73e8}.result-url{color:#188038;display:block;font-size:14px;margin-bottom:10px;text-decoration:none;word-break:break-all}.result-url:hover{text-decoration:underline}.result-snippet{color:#5f6368;line-height:1.6;margin:0}.info-section{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;padding:30px}.info-section h3{color:#333;font-size:1.4rem;margin-bottom:15px}.info-section p{color:#666;line-height:1.6;margin-bottom:15px}.info-section ul{margin-bottom:20px}.info-section li{color:#666;line-height:1.5;margin-bottom:8px}.info-section code{background:#e9ecef;border-radius:4px;color:#e83e8c;font-size:14px;padding:2px 6px}.warning{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;color:#856404;margin:0;padding:15px}@media (max-width:768px){.dorker-container{margin:10px;padding:20px}.dorker-container h1{font-size:2rem}.search-input-group{flex-direction:column}.dork-input{min-width:0;min-width:auto;width:100%}.search-button{width:100%}.examples-grid{grid-template-columns:1fr}.result-header{align-items:flex-start;flex-direction:column}.copy-url-btn{align-self:flex-end}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;padding:0}#root,html{height:100%}.App{display:flex;flex-direction:column;min-height:100vh;position:relative}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.loader{animation:spin 1s linear infinite;border:3px solid #667eea1a;border-radius:50%;border-top-color:#667eea;height:40px;margin:2rem auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-alert{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1rem;box-shadow:0 20px 40px #0000001a;left:50%;max-height:90vh;max-width:90vw;overflow:auto;padding:2rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}@media (max-width:768px){main{padding:1rem}.custom-alert{margin:1rem;padding:1.5rem}}
/*# sourceMappingURL=main.b59c5ab4.css.map*/