.thumb{width:120px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.grid-item{display:flex;flex-direction:column;align-items:center}.thumb-wrap{width:100%;position:relative;overflow:hidden;border-radius:8px;max-height:220px}.thumb-wrap-inner{position:relative;width:100%;height:100%}.delete-btn{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:#ff4d3a;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026;cursor:pointer;z-index:5}.delete-btn svg{display:block;width:18px;height:18px;fill:#fff}.delete-btn svg path{fill:inherit}.confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);z-index:1000}.confirm-box{background:#fff;padding:20px;border-radius:8px;max-width:320px;width:100%;box-shadow:0 8px 40px #0003}.confirm-box .danger{background:#ff4d3a;color:#fff;border:none;padding:8px 12px;border-radius:6px}.confirm-box button{padding:8px 12px;border-radius:6px}.caption{margin-top:8px;font-size:12px;color:#555;word-break:break-all;text-align:center}*{box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;margin:0;padding:16px;background:#f7f8fa}.container{max-width:900px;margin:0 auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000000f}.row{display:flex;gap:16px}.col{flex:1}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.login-form,input,button{display:block;width:100%;padding:8px;margin-top:8px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6)}.modal img{max-width:90vw;max-height:90vh;border-radius:6px}
