html, body {overflow-x: hidden; }

#root{width: 100%;max-width: 1200px;}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background:#e9ecef;font-family:Segoe UI,Roboto,sans-serif;color:#333;margin:0;padding:0}.app{max-width:1200px;margin:0 auto;padding:20px;text-align:center}h1{margin-bottom:20px;color:#007bff}.controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.control-group{display:flex;align-items:center;gap:10px}.control-group select,.control-group input[type=checkbox]{padding:6px 10px;font-size:16px;border-radius:6px;border:1px solid #bbb}.drop-zone{border:2px dashed #bbb;padding:30px;margin-bottom:20px;border-radius:10px;background:#fff;cursor:pointer}.drop-zone.dragging{border-color:#007bff;background:#dbefff}.upload-btn{background:#007bff;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.gallery img{width:100%;height:auto;cursor:pointer;border-radius:8px;object-fit:cover;transition:transform .2s}.gallery img:hover{transform:scale(1.05)}.pager{margin:15px}.pager button{margin:0 10px;padding:6px 12px;font-size:16px;border-radius:6px;border:none;background:#007bff;color:#fff;cursor:pointer}.pager button:disabled{background:#ccc;cursor:not-allowed}.panel{background:#fff;padding:15px;margin-top:20px;border-radius:10px;box-shadow:0 0 10px #0000001a}.panel img{max-width:100%;border-radius:8px}.loading{font-weight:700;margin-top:10px;color:#007bff}.status-line{margin:10px 0 20px;padding:10px 16px;background:#f1f3f5;border-radius:6px;font-size:15px;color:#333;border-left:5px solid #6c757d;text-align:left}.status-line.busy{background:#e7f1ff;border-left-color:#007bff;font-weight:600}.project-info{margin-top:50px;padding:30px;background:#fff;border-radius:12px;text-align:left;box-shadow:0 10px 25px #0000000f}.project-info h2{margin-bottom:20px;font-size:1.6rem;color:#1f2937}.project-info p{line-height:1.7;color:#374151;margin-bottom:14px;font-size:.95rem}.project-info strong{color:#111827}
