.search-page-header{background:#fff;padding:2rem 0 1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.search-title{font-size:2rem;font-weight:600;margin:0 0 .5rem;color:var(--text-color)}.search-subtitle{font-size:1rem;color:var(--text-light);margin:0}.search-content{padding:2rem 0 3rem;background:var(--background-color)}.search-form-improved{max-width:800px;margin:0 auto 3rem}.search-form-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.75rem}.search-type-wrapper{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.search-type-label{font-size:.875rem;font-weight:500;color:var(--text-color)}.search-type-select{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;background:#fff;font-size:.9375rem;color:var(--text-color);cursor:pointer;transition:border-color .2s}.search-type-select:focus{outline:none;border-color:var(--primary-color)}.search-input-wrapper{flex:1 1;display:flex;border:1px solid rgba(0,0,0,.15);border-radius:6px;overflow:hidden;background:#fff;transition:border-color .2s}.search-input-wrapper:focus-within{border-color:var(--primary-color)}.search-input-improved{flex:1 1;padding:.75rem 1rem;border:none;font-size:1rem;color:var(--text-color);background:transparent}.search-input-improved:focus{outline:none}.search-input-improved::placeholder{color:var(--text-light)}.search-button{padding:.75rem 1.5rem;border:none;background:var(--primary-color);color:#fff;cursor:pointer;font-size:1rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.search-button:hover{background:var(--accent-color)}.search-hint{font-size:.875rem;color:var(--text-light);margin-top:.5rem;padding-left:.25rem}.search-results{max-width:900px;margin:0 auto}.error-message,.initial-message,.loading-message,.no-results{text-align:center;padding:3rem 1rem;color:var(--text-light)}.error-message i,.initial-message i,.loading-message i,.no-results i{color:var(--text-light);margin-bottom:1rem;opacity:.5}.loading-message i{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.account-result{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:0;padding:2rem}.account-result-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.account-result-header h2{font-size:1.5rem;font-weight:600;margin:0;color:var(--text-color)}.account-result-section{margin-bottom:1.5rem}.account-result-section:last-child{margin-bottom:0}.account-result-section h3{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color);display:inline-block}.account-result-section p{line-height:1.6;color:var(--text-color);margin:0}.account-result-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.account-result-actions a{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s}.account-result-actions a:hover{background:var(--accent-color)}.matches-results h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:var(--text-color)}.matches-list{display:flex;flex-direction:column;gap:1rem}.match-item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:0;padding:1.5rem;transition:border-color .2s}.match-item:hover{border-color:var(--primary-color)}.match-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.match-item-header h4{font-size:1.125rem;font-weight:600;margin:0;color:var(--text-color)}.match-item-description{color:var(--text-light);font-size:.9375rem;line-height:1.5;margin:.75rem 0}.match-item-hierarchy{font-size:.875rem;color:var(--text-light);margin:.75rem 0}.match-item-hierarchy a{color:var(--primary-color);text-decoration:none}.match-item-hierarchy a:hover{text-decoration:underline}.match-item-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.match-item-actions a{display:inline-block;padding:.5rem 1rem;background:transparent;color:var(--primary-color);text-decoration:none;border:1px solid var(--primary-color);border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s}.match-item-actions a:hover{background:var(--primary-color);color:#fff}.search-examples{padding:2rem 0;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.examples-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:var(--text-color)}.examples-list{display:flex;flex-wrap:wrap;gap:.75rem}.example-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--background-color);border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9375rem}.example-item:hover{border-color:var(--primary-color);background:rgba(0,128,128,.05)}.example-code{font-family:Courier New,monospace;font-weight:600;color:var(--primary-color);background:rgba(0,128,128,.1);padding:.25rem .5rem;border-radius:4px}.example-text{color:var(--text-color)}@media (max-width:768px){.search-title{font-size:1.5rem}.search-form-row{flex-direction:column}.search-type-wrapper{min-width:auto}.search-input-wrapper{width:100%}.examples-list{flex-direction:column}.example-item{width:100%}}