.image-converter-container{background:#0e141d;width:100%;min-height:100vh;padding:40px 20px}.converter-header{text-align:center;max-width:1200px;margin:0 auto 40px}.header-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.badge{border:2px solid;border-radius:50px;padding:5px 20px;font-size:15px;font-weight:600;display:inline-block}.badge-1{color:#ffcd00;background:rgba(255,205,0,.09);border-color:rgba(255,205,0,.77)}.badge-2{color:#ff7300;background:rgba(255,115,0,.13);border-color:#ff7300}.badge-3{color:#c084fc;background:rgba(192,132,252,.2);border-color:rgba(192,132,252,.83)}.badge-4{color:#f472b6;background:rgba(244,114,182,.1);border-color:rgba(244,114,182,.6)}.badge-5{color:#4ade80;background:rgba(63,167,104,.2);border-color:rgba(74,222,128,.6)}.header-title h1{color:#fff;margin:0 0 20px;font-size:60px;font-weight:700;line-height:1.2}.header-title .highlight{background:linear-gradient(-90deg,#f59e0b 10%,#ff5700 62%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2.5s linear infinite shine-text}@keyframes shine-text{0%{background-position:100% 0}to{background-position:-100% 0}}.header-title p{color:#99a1b3;margin:0;font-size:18px}.converter-main{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);border-radius:20px;max-width:1200px;margin:0 auto;padding:25px 20px;box-shadow:inset 0 1px rgba(255,255,255,.04),0 4px 6px -1px rgba(0,0,0,.3)}.dropzone{cursor:pointer;text-align:center;background:rgba(0,0,0,.39);border:2px dashed rgba(255,87,0,.37);border-radius:10px;margin-bottom:20px;padding:28px;transition:border-color .18s,background .18s,transform 80ms}.dropzone:hover{border-color:#ff5700}.dropzone.dragover{background:#000;border-color:#ff5700;transform:translateY(-2px);box-shadow:0 6px 18px rgba(13,110,253,.06)}.dropzone:focus{outline-offset:2px;outline:2px solid #ff5700}.dropzone-content{flex-direction:column;align-items:center;gap:20px;display:flex}.dropzone-icon{margin-bottom:10px}.dropzone-text{width:100%}.dropzone-main-text{color:#fff;margin-bottom:10px;font-size:18px;font-weight:600}.text-primary{color:#ff5700;font-weight:700}.dropzone-sub-text{color:#6c757d;margin-bottom:10px;font-size:.85rem}.file-counter{margin-top:10px}.file-counter span{color:#fff;background:linear-gradient(-90deg,#f59e0b 10%,#ff5700 62%);border-radius:20px;padding:6px 16px;font-size:15px;font-weight:600}.controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.format-select{color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#000 url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") right 15px center no-repeat;border:1px solid rgba(255,255,255,.21);border-radius:10px;outline:none;padding:10px 40px 10px 15px;font-size:15px;font-weight:500}.format-select:focus{border-color:#ff5700}.format-select:disabled{opacity:.5;cursor:not-allowed}.btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .3s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(-90deg,#f59e0b 10%,#ff5700 62%)}.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#f59e0b 10%,#ff5700 62%);transform:translateY(-2px)}.btn-success{background:#28a745}.btn-success:hover:not(:disabled){background:#218838;transform:translateY(-2px)}.btn-danger{background:#dc3545}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-2px)}.btn-sm{border-radius:8px;padding:6px 12px;font-size:13px}.btn-convert{background:linear-gradient(-90deg,#f59e0b 10%,#ff5700 62%)}.btn-download{background:#28a745;text-decoration:none;display:inline-block}.btn-delete{background:#dc3545}.zip-status{color:#fff;text-align:center;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:20px;padding:10px;font-size:15px;font-weight:600}.results-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:grid}.result-card{background:rgba(0,0,0,.39);border:1px solid rgba(255,87,0,.37);border-radius:10px;padding:15px;transition:all .3s}.result-card:hover{border-color:#ff5700;transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.3)}.result-content{flex-direction:column;gap:15px;display:flex}.result-thumb{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:150px;display:flex;overflow:hidden}.result-thumb img{object-fit:contain;width:100%;height:100%}.no-preview{color:#fff;font-size:14px}.result-details{flex-direction:column;gap:12px;display:flex}.result-info{text-align:center}.result-name{color:#fff;text-overflow:ellipsis;word-wrap:break-word;word-break:break-word;max-height:3.9em;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.result-meta{color:#6c757d;font-size:12px}.result-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}@media (max-width:1200px){.results-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.header-title h1{font-size:40px}.header-badges{gap:8px}.badge{padding:4px 12px;font-size:12px}.results-grid{grid-template-columns:repeat(2,1fr)}.controls{flex-direction:column;width:100%}.controls .btn,.format-select{width:100%}}@media (max-width:767px){.image-converter-container{padding:20px 10px}.converter-main{padding:15px 10px}.header-title h1{font-size:30px}.header-title p{font-size:15px}.dropzone{padding:20px 15px}.dropzone-main-text{font-size:15px}.results-grid{grid-template-columns:1fr}.result-actions{flex-direction:row;gap:8px}.result-actions .btn{flex:1;width:auto}}@media (max-width:576px){.header-title h1{font-size:24px}.dropzone-icon svg{width:40px;height:40px}}
