.query-interface{background-color:var(--surface);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.query-interface h2{margin-bottom:1rem;color:var(--text-primary)}.query-interface .help-text{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;line-height:1.8;background-color:var(--background);padding:1rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color)}.query-interface form{display:flex;flex-direction:column;gap:1rem}.query-interface .query-input{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}.query-interface .query-input:focus{outline:none;border-color:var(--primary-color)}.query-interface .query-input:disabled{background-color:var(--background);cursor:not-allowed}.query-interface .submit-button{padding:1rem 2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;align-self:flex-start}.query-interface .submit-button:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-1px)}.query-interface .submit-button:active:not(:disabled){transform:translateY(0)}.query-interface .submit-button:disabled{background-color:var(--text-secondary);cursor:not-allowed;opacity:.6}.log-display{background-color:var(--surface);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.log-display h2{margin-bottom:1.5rem;color:var(--text-primary)}.log-display .selected-agent-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid var(--primary-color);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:2rem}.log-display .selected-agent-info h3{margin-bottom:1rem;color:var(--primary-color)}.log-display .selected-agent-info .agent-details{display:grid;gap:.75rem}.log-display .selected-agent-info .agent-details p{margin:0;display:flex;gap:.5rem}.log-display .selected-agent-info .agent-details p strong{min-width:100px}.log-display .selected-agent-info .agent-details p code{background-color:var(--background);padding:.25rem .5rem;border-radius:4px;font-size:.85em;word-break:break-all}.log-display .logs-container{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto;padding-right:.5rem}.log-display .logs-container::-webkit-scrollbar{width:8px}.log-display .logs-container::-webkit-scrollbar-track{background:var(--background);border-radius:4px}.log-display .logs-container::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}.log-display .logs-container::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}.log-display .log-entry{background-color:var(--background);border-left:4px solid var(--primary-color);border-radius:var(--border-radius);padding:1rem;transition:transform .1s,box-shadow .1s}.log-display .log-entry:hover{transform:translate(4px);box-shadow:var(--shadow)}.log-display .log-entry .log-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.log-display .log-entry .log-header .log-icon{font-size:1.2rem}.log-display .log-entry .log-header .log-time{color:var(--text-secondary);font-size:.85rem;font-family:Courier New,monospace}.log-display .log-entry .log-header .log-step{font-weight:600;color:var(--primary-color);flex:1}.log-display .log-entry .log-message{color:var(--text-primary);margin-bottom:.5rem}.log-display .log-entry .log-data{margin-top:.5rem}.log-display .log-entry .log-data summary{cursor:pointer;color:var(--primary-color);font-weight:500;-webkit-user-select:none;user-select:none}.log-display .log-entry .log-data summary:hover{text-decoration:underline}.log-display .log-entry .log-data pre{margin-top:.5rem;padding:1rem;background-color:var(--surface);border-radius:4px;overflow-x:auto;font-size:.85rem;border:1px solid var(--border-color)}.result-display{background-color:var(--surface);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.result-display h2{margin-bottom:1.5rem;color:var(--text-primary)}.result-display .result-content>*{margin-bottom:1.5rem}.result-display .result-content>*:last-child{margin-bottom:0}.result-display .no-result{color:var(--text-secondary);font-style:italic;text-align:center;padding:2rem}.result-display .error-result{background-color:#fee;border:2px solid var(--error-color);border-radius:var(--border-radius);padding:1.5rem;color:var(--error-color)}.result-display .error-result h3{margin-bottom:.5rem}.result-display .code-review-result .score{text-align:center;margin-bottom:2rem}.result-display .code-review-result .score h3{margin-bottom:.5rem;color:var(--text-secondary)}.result-display .code-review-result .score .score-value{font-size:3rem;font-weight:700;color:var(--primary-color)}.result-display .code-review-result .review{background-color:var(--background);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:1.5rem;border-left:4px solid var(--primary-color)}.result-display .code-review-result .review h3{margin-bottom:.75rem}.result-display .code-review-result .review p{white-space:pre-wrap;line-height:1.8}.result-display .code-review-result .suggestions h3{margin-bottom:1rem}.result-display .code-review-result .suggestions ul{list-style:none;padding:0}.result-display .code-review-result .suggestions ul li{padding:.75rem;margin-bottom:.5rem;background-color:var(--background);border-left:4px solid var(--secondary-color);border-radius:var(--border-radius)}.result-display .domain-result h3{margin-bottom:1rem;color:var(--primary-color)}.result-display .domain-result .availability{display:inline-block;padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:600;margin-bottom:1.5rem}.result-display .domain-result .availability.available{background-color:#d4edda;color:var(--success-color)}.result-display .domain-result .availability.unavailable{background-color:#f8d7da;color:var(--error-color)}.result-display .domain-result .analysis{background-color:var(--background);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:1.5rem}.result-display .domain-result .analysis h4{margin-bottom:.75rem}.result-display .domain-result .suggestions h4{margin-bottom:1rem}.result-display .domain-result .suggestions ul{list-style:none;padding:0}.result-display .domain-result .suggestions ul li{padding:.75rem;margin-bottom:.5rem;background-color:var(--background);border-left:4px solid var(--primary-color);border-radius:var(--border-radius);font-family:Courier New,monospace}.result-display .password-result .strength{margin-bottom:2rem}.result-display .password-result .strength h3{margin-bottom:1rem}.result-display .password-result .strength .strength-bar{width:100%;height:30px;background-color:var(--background);border-radius:15px;overflow:hidden;margin-bottom:.5rem;border:2px solid var(--border-color)}.result-display .password-result .strength .strength-bar .strength-fill{height:100%;background:linear-gradient(90deg,var(--error-color) 0%,var(--warning-color) 50%,var(--success-color) 100%);transition:width .3s ease}.result-display .password-result .strength .strength-value{text-align:center;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.result-display .password-result .analysis{background-color:var(--background);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:1.5rem}.result-display .password-result .analysis h4{margin-bottom:.75rem}.result-display .password-result .vulnerabilities,.result-display .password-result .recommendations{margin-bottom:1.5rem}.result-display .password-result .vulnerabilities h4,.result-display .password-result .recommendations h4{margin-bottom:1rem}.result-display .password-result .vulnerabilities ul,.result-display .password-result .recommendations ul{list-style:none;padding:0}.result-display .password-result .vulnerabilities ul li,.result-display .password-result .recommendations ul li{padding:.75rem;margin-bottom:.5rem;background-color:var(--background);border-radius:var(--border-radius)}.result-display .password-result .vulnerabilities ul li{border-left:4px solid var(--error-color)}.result-display .password-result .recommendations ul li{border-left:4px solid var(--secondary-color)}.result-display .password-result .crack-time{background-color:var(--background);padding:1rem;border-radius:var(--border-radius);text-align:center;font-size:1.1rem}.result-display .json-result{background-color:var(--background);padding:1.5rem;border-radius:var(--border-radius);overflow-x:auto}.result-display .json-result pre{margin:0;font-size:.9rem;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:2rem var(--spacing-unit);text-align:center;box-shadow:var(--shadow)}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.app-header .subtitle{font-size:1.1rem;opacity:.9;font-weight:300}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem var(--spacing-unit);display:flex;flex-direction:column;gap:2rem}.loading-indicator{text-align:center;padding:3rem}.loading-indicator .spinner{width:50px;height:50px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-indicator p{color:var(--text-secondary);font-size:1.1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background-color:#fee;border:2px solid var(--error-color);border-radius:var(--border-radius);padding:1.5rem;color:var(--error-color)}.error-message h3{margin-bottom:.5rem}.app-footer{background-color:var(--surface);border-top:1px solid var(--border-color);padding:1.5rem var(--spacing-unit);text-align:center;color:var(--text-secondary);margin-top:auto}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4a90e2;--primary-dark: #357abd;--secondary-color: #50c878;--background: #f5f7fa;--surface: #ffffff;--text-primary: #2c3e50;--text-secondary: #7f8c8d;--border-color: #e1e8ed;--success-color: #27ae60;--error-color: #e74c3c;--warning-color: #f39c12;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15);--border-radius: 8px;--spacing-unit: 1rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6}code{font-family:Courier New,Courier,monospace;background-color:var(--background);padding:.2em .4em;border-radius:4px;font-size:.9em}
