*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f7fbfe;min-height:100vh;padding:20px}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px}header{text-align:center;margin-bottom:40px}.logo{margin-bottom:20px;height:40px;width:auto}header h1{color:#212529;font-size:2.5em;margin-bottom:10px}header p{color:#6c757d;font-size:1.1em}.search-section{background:#f8f9fa;padding:30px;border-radius:8px;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#212529;font-weight:500}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input.input-error{border-color:#dc3545}.form-group small{display:block;margin-top:5px;color:#6c757d;font-size:.85em}.field-error-msg{display:none;color:#dc3545;font-size:.85em;margin-top:8px;font-weight:500}.field-error-msg.visible{display:block}.divider{display:flex;align-items:center;margin:25px 0;text-align:center}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.divider-text{padding:0 15px;color:#6c757d;font-size:.9em;font-weight:500}.button-group{display:flex;gap:10px;margin-top:20px}button{background:#667eea;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s,color .3s,border-color .3s;flex:1}#searchBtn{background:#fff;color:#df1995;border:2px solid #DF1995}#searchBtn:hover,#searchBtn:active{background:#df1995;color:#fff;border-color:#df1995}button:active{transform:scale(.98)}#clearBtn{background:#fff;color:#6c757d;border:2px solid #6c757d}#clearBtn:hover{background:#6c757d;color:#fff;border-color:#6c757d}.loading{text-align:center;padding:40px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{background:#f8d7da;color:#721c24;padding:15px;border-radius:6px;margin-bottom:20px;border:1px solid #f5c6cb}.hidden{display:none}.results{margin-top:30px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.results-header h2{color:#212529}#resultCount{color:#212529;font-size:.9em;background:#e9ecef;padding:5px 12px;border-radius:12px}.results-list{display:grid;gap:20px}.result-group{display:flex;flex-direction:column;gap:10px}.result-group-header{font-size:1.1em;font-weight:600;color:#212529;padding:10px 15px;background:#e9ecef;border-radius:6px;border-left:4px solid #DF1995}.result-group-items{display:grid;gap:15px;margin-left:20px}.result-item{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s}.result-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.result-item-header{display:flex;justify-content:space-between;align-items:center;gap:15px}.result-key{font-weight:600;color:#212529;word-break:break-all;flex:1}.result-size{color:#212529;font-size:.9em;white-space:nowrap;background:#e9ecef;padding:4px 8px;border-radius:4px}.result-meta{display:flex;gap:20px;margin-bottom:15px;font-size:.9em;color:#212529}.result-actions{display:flex;gap:10px;flex-shrink:0}.btn-download{background:#fff;color:#df1995;border:2px solid #DF1995;padding:6px 16px;font-size:14px;text-decoration:none;border-radius:6px;display:inline-block;transition:background .3s,color .3s,border-color .3s;cursor:pointer;white-space:nowrap}.btn-download:hover,.btn-download:active{background:#df1995;color:#fff;border-color:#df1995}.empty-state{text-align:center;padding:60px 20px;color:#212529}.empty-state p{font-size:1.1em;margin-bottom:10px}@media(max-width:768px){.container{padding:20px}header h1{font-size:2em}.result-group-items{margin-left:0}.result-item-header{flex-direction:column;align-items:flex-start}.result-actions{align-self:flex-end;margin-top:10px}.result-size{align-self:flex-start}.button-group{flex-direction:column}}
